Add zuulv3.o.o to cacti / zookeeper firewall
Now that zuulv3.o.o has been launched, loop it into our production systems. This means it needs access to zookeeper and should be in cacti. Change-Id: I4c4e341c7ec8d83575f83770a5a607c96c455c0b Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
f393cc5651
commit
fff939e64d
@ -511,6 +511,7 @@ cacti_hosts:
|
||||
- zm08.openstack.org
|
||||
- zuul.openstack.org
|
||||
- zuulv3-dev.openstack.org
|
||||
- zuulv3.openstack.org
|
||||
infracloud_hpuseast_ssl_cert_file_contents: |
|
||||
-----BEGIN CERTIFICATE-----
|
||||
MIIEijCCAvICCQDZLTPao6k1yjANBgkqhkiG9w0BAQsFADCBhjELMAkGA1UEBhMC
|
||||
|
@ -853,6 +853,7 @@ node 'nodepool.openstack.org' {
|
||||
'nb04.openstack.org',
|
||||
'nl01.openstack.org',
|
||||
'zuulv3-dev.openstack.org',
|
||||
'zuulv3.openstack.org',
|
||||
]
|
||||
$zk_iptables_rule = regsubst($zk_receivers,
|
||||
'^(.*)$', '-m state --state NEW -m tcp -p tcp --dport 2181 -s \1 -j ACCEPT')
|
||||
|
Loading…
x
Reference in New Issue
Block a user