Add nb01.o.o to zookeeper firewall rules

Change-Id: I8db379c3ead3a0b787c6630ff138db0c0af2147e
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-01-18 08:59:33 -05:00
parent f26e005a38
commit 9b8af2e4b5
No known key found for this signature in database
GPG Key ID: 611A80832067AF38

View File

@ -767,6 +767,7 @@ node /^zk\d+\.openstack\.org$/ {
class { 'openstack_project::server':
iptables_allowed_hosts => [
# Zookeeper clients
{protocol => 'tcp', port => '2181', hostname => 'nb01.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'},
@ -912,6 +913,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 => 'nb03.openstack.org'},
{protocol => 'tcp', port => '2181', hostname => 'nb04.openstack.org'},
{protocol => 'tcp', port => '2181', hostname => 'nl01.openstack.org'},