Fix nuage firewall rules

We switched to ansible for firewall rule management but the nuage
file wasn't properly converted.

Change-Id: I6d2765cff7045aa2c91f3cd47f570f6bf842bc9f
Signed-off-by: Kevin Carter <kecarter@redhat.com>
This commit is contained in:
Kevin Carter
2019-12-23 11:31:44 -06:00
parent c08070c932
commit 849e07f249

View File

@@ -60,6 +60,13 @@ outputs:
role_data:
description: Role data for the Neutron Controller Nuage plugin
value:
firewall_rules:
- if:
- apply_vxlan_iptables_rule
- '118 neutron vxlan networks':
proto: 'udp'
dport: 4789
- {}
service_name: neutron_controller_plugin_nuage
config_settings:
map_merge:
@@ -68,14 +75,5 @@ outputs:
nuage::vrs::bridge_mtu: {get_param: NuageBridgeMTU}
nuage::vrs::disable_dhcp4: {get_param: NuageDisableDhcp4}
tripleo::profile::base::neutron::agents::nuage::enable_metadata_agent: {get_param: NuageControllerEnableMetadataAgent}
- if:
- apply_vxlan_iptables_rule
- tripleo.neutron_controller_plugin_nuage.firewall_rules:
'118 neutron vxlan networks':
proto: 'udp'
dport: 4789
- {}
step_config: |
include ::tripleo::profile::base::neutron::agents::nuage