From efaa6cf4c509810e77e15fdc9899dcc0eace50d3 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Tue, 27 Feb 2018 08:50:36 -0500 Subject: [PATCH] Re-open port 80 on firehose.openstack.org With our attempts to re-enable websockets on mosquitto we need to open up port 80 again so we can connect via websockets. This commit does that. Change-Id: Id9bb77ef9a2ac70eec74db4ea64423b5d6351a06 --- manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/site.pp b/manifests/site.pp index d5d7d7723b..8c0409faaa 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -535,7 +535,7 @@ node /^firehose\d+\.openstack\.org$/ { # NOTE(mtreinish) Port 80 and 8080 are disabled because websocket # connections seem to crash mosquitto. Once this is fixed we should add # them back - iptables_public_tcp_ports => [22, 25, 1883, 8883], + iptables_public_tcp_ports => [22, 25, 80, 1883, 8883], sysadmins => hiera('sysadmins', []), manage_exim => false, }