From ffc50d6273a3f09e2522b2daff44ed3ef7207f4c Mon Sep 17 00:00:00 2001 From: David Shrewsbury Date: Tue, 2 Jan 2018 13:34:31 -0500 Subject: [PATCH] Open finger port for zuulv3 The zuul-fingergw process listens on port 79 for incoming finger requests to stream logs. Change-Id: I36cfd9651eaa2922ba5820b6657bffeccf26a6e7 --- manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/site.pp b/manifests/site.pp index b688786786..c5cb40f80f 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -1379,7 +1379,7 @@ node 'zuulv3.openstack.org' { $iptables_rules = regsubst ($gearman_workers, '^(.*)$', '-m state --state NEW -m tcp -p tcp --dport 4730 -s \1 -j ACCEPT') class { 'openstack_project::server': - iptables_public_tcp_ports => [80, 443], + iptables_public_tcp_ports => [79, 80, 443], iptables_rules6 => $iptables_rules, iptables_rules4 => $iptables_rules, sysadmins => hiera('sysadmins', []),