Remove tcp/8088 from zuul worker firewall rules
All zuul-launchers have been upgraded to use tcp/19885 for zuul-console. Change-Id: I74158bd73173a7766625aef24b21de04ffa9f93a Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
6dff527210
commit
7502a5eedd
@ -40,7 +40,7 @@ class openstack_project::single_use_slave (
|
||||
'-p tcp --dport 8004 -s 172.24.4.0/23 -j ACCEPT',
|
||||
'-m limit --limit 2/min -j LOG --log-prefix "iptables dropped: "',
|
||||
],
|
||||
iptables_public_tcp_ports => [8088, 19885],
|
||||
iptables_public_tcp_ports => [19885],
|
||||
}
|
||||
class { 'jenkins::slave':
|
||||
ssh_key => $ssh_key,
|
||||
|
@ -17,7 +17,7 @@ class openstack_project::slave (
|
||||
include openstack_project::tmpcleanup
|
||||
|
||||
class { 'openstack_project::server':
|
||||
iptables_public_tcp_ports => [8088, 19885],
|
||||
iptables_public_tcp_ports => [19885],
|
||||
iptables_public_udp_ports => [],
|
||||
certname => $certname,
|
||||
sysadmins => $sysadmins,
|
||||
|
Loading…
Reference in New Issue
Block a user