diff options
author | shuai chen <chenshuai@huawei.com> | 2016-02-23 09:23:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-02-23 09:23:51 +0000 |
commit | 8906fd0b7886fac22cc85839992634cf9f020a23 (patch) | |
tree | 276d18117c33bdcc0248900302c1d61739177cd0 /deploy/conf/vm_environment | |
parent | 3d55eab0b45c7f4ae4e4411f035c2fdd8e07c614 (diff) | |
parent | 19e5c05e7bbb5b0ca8e5e52e7ae0a64bcf25da54 (diff) |
Merge "support odl_l3_agent enable flag param"
Diffstat (limited to 'deploy/conf/vm_environment')
-rw-r--r-- | deploy/conf/vm_environment/os-odl_l3-nofeature-ha.yml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/deploy/conf/vm_environment/os-odl_l3-nofeature-ha.yml b/deploy/conf/vm_environment/os-odl_l3-nofeature-ha.yml new file mode 100644 index 00000000..cc95ccd5 --- /dev/null +++ b/deploy/conf/vm_environment/os-odl_l3-nofeature-ha.yml @@ -0,0 +1,31 @@ +TYPE: virtual +FLAVOR: cluster + +odl_l3_agent: "Enable" + +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 |