diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-02-02 21:44:10 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-02-02 21:44:10 -0600 |
commit | f394a823013d15b1fa9039aed1384e2fdafc37db (patch) | |
tree | 417fc1461ffc5c8454143cd197efbd257afa5f56 /ci/nosdn/juju-deployer/ovs-nosdn-ha.yaml | |
parent | c900d005ff0fafd4e35afce238f20214782fbb01 (diff) |
modified to enable the dvr option where compute nodes also has
external connectivity.
Change-Id: Ieff09f50204e15383ef3def5a0bf500689f5c317
Diffstat (limited to 'ci/nosdn/juju-deployer/ovs-nosdn-ha.yaml')
-rw-r--r-- | ci/nosdn/juju-deployer/ovs-nosdn-ha.yaml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/ci/nosdn/juju-deployer/ovs-nosdn-ha.yaml b/ci/nosdn/juju-deployer/ovs-nosdn-ha.yaml index 2df32d7f..cdcd0ffb 100644 --- a/ci/nosdn/juju-deployer/ovs-nosdn-ha.yaml +++ b/ci/nosdn/juju-deployer/ovs-nosdn-ha.yaml @@ -134,7 +134,7 @@ openstack-phase2: branch: "lp:~openstack-charmers/charms/trusty/neutron-gateway/next" num_units: 1 options: -# ext-port: "eth1" + #ext-port: "eth1" instance-mtu: 1400 to: - "nodes-api=0" @@ -326,6 +326,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" @@ -345,6 +348,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" @@ -364,6 +370,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" |