ovn: Provide the option to configure the integration bridge

The default value of integration bridge if not configured is "br-int".
This is fine, but suppose if the user wants someother bridge then this
configuration option will be useful.

Closes-bug: #1720114
Depends-On: I92a11ba02ca5066b2fa8bcc72955d62df60c9dfc
Change-Id: I974409aa07fd6d3b6d843ba4b780d01a51058b43
This commit is contained in:
Numan Siddique 2017-09-28 16:50:07 +05:30
parent e1a9638732
commit 4f01c8db25

View File

@ -48,6 +48,11 @@ parameters:
scripts or be sure to keep 'datacentre' as a mapping network name.
type: comma_delimited_list
default: "datacentre:br-ex"
OVNIntegrationBridge:
description: >
Name of the OVS bridge to use as integration bridge by OVN Controller.
type: string
default: "br-int"
outputs:
@ -60,6 +65,7 @@ outputs:
ovn::controller::ovn_encap_type: {get_param: OVNTunnelEncapType}
ovn::controller::ovn_encap_ip: {get_param: [ServiceNetMap, NeutronApiNetwork]}
ovn::controller::ovn_bridge_mappings: {get_param: NeutronBridgeMappings}
ovn::controller::ovn_bridge: {get_param: OVNIntegrationBridge}
nova::compute::force_config_drive: true
tripleo.ovn_controller.firewall_rules:
'118 neutron vxlan networks':