From 19e5c05e7bbb5b0ca8e5e52e7ae0a64bcf25da54 Mon Sep 17 00:00:00 2001 From: baigk Date: Thu, 18 Feb 2016 19:18:36 +0800 Subject: support odl_l3_agent enable flag param JIRA: COMPASS-318 Change-Id: I541cdb9c1b2f6873b1426b470a61af829d6bffce Signed-off-by: baigk --- .../conf/vm_environment/os-odl_l3-nofeature-ha.yml | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 deploy/conf/vm_environment/os-odl_l3-nofeature-ha.yml (limited to 'deploy/conf/vm_environment') 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 -- cgit 1.2.3-korg