Allow to override NeutronBridgeMappings for standalone deploy

Current default for NeutronBridgeMappings is datacentre:br-ex,
add option to allow to configure it like datacentre:br-ctlplane
or something else as per environment.

Depends-On: https://review.opendev.org/#/c/744113/
Partial-Bug: #1889219
Change-Id: Idfd0e3f97731f5cf9005809825f47199c86ed508
This commit is contained in:
yatinkarel 2020-07-30 11:42:18 +05:30 committed by yatin
parent 47890ccfdc
commit 5ad637df51
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ parameter_defaults:
{{ standalone_network }}.0/{{ standalone_network_prefix }}:
- {{ standalone_network }}.0/{{ standalone_network_prefix }}
NeutronPublicInterface: {{ standalone_interface }}
{% if standalone_neutron_bridge_mappings is defined and standalone_neutron_bridge_mappings %}
NeutronBridgeMappings: {{ standalone_neutron_bridge_mappings }}
{% endif %}
StandaloneCtlplaneLocalSubnet: ctlplane-subnet
StandaloneCtlplaneSubnets:
ctlplane-subnet: