Merge "Open finger port for zuulv3"
This commit is contained in:
commit
5b360ec55b
@ -1379,7 +1379,7 @@ node 'zuulv3.openstack.org' {
|
||||
$iptables_rules = regsubst ($gearman_workers, '^(.*)$', '-m state --state NEW -m tcp -p tcp --dport 4730 -s \1 -j ACCEPT')
|
||||
|
||||
class { 'openstack_project::server':
|
||||
iptables_public_tcp_ports => [80, 443],
|
||||
iptables_public_tcp_ports => [79, 80, 443],
|
||||
iptables_rules6 => $iptables_rules,
|
||||
iptables_rules4 => $iptables_rules,
|
||||
sysadmins => hiera('sysadmins', []),
|
||||
|
Loading…
x
Reference in New Issue
Block a user