From: Raoul Scarazzini Date: Thu, 30 Jun 2016 15:00:00 +0000 (+0200) Subject: Add Rabbit/epmd port to firewall X-Git-Tag: opnfv-6.0.0~1896^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=c16358554b2041d3ff6bb59da13e3d8ef0997d24;p=apex-tripleo-heat-templates.git Add Rabbit/epmd port to firewall 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 --- diff --git a/puppet/hieradata/controller.yaml b/puppet/hieradata/controller.yaml index 7db2b5de..f84f7049 100644 --- a/puppet/hieradata/controller.yaml +++ b/puppet/hieradata/controller.yaml @@ -212,6 +212,7 @@ tripleo::firewall::firewall_rules: - 26379 '109 rabbitmq': dport: + - 4369 - 5672 - 35672 '110 ceph':