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:
Paul Belanger 2016-07-22 16:37:00 -04:00
parent 6dff527210
commit 7502a5eedd
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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,