diff options
author | Justin chi <chigang@huawei.com> | 2017-02-04 06:26:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-04 06:26:03 +0000 |
commit | bf6f490bbac43392db6d0d3a5f27d4209b3967dc (patch) | |
tree | b1f50ccc3b48577885561b7011ce399879035d0b /deploy/conf/vm_environment/os-nosdn-openo-noha.yml | |
parent | 2ae42e67d316e7fdf2b25303907e20c336de8d5f (diff) | |
parent | 613ff10892793546146bd7e9d08054788f823609 (diff) |
Merge "Add opera support"
Diffstat (limited to 'deploy/conf/vm_environment/os-nosdn-openo-noha.yml')
-rw-r--r-- | deploy/conf/vm_environment/os-nosdn-openo-noha.yml | 36 |
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 |