From aacb3891bc832610b786222ffa4d747a4eff2b10 Mon Sep 17 00:00:00 2001 From: David Shrewsbury Date: Wed, 10 Jan 2018 20:56:47 -0500 Subject: [PATCH] Zuul executor needs to open port 7900 now. Keep both ports open for the transition, then will remove port 79 later. Change-Id: I66a669487182c42fa86c6ce2779c3b5e6f3a204b --- manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/site.pp b/manifests/site.pp index f242caa2f0..83e96f98c4 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -1233,7 +1233,7 @@ node /^ze\d+\.openstack\.org$/ { $revision = 'feature/zuulv3' class { 'openstack_project::server': - iptables_public_tcp_ports => [79], + iptables_public_tcp_ports => [79, 7900], sysadmins => hiera('sysadmins', []), afs => true, }