Allow pacemaker ports in firewall
authorBen Nemec <bnemec@redhat.com>
Wed, 15 Jun 2016 22:25:18 +0000 (17:25 -0500)
committerBen Nemec <bnemec@redhat.com>
Mon, 20 Jun 2016 18:00:56 +0000 (13:00 -0500)
This is required to allow ha deployments with ManageFirewall: True
These are the ports documented in [1].

1: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html-single/Configuring_the_Red_Hat_High_Availability_Add-On_with_Pacemaker/index.html#s1-firewalls-HAAR

Change-Id: I446cc0ed863df15e28fa8ec1f5e2a06c5c03af8c
Closes-Bug: 1594470

puppet/hieradata/controller.yaml

index 7581a52..7633594 100644 (file)
@@ -297,3 +297,12 @@ tripleo::firewall::firewall_rules:
     dport:
       - 8041
       - 13041
+  '130 pacemaker tcp':
+    proto: 'tcp'
+    dport:
+      - 2224
+      - 3121
+      - 21064
+  '131 pacemaker udp':
+    proto: 'udp'
+    dport: 5405