From abec70614be68170076d29e55f10a04d3f5c2af2 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 19 Mar 2020 10:49:10 +1100 Subject: [PATCH] zookeeper: open firewall port to nb04 We removed nb01 with I18ab9834ad4da201774e0abef56f618cd7839d36 and replaced it with nb04; open the firewall for it. Change-Id: I7138ee8744d978388b95e35ddd767cc97a5f5a87 --- playbooks/group_vars/zookeeper.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/group_vars/zookeeper.yaml b/playbooks/group_vars/zookeeper.yaml index 119f73a99b..cdbd79a75c 100644 --- a/playbooks/group_vars/zookeeper.yaml +++ b/playbooks/group_vars/zookeeper.yaml @@ -1,8 +1,8 @@ iptables_extra_allowed_hosts: - - {'protocol': 'tcp', 'port': '2181', 'hostname': 'nb01.opendev.org'} - {'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': 'nb04.opendev.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'}