Open port 8088 on long-lived slaves
For Zuul-runner console log streaming. Change-Id: I8e7ac0bc43095ffe159181f48299f024315d55d3
This commit is contained in:
parent
0c75f86335
commit
361ec48ade
@ -15,7 +15,7 @@ class openstack_project::slave (
|
|||||||
include openstack_project::tmpcleanup
|
include openstack_project::tmpcleanup
|
||||||
|
|
||||||
class { 'openstack_project::server':
|
class { 'openstack_project::server':
|
||||||
iptables_public_tcp_ports => [],
|
iptables_public_tcp_ports => [8088],
|
||||||
iptables_public_udp_ports => [],
|
iptables_public_udp_ports => [],
|
||||||
certname => $certname,
|
certname => $certname,
|
||||||
sysadmins => $sysadmins,
|
sysadmins => $sysadmins,
|
||||||
|
Loading…
Reference in New Issue
Block a user