Add parames to use rabbitmq service binding
allow to bind rabbit on specific address, without this binding, haproxy will not start because rabbit listen on 0.0.0.0
This commit is contained in:
@@ -80,6 +80,7 @@ class cloud::messaging(
|
||||
cluster_nodes => $array_rabbit_names,
|
||||
wipe_db_on_cookie_change => true,
|
||||
cluster_node_type => $cluster_node_type,
|
||||
node_ip_address => $rabbitmq_ip,
|
||||
port => $rabbitmq_port,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user