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 <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-01-19 10:13:54 -05:00
parent a17b99c0d0
commit 331373e62e
No known key found for this signature in database
GPG Key ID: 611A80832067AF38

View File

@ -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'},