diff options
author | Robert Collins <rbtcollins@hp.com> | 2013-08-12 22:41:35 +1200 |
---|---|---|
committer | Robert Collins <rbtcollins@hp.com> | 2013-08-12 22:41:35 +1200 |
commit | f31e4ce336bc304e14bc97a6b2e79aa1517ceb4e (patch) | |
tree | fbbbbc3a1f009b02665c00037b6d05854f78cefc | |
parent | 9d80bede79ab5fb2a65f620aec8601e6ad4a213c (diff) |
Set a physical bridge for network nodes.
The overcloud control plane needs to bring up an ovs bridge for the
ovs plugin hot-plugging and floating ip logic to work. The previous
in-instance script didn't migrate IP address and route information. We
can do that by using the core ovs script we wrote for baremetal setups
- triggered by setting the physical interface parameter.
Change-Id: I6d6b09140ee751371607c0963dc76cc5b95f7674
-rw-r--r-- | overcloud-source.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml index f8916ea0..ff15c3ad 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -117,6 +117,7 @@ Resources: enable_tunneling: 'True' local_ip: 0.0.0.0 public_interface: eth0 + physical_bridge: br-ex tenant_network_type: gre ovs_db: mysql://neutron:unset@localhost/ovs_neutron?charset=utf8 rabbit: |