From d66352978c52b6ee436507521fbd989547954fc3 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Tue, 2 Feb 2016 21:44:10 -0600 Subject: modified to enable the dvr option where compute nodes also has external connectivity. Change-Id: Ieff09f50204e15383ef3def5a0bf500689f5c317 (cherry picked from commit f394a823013d15b1fa9039aed1384e2fdafc37db) --- ci/odl/juju-deployer/ovs-odl-nonha.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'ci/odl/juju-deployer/ovs-odl-nonha.yaml') diff --git a/ci/odl/juju-deployer/ovs-odl-nonha.yaml b/ci/odl/juju-deployer/ovs-odl-nonha.yaml index fcc5fb4c..81449d61 100644 --- a/ci/odl/juju-deployer/ovs-odl-nonha.yaml +++ b/ci/odl/juju-deployer/ovs-odl-nonha.yaml @@ -137,7 +137,7 @@ openstack-phase2: neutron-gateway: branch: lp:~openstack-charmers/charms/trusty/neutron-gateway/next options: -# ext-port: "eth1" + #ext-port: "eth1" plugin: ovs-odl instance-mtu: 1400 to: @@ -271,6 +271,9 @@ trusty-liberty: #os-data-network: 10.4.8.0/21 #ceph-cluster-network: 10.4.0.0/21 #prefer-ipv6: true + #enable-dvr: true + #l2-population: true + #ext-port: "eth1" region: Canonical source: "cloud:trusty-liberty" openstack-origin: "cloud:trusty-liberty" @@ -290,6 +293,9 @@ trusty-kilo: #os-data-network: 10.4.8.0/21 #ceph-cluster-network: 10.4.0.0/21 #prefer-ipv6: true + #enable-dvr: true + #l2-population: true + #ext-port: "eth1" region: Canonical source: "cloud:trusty-kilo" openstack-origin: "cloud:trusty-kilo" @@ -309,6 +315,9 @@ trusty-juno: #os-data-network: 10.4.8.0/21 #ceph-cluster-network: 10.4.0.0/21 #prefer-ipv6: true + #enable-dvr: true + #l2-population: true + #ext-port: "eth1" region: Canonical source: "cloud:trusty-juno" openstack-origin: "cloud:trusty-juno" -- cgit 1.2.3-korg