Add Rabbit/epmd port to firewall
authorRaoul Scarazzini <rscarazz@redhat.com>
Thu, 30 Jun 2016 15:00:00 +0000 (17:00 +0200)
committerRaoul Scarazzini <rscarazz@redhat.com>
Fri, 1 Jul 2016 07:19:58 +0000 (09:19 +0200)
This commit adds the epmd port 4369 to the firewall configuration for
the service rabbit. This is necessary for having HA setups working,
since without this port the rabbitmq cloned resource starts only on one
node and the others are not able to complete the rabbit cluster
creation.

Change-Id: Iae042dd60a578e158b75539dc3998fc40185b343

puppet/hieradata/controller.yaml

index 7db2b5d..f84f704 100644 (file)
@@ -212,6 +212,7 @@ tripleo::firewall::firewall_rules:
       - 26379
   '109 rabbitmq':
     dport:
+      - 4369
       - 5672
       - 35672
   '110 ceph':