Rabbitmq: Enable Erlang distribution TLS
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>
Mon, 28 Aug 2017 06:17:46 +0000 (09:17 +0300)
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>
Tue, 5 Sep 2017 09:39:12 +0000 (09:39 +0000)
This will be used for the replication traffic as specified in the
dependent commit.

bp tls-via-certmonger
Change-Id: Ia53b9edaa6c6cdd48bcdde64969ae6c16f57ae41
Depends-On: I265c89cb8898a6da78a606664a22c50f5e57a847
(cherry picked from commit 1b4df60ac780a8388f5421c3c1634d172886595f)

puppet/services/rabbitmq.yaml

index ba3a098..a1a6020 100644 (file)
@@ -122,6 +122,7 @@ outputs:
             rabbitmq::interface: {get_param: [ServiceNetMap, RabbitmqNetwork]}
             rabbitmq::nr_ha_queues: {get_param: RabbitHAQueues}
             rabbitmq::ssl: {get_param: EnableInternalTLS}
+            rabbitmq::ssl_erl_dist: {get_param: EnableInternalTLS}
             rabbitmq::ssl_port: 5672
             rabbitmq::ssl_depth: 1
             rabbitmq::ssl_only: {get_param: EnableInternalTLS}