blob: 4268ee35036e2be1a1ec45bcf5704ddd56758580 [file] [log] [blame]
Thomas Vachuskae7013e92018-09-12 01:18:43 -07001cluster {
2 cluster-id: onos
3 node.id: atomix-3
4 node.address: "172.17.0.4:5679"
5 discovery {
6 type: bootstrap
7 nodes.1 {
8 id: atomix-1
9 address: "172.17.0.2:5679"
10 }
11 nodes.2 {
12 id: atomix-2
13 address: "172.17.0.3:5679"
14 }
15 nodes.3 {
16 id: atomix-3
17 address: "172.17.0.4:5679"
18 }
19 }
20}
21
22management-group {
23 type: raft
24 partitions: 1
25 storage.level: disk
26 members: [atomix-1, atomix-2, atomix-3]
27}
28
29partition-groups.raft {
30 type: raft
31 partitions: 7
32 storage.level: disk
33 members: [atomix-1, atomix-2, atomix-3]
34}