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:
parent
a17b99c0d0
commit
331373e62e
@ -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'},
|
||||
|
Loading…
Reference in New Issue
Block a user