Merge "Use port 19885 for console streaming for zuul workers"

This commit is contained in:
Jenkins 2016-06-17 01:36:15 +00:00 committed by Gerrit Code Review
commit 18e8579614
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,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],
iptables_public_tcp_ports => [8088, 19885],
}
class { 'jenkins::slave':
ssh_key => $ssh_key,

View File

@ -15,7 +15,7 @@ class openstack_project::slave (
include openstack_project::tmpcleanup
class { 'openstack_project::server':
iptables_public_tcp_ports => [8088],
iptables_public_tcp_ports => [8088, 19885],
iptables_public_udp_ports => [],
certname => $certname,
sysadmins => $sysadmins,