Enable tcp/8088 on jenkins slaves

We are enabling tcp/8088 specifically for zuul v2.5. This will allow a
user to telnet jenkins.slave.fqdn 8088 to stream the logs on the
remote host.

Change-Id: Iaf0e12ebe6dfcd30a88021a4d313284dae445ee8
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-05-17 17:40:44 -04:00
parent 5335c5e4e7
commit 33448be976
No known key found for this signature in database
GPG Key ID: 611A80832067AF38

View File

@ -39,6 +39,7 @@ class openstack_project::single_use_slave (
'-p tcp --dport 8004 -s 172.24.4.0/23 -j ACCEPT', '-p tcp --dport 8004 -s 172.24.4.0/23 -j ACCEPT',
'-m limit --limit 2/min -j LOG --log-prefix "iptables dropped: "', '-m limit --limit 2/min -j LOG --log-prefix "iptables dropped: "',
], ],
iptables_public_tcp_ports => [8088],
} }
class { 'jenkins::slave': class { 'jenkins::slave':
ssh_key => $ssh_key, ssh_key => $ssh_key,