os-cluster: baseiptables should be FALSE
The baseiptables variable controls if the base role should apply base iptables and ip6tables templates to a host. In the case of OpenShift we DO NOT WANT it to do this. The base iptables template doesn't handle all the container native rules and setup that OpenShift needs to work. This has caused multiple outages by applying this template on the OpenShift nodes. So, set it to false here and keep it false please. :) Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
3ee897d847
commit
cd1430ab62
8 changed files with 8 additions and 8 deletions
|
@ -11,7 +11,7 @@ eth0_ip: 10.3.163.66
|
|||
vmhost: vmhost-x86-02.iad2.fedoraproject.org
|
||||
datacenter: iad2
|
||||
|
||||
baseiptables: true
|
||||
baseiptables: false
|
||||
vpn: false
|
||||
|
||||
nrpe_procs_warn: 900
|
||||
|
|
|
@ -11,7 +11,7 @@ eth0_ip: 10.3.163.67
|
|||
vmhost: vmhost-x86-03.iad2.fedoraproject.org
|
||||
datacenter: iad2
|
||||
|
||||
baseiptables: true
|
||||
baseiptables: false
|
||||
vpn: false
|
||||
|
||||
nrpe_procs_warn: 900
|
||||
|
|
|
@ -11,7 +11,7 @@ eth0_ip: 10.3.163.68
|
|||
vmhost: vmhost-x86-04.iad2.fedoraproject.org
|
||||
datacenter: iad2
|
||||
|
||||
baseiptables: true
|
||||
baseiptables: false
|
||||
vpn: false
|
||||
|
||||
nrpe_procs_warn: 900
|
||||
|
|
|
@ -11,7 +11,7 @@ eth0_ip: 10.3.163.69
|
|||
vmhost: vmhost-x86-05.iad2.fedoraproject.org
|
||||
datacenter: iad2
|
||||
|
||||
baseiptables: true
|
||||
baseiptables: false
|
||||
vpn: false
|
||||
|
||||
mem_size: 24576
|
||||
|
|
|
@ -11,7 +11,7 @@ eth0_ip: 10.3.163.70
|
|||
vmhost: vmhost-x86-06.iad2.fedoraproject.org
|
||||
datacenter: iad2
|
||||
|
||||
baseiptables: true
|
||||
baseiptables: false
|
||||
vpn: false
|
||||
|
||||
mem_size: 24576
|
||||
|
|
|
@ -11,7 +11,7 @@ eth0_ip: 10.3.163.71
|
|||
vmhost: vmhost-x86-07.iad2.fedoraproject.org
|
||||
datacenter: iad2
|
||||
|
||||
baseiptables: true
|
||||
baseiptables: false
|
||||
vpn: false
|
||||
|
||||
mem_size: 24576
|
||||
|
|
|
@ -11,7 +11,7 @@ eth0_ip: 10.3.163.72
|
|||
vmhost: vmhost-x86-01.iad2.fedoraproject.org
|
||||
datacenter: iad2
|
||||
|
||||
baseiptables: true
|
||||
baseiptables: false
|
||||
vpn: false
|
||||
|
||||
mem_size: 24576
|
||||
|
|
|
@ -11,7 +11,7 @@ eth0_ip: 10.3.163.73
|
|||
vmhost: vmhost-x86-02.iad2.fedoraproject.org
|
||||
datacenter: iad2
|
||||
|
||||
baseiptables: true
|
||||
baseiptables: false
|
||||
vpn: false
|
||||
|
||||
mem_size: 24576
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue