diff options
author | baigk <baiguoku@huawei.com> | 2016-02-18 19:18:36 +0800 |
---|---|---|
committer | baigk <baiguoku@huawei.com> | 2016-02-18 19:18:36 +0800 |
commit | 19e5c05e7bbb5b0ca8e5e52e7ae0a64bcf25da54 (patch) | |
tree | 1bab1d4bd66f1422e04c811a5242780c882314b7 /deploy/conf | |
parent | 6cc26dd218e9277f748cee30c222cdb1c420a848 (diff) |
support odl_l3_agent enable flag param
JIRA: COMPASS-318
Change-Id: I541cdb9c1b2f6873b1426b470a61af829d6bffce
Signed-off-by: baigk <baiguoku@huawei.com>
Diffstat (limited to 'deploy/conf')
-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 |