instack-undercloud/elements/undercloud-install
Alex Schultz 50217d7a93 Fix bootstrap NAT
Docker will switch the FORWARD filter to DROP if it sets the ip_forward
to 1. Previously we were doing this in a post configuration element
rather than in the puppet run itself. This change moves the ip_forward=1
to puppet so it runs prior to docker being installed. Additionally we
are ensuring that the full set of network rules are being added to the
FORWARD filter because previously we were only setting half of them.
This would allow us to actually not have to use ACCEPT as the default
for the FORWARD filter but this would require additional testing.

Conflicts:
	instack_undercloud/tests/test_undercloud.py
	instack_undercloud/undercloud.py

Change-Id: Ieae6a74f7269bd64606fd80a2a08b2058c24d2c5
Closes-Bug: #1750194
Closes-Bug: #1750874
(cherry picked from commit bfb758b5e7)
2018-02-28 08:30:31 -07:00
..
os-apply-config Wrap IPv6 addresses in square brackets 2017-10-20 14:46:33 +00:00
os-refresh-config Fix bootstrap NAT 2018-02-28 08:30:31 -07:00
element-provides Clean up json file 2015-03-17 16:15:55 -04:00