Merge "Ensure FORWARD is ACCEPT by default"

This commit is contained in:
Zuul 2018-02-20 05:06:08 +00:00 committed by Gerrit Code Review
commit 529796bed1
1 changed files with 13 additions and 0 deletions

View File

@ -899,6 +899,19 @@ nova::notify_on_state_change: 'vm_state'
# Firewall
tripleo::firewall::manage_firewall: true
# Docker switches FORWARD to DROP by default which causes issues on the
# undercloud. We are already included a REJECT rule in so switch these back
# to ACCEPT.
# https://bugs.launchpad.net/tripleo/+bug/1750194
tripleo::firewall::firewall_chains:
'FORWARD:filter:IPv4':
ensure: present
policy: accept
purge: false
'FORWARD:filter:IPv6':
ensure: present
policy: accept
purge: false
tripleo::firewall::firewall_rules:
'105 ntp':
dport: 123