Add nb01.o.o to zookeeper firewall rules
Change-Id: I8db379c3ead3a0b787c6630ff138db0c0af2147e Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
f26e005a38
commit
9b8af2e4b5
@ -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'},
|
||||
|
Loading…
x
Reference in New Issue
Block a user