From 613ff10892793546146bd7e9d08054788f823609 Mon Sep 17 00:00:00 2001 From: Harry Huang Date: Tue, 17 Jan 2017 14:45:57 +0800 Subject: Add opera support JIRA: COMPASS-504 JIRA: OPERA-1 Function: support open-o deployment by calling opera project. open-o deployment will start at the end of normal compass4nfv deployment. Changes: 1. add scenario and network yaml for opera 2. add opera_adapter.py for calling opera Attention: The git URL for opera will change after opera patch OPERA-2 is meraged. This patch should be modifed before meraged. Change-Id: Id0afcece920c4107bb23f42b460c46eec3ca97e6 Signed-off-by: Harry Huang --- deploy/conf/vm_environment/os-nosdn-openo-noha.yml | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 deploy/conf/vm_environment/os-nosdn-openo-noha.yml (limited to 'deploy/conf/vm_environment/os-nosdn-openo-noha.yml') diff --git a/deploy/conf/vm_environment/os-nosdn-openo-noha.yml b/deploy/conf/vm_environment/os-nosdn-openo-noha.yml new file mode 100644 index 00000000..01653326 --- /dev/null +++ b/deploy/conf/vm_environment/os-nosdn-openo-noha.yml @@ -0,0 +1,36 @@ +--- +TYPE: virtual +FLAVOR: cluster + +deploy_options: + - orchestrator: open-o + +hosts: + - name: host1 + roles: + - controller + - ha + - ceph-adm + - ceph-mon + + - name: host2 + roles: + - controller + - ha + - ceph-mon + + - name: host3 + roles: + - controller + - ha + - ceph-mon + + - name: host4 + roles: + - compute + - ceph-osd + + - name: host5 + roles: + - compute + - ceph-osd -- cgit 1.2.3-korg