From 15b19ace2c49109f98f9d13cd4dc2cec1e697feb Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 28 Nov 2018 16:47:19 -0800 Subject: [PATCH] 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 --- playbooks/group_vars/nodepool.yaml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/playbooks/group_vars/nodepool.yaml b/playbooks/group_vars/nodepool.yaml index e1f06e3530..91e605d531 100644 --- a/playbooks/group_vars/nodepool.yaml +++ b/playbooks/group_vars/nodepool.yaml @@ -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