diff options
author | meimei <meimei@huawei.com> | 2016-01-14 20:05:19 +0800 |
---|---|---|
committer | Justin chi <chigang@huawei.com> | 2016-01-15 03:41:49 +0000 |
commit | 8b9abb5373abfd91d4b84854524869c676f2a0b6 (patch) | |
tree | c8fa9003ee9669e4d11831e3bc4b6d8edf17c0de /deploy/conf/vm_environment | |
parent | 08037961c5d4f37095af1d6e894489ed7927a4ef (diff) |
compass: Align scenario short names
Change-Id: Ic64acc0e5971b596d5ff77fc89d3867fe36f0281
Signed-off-by: meimei <meimei@huawei.com>
(cherry picked from commit 7c7e58d3fa6d7d2b5deb02d68a767c98a7b7553a)
Diffstat (limited to 'deploy/conf/vm_environment')
-rw-r--r-- | deploy/conf/vm_environment/os-nosdn-nofeature-ha.yml | 32 | ||||
-rw-r--r-- | deploy/conf/vm_environment/os-odl_l2-nofeature-ha.yml | 29 | ||||
-rw-r--r-- | deploy/conf/vm_environment/os-onos-nofeature-ha.yml | 29 |
3 files changed, 90 insertions, 0 deletions
diff --git a/deploy/conf/vm_environment/os-nosdn-nofeature-ha.yml b/deploy/conf/vm_environment/os-nosdn-nofeature-ha.yml new file mode 100644 index 00000000..aa2a1b3e --- /dev/null +++ b/deploy/conf/vm_environment/os-nosdn-nofeature-ha.yml @@ -0,0 +1,32 @@ +TYPE: virtual +FLAVOR: cluster + +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 diff --git a/deploy/conf/vm_environment/os-odl_l2-nofeature-ha.yml b/deploy/conf/vm_environment/os-odl_l2-nofeature-ha.yml new file mode 100644 index 00000000..e2ee19c6 --- /dev/null +++ b/deploy/conf/vm_environment/os-odl_l2-nofeature-ha.yml @@ -0,0 +1,29 @@ +TYPE: virtual +FLAVOR: cluster + +hosts: + - name: host1 + roles: + - controller + - ha + - odl + + - name: host2 + roles: + - controller + - ha + - odl + + - name: host3 + roles: + - controller + - ha + - odl + + - name: host4 + roles: + - compute + + - name: host5 + roles: + - compute diff --git a/deploy/conf/vm_environment/os-onos-nofeature-ha.yml b/deploy/conf/vm_environment/os-onos-nofeature-ha.yml new file mode 100644 index 00000000..fcd07efc --- /dev/null +++ b/deploy/conf/vm_environment/os-onos-nofeature-ha.yml @@ -0,0 +1,29 @@ +TYPE: virtual +FLAVOR: cluster + +hosts: + - name: host1 + roles: + - controller + - ha + - onos + + - name: host2 + roles: + - controller + - ha + - onos + + - name: host3 + roles: + - controller + - ha + - onos + + - name: host4 + roles: + - compute + + - name: host5 + roles: + - compute |