aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/conf/vm_environment/os-nosdn-openo-noha.yml
diff options
context:
space:
mode:
authorHarry Huang <huangxiangyu5@huawei.com>2017-01-17 14:45:57 +0800
committerHarry Huang <huangxiangyu5@huawei.com>2017-02-04 09:57:41 +0800
commit613ff10892793546146bd7e9d08054788f823609 (patch)
tree99c710e58c483df532cbb37111fb3f123e5ed04e /deploy/conf/vm_environment/os-nosdn-openo-noha.yml
parent7173757a6190f4528d36053d82467c74dbf16b3f (diff)
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 <huangxiangyu5@huawei.com>
Diffstat (limited to 'deploy/conf/vm_environment/os-nosdn-openo-noha.yml')
-rw-r--r--deploy/conf/vm_environment/os-nosdn-openo-noha.yml36
1 files changed, 36 insertions, 0 deletions
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