@@ -84,30 +84,30 @@ default_permissions.write = .*",
84
84
{default_user_tags,[administrator]},
85
85
{default_permissions,[<<".*">>,<<".*">>,<<".*">>]}]}],
86
86
[]},
87
- {autocluster ,
88
- "autocluster .peer_discovery_backend = rabbit_peer_discovery_classic_config
89
- autocluster .classic_config.nodes.peer1 = rabbit@hostname1
90
- autocluster .classic_config.nodes.peer2 = rabbit@hostname2
91
- autocluster .node_type = disc",
87
+ {cluster_formation ,
88
+ "cluster_formation .peer_discovery_backend = rabbit_peer_discovery_classic_config
89
+ cluster_formation .classic_config.nodes.peer1 = rabbit@hostname1
90
+ cluster_formation .classic_config.nodes.peer2 = rabbit@hostname2
91
+ cluster_formation .node_type = disc",
92
92
[{rabbit,
93
- [{autocluster ,
93
+ [{cluster_formation ,
94
94
[{peer_discovery_backend,rabbit_peer_discovery_classic_config},
95
95
{node_type,disc}]},
96
96
{cluster_nodes,{[rabbit@hostname2,rabbit@hostname1],disc}}]}],
97
97
[]},
98
- {autocluster_disK ,
99
- "autocluster .peer_discovery_backend = rabbit_peer_discovery_classic_config
100
- autocluster .classic_config.nodes.peer1 = rabbit@hostname1
101
- autocluster .classic_config.nodes.peer2 = rabbit@hostname2
102
- autocluster .node_type = disk",
98
+ {cluster_formation_disK ,
99
+ "cluster_formation .peer_discovery_backend = rabbit_peer_discovery_classic_config
100
+ cluster_formation .classic_config.nodes.peer1 = rabbit@hostname1
101
+ cluster_formation .classic_config.nodes.peer2 = rabbit@hostname2
102
+ cluster_formation .node_type = disk",
103
103
[{rabbit,
104
- [{autocluster ,
104
+ [{cluster_formation ,
105
105
[{peer_discovery_backend,rabbit_peer_discovery_classic_config},
106
106
{node_type,disc}]},
107
107
{cluster_nodes,{[rabbit@hostname2,rabbit@hostname1],disc}}]}],
108
108
[]},
109
- {autocluster_ram_ignored ,
110
- "autocluster .node_type = ram",[],[]},
109
+ {cluster_formation_ram_ignored ,
110
+ "cluster_formation .node_type = ram",[],[]},
111
111
{tcp_listen_options,
112
112
"tcp_listen_options.backlog = 128
113
113
tcp_listen_options.nodelay = true
@@ -320,29 +320,29 @@ tcp_listen_options.exit_on_close = false",
320
320
"tcp_listen_options.linger.timeout = 100",
321
321
[{rabbit,[{tcp_listen_options,[{linger,{false,100}}]}]}],
322
322
[]},
323
- {autocluster_dns ,
324
- "autocluster .peer_discovery_backend = rabbit_peer_discovery_dns
325
- autocluster .dns.hostname = 192.168.0.2.xip.io
326
- autocluster .node_type = disc",
323
+ {cluster_formation_dns ,
324
+ "cluster_formation .peer_discovery_backend = rabbit_peer_discovery_dns
325
+ cluster_formation .dns.hostname = 192.168.0.2.xip.io
326
+ cluster_formation .node_type = disc",
327
327
[{rabbit,
328
- [{autocluster ,
328
+ [{cluster_formation ,
329
329
[{peer_discovery_dns,[{hostname,<<"192.168.0.2.xip.io">>}]},
330
330
{peer_discovery_backend,rabbit_peer_discovery_dns},
331
331
{node_type,disc}]}]}],
332
332
[]},
333
- {autocluster_classic ,
334
- "autocluster .peer_discovery_backend = rabbit_peer_discovery_classic_config
335
- autocluster .node_type = disc",
333
+ {cluster_formation_classic ,
334
+ "cluster_formation .peer_discovery_backend = rabbit_peer_discovery_classic_config
335
+ cluster_formation .node_type = disc",
336
336
[{rabbit,
337
- [{autocluster ,
337
+ [{cluster_formation ,
338
338
[{peer_discovery_backend,rabbit_peer_discovery_classic_config},
339
339
{node_type,disc}]}]}],
340
340
[]},
341
- {autocluster_classic_ram ,
342
- "autocluster .peer_discovery_backend = rabbit_peer_discovery_classic_config
343
- autocluster .node_type = ram",
341
+ {cluster_formation_classic_ram ,
342
+ "cluster_formation .peer_discovery_backend = rabbit_peer_discovery_classic_config
343
+ cluster_formation .node_type = ram",
344
344
[{rabbit,
345
- [{autocluster ,
345
+ [{cluster_formation ,
346
346
[{peer_discovery_backend,rabbit_peer_discovery_classic_config},
347
347
{node_type,ram}]}]}],
348
348
[]},
0 commit comments