Use port 19885 for console streaming for zuul workers
Change-Id: Ia2d3d95e065c21cb39dcbf7a28b24bff9795323c Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
9cb0e68f64
commit
7326faa6e8
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user