config/puppet-manifests/src/manifests
Matt Peters 52a829d180 Temporarily disable iptables restore during puppet
Docker and kubernetes add rules to iptables, which can end up
persisted in /etc/sysconfig/iptables by calls to iptables-save.
When the puppet manifest is applied during node initialization,
kubernetes is not yet running, and any related iptables rules
will fail.

This update disables the restoration of iptables rules from
previous boots, to ensure the puppet manifest does not fail
to apply due to invalid rules. However, this means that in
a DOR scenario (Dead Office Recovery, where both controllers
will be intializing at the same time), the firewall rules
will not get reapplied.

Firewall management will be moved to Calico under story 2005066,
at which point this code will be removed.

Change-Id: I43369dba34e6859088af3794de25a68571c7154c
Closes-Bug: 1815124
Signed-off-by: Don Penney <don.penney@windriver.com>
2019-02-21 14:28:17 -05:00
..
bootstrap.pp Add Barbican bootstrap and runtime manifests 2019-01-11 13:33:00 -05:00
controller.pp Temporarily disable iptables restore during puppet 2019-02-21 14:28:17 -05:00
runtime.pp StarlingX open source release updates 2018-05-31 07:35:52 -07:00
storage.pp Ceph initialization on AIO is done only in 'controller' manifests 2019-02-10 21:22:41 +02:00
upgrade.pp Generate openrc file in /etc/platform 2018-10-17 13:11:56 -04:00
worker.pp Ceph initialization on AIO is done only in 'controller' manifests 2019-02-10 21:22:41 +02:00