aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadomir Dopieralski <openstack@sheep.art.pl>2017-04-26 17:37:49 +0200
committerRadomir Dopieralski <openstack@sheep.art.pl>2017-04-26 19:11:26 +0200
commit430e4d3128a9ab8ed919b43293ece45842fc57fa (patch)
tree42c602ca9595b30846381a104c2a2f20efb59b21
parent2399cb85144008bd1a2705809ccef2109a453905 (diff)
Open ports 443 and 80 on haproxy's firewall when horizon is standalone
Change-Id: Ifec9839ac0fc688678f0221bb731fb64bd86d2d9
-rw-r--r--puppet/services/horizon.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/puppet/services/horizon.yaml b/puppet/services/horizon.yaml
index 8fb13c16..174daf51 100644
--- a/puppet/services/horizon.yaml
+++ b/puppet/services/horizon.yaml
@@ -118,3 +118,10 @@ outputs:
tags: step1
when: httpd_enabled.rc == 0
service: name=httpd state=stopped
+ service_config_settings:
+ haproxy:
+ tripleo.horizon.firewall_rules:
+ '127 horizon':
+ dport:
+ - 80
+ - 443