Nodepool group no longer hosts zookeeper
Remove the zookeeper tcp firewall rules from the nodepool group vars file as we have dedicated zookeeper servers now. These rules are not helpful. Change-Id: I08c2596b8f459fe59d45b0f01e002b9e4b4186d4
This commit is contained in:
parent
6368113ec9
commit
15b19ace2c
@ -1,28 +1,3 @@
|
||||
iptables_extra_allowed_hosts:
|
||||
- protocol: tcp
|
||||
port: 2181
|
||||
hostname: nb01.openstack.org
|
||||
- protocol: tcp
|
||||
port: 2181
|
||||
hostname: nb02.openstack.org
|
||||
- protocol: tcp
|
||||
port: 2181
|
||||
hostname: nb03.openstack.org
|
||||
- protocol: tcp
|
||||
port: 2181
|
||||
hostname: nl01.openstack.org
|
||||
- protocol: tcp
|
||||
port: 2181
|
||||
hostname: nl02.openstack.org
|
||||
- protocol: tcp
|
||||
port: 2181
|
||||
hostname: nl03.openstack.org
|
||||
- protocol: tcp
|
||||
port: 2181
|
||||
hostname: nl04.openstack.org
|
||||
- protocol: tcp
|
||||
port: 2181
|
||||
hostname: zuul01.openstack.org
|
||||
kube_config_dir: ~nodepool/.kube
|
||||
kube_config_owner: nodepool
|
||||
kube_config_group: nodepool
|
||||
|
Loading…
Reference in New Issue
Block a user