From 331373e62ef543573e25bcbe011cfcb12b3a88e1 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Fri, 19 Jan 2018 10:13:54 -0500 Subject: [PATCH] Open zookeeper firewall for nb02.openstack.org We'll be replacing nb03 / nb04 with both nb01 / nb02 Change-Id: I3c1270b735c7508d0b4c96600da76c33edba215b Signed-off-by: Paul Belanger --- manifests/site.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/site.pp b/manifests/site.pp index 26e4ea50c5..a4274510b0 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -768,6 +768,7 @@ node /^zk\d+\.openstack\.org$/ { iptables_allowed_hosts => [ # Zookeeper clients {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.openstack.org'}, {protocol => 'tcp', port => '2181', hostname => 'nl01.openstack.org'}, @@ -914,6 +915,7 @@ node 'nodepool.openstack.org' { class { 'openstack_project::server': iptables_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 => 'nb04.openstack.org'}, {protocol => 'tcp', port => '2181', hostname => 'nl01.openstack.org'},