summaryrefslogtreecommitdiffstats
path: root/deploy/conf/vm_environment/os-odl_l3-nofeature-ha.yml
diff options
context:
space:
mode:
authorshuai chen <chenshuai@huawei.com>2016-02-23 09:23:51 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-02-23 09:23:51 +0000
commit8906fd0b7886fac22cc85839992634cf9f020a23 (patch)
tree276d18117c33bdcc0248900302c1d61739177cd0 /deploy/conf/vm_environment/os-odl_l3-nofeature-ha.yml
parent3d55eab0b45c7f4ae4e4411f035c2fdd8e07c614 (diff)
parent19e5c05e7bbb5b0ca8e5e52e7ae0a64bcf25da54 (diff)
Merge "support odl_l3_agent enable flag param"
Diffstat (limited to 'deploy/conf/vm_environment/os-odl_l3-nofeature-ha.yml')
-rw-r--r--deploy/conf/vm_environment/os-odl_l3-nofeature-ha.yml31
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