Thomas Vachuska | e7013e9 | 2018-09-12 01:18:43 -0700 | [diff] [blame] | 1 | cluster { |
| 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 | |
| 22 | management-group { |
| 23 | type: raft |
| 24 | partitions: 1 |
| 25 | storage.level: disk |
| 26 | members: [atomix-1, atomix-2, atomix-3] |
| 27 | } |
| 28 | |
| 29 | partition-groups.raft { |
| 30 | type: raft |
| 31 | partitions: 7 |
| 32 | storage.level: disk |
| 33 | members: [atomix-1, atomix-2, atomix-3] |
| 34 | } |