aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/hieradata/controller.yaml
diff options
context:
space:
mode:
authorRaoul Scarazzini <rscarazz@redhat.com>2016-06-30 17:00:00 +0200
committerRaoul Scarazzini <rscarazz@redhat.com>2016-07-01 09:19:58 +0200
commitc16358554b2041d3ff6bb59da13e3d8ef0997d24 (patch)
treee6bc165cf6121cf2abc0955fdb0ec34d1afa60d7 /puppet/hieradata/controller.yaml
parentddda39b3c7ef90d0175f8424bee51abe94a9b6fc (diff)
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
Diffstat (limited to 'puppet/hieradata/controller.yaml')
-rw-r--r--puppet/hieradata/controller.yaml1
1 files changed, 1 insertions, 0 deletions
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':