Open ports 443 and 80 on haproxy's firewall when horizon is standalone
authorRadomir Dopieralski <openstack@sheep.art.pl>
Wed, 26 Apr 2017 15:37:49 +0000 (17:37 +0200)
committerRadomir Dopieralski <openstack@sheep.art.pl>
Wed, 26 Apr 2017 17:11:26 +0000 (19:11 +0200)
Change-Id: Ifec9839ac0fc688678f0221bb731fb64bd86d2d9

puppet/services/horizon.yaml

index 8fb13c1..174daf5 100644 (file)
@@ -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