rabbitmq/server: fix template to cluster to the right nodes
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
87585b66d2
commit
d14d971351
1 changed files with 3 additions and 3 deletions
|
@ -14,9 +14,9 @@
|
||||||
{auth_mechanisms, ['EXTERNAL']},
|
{auth_mechanisms, ['EXTERNAL']},
|
||||||
|
|
||||||
%% Here goes the cluster config
|
%% Here goes the cluster config
|
||||||
{cluster_nodes, {['rabbit@rabbitmq01{{env_suffix}}.phx2.fedoraproject.org',
|
{cluster_nodes, {['rabbit@rabbitmq01{{env_suffix}}.{{datacenter}}.fedoraproject.org',
|
||||||
'rabbit@rabbitmq02{{env_suffix}}.phx2.fedoraproject.org',
|
'rabbit@rabbitmq02{{env_suffix}}.{{datacenter}}.fedoraproject.org',
|
||||||
'rabbit@rabbitmq03{{env_suffix}}.phx2.fedoraproject.org'],
|
'rabbit@rabbitmq03{{env_suffix}}.{{datacenter}}.fedoraproject.org'],
|
||||||
disc}},
|
disc}},
|
||||||
|
|
||||||
%% How to respond to cluster partitions.
|
%% How to respond to cluster partitions.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue