mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 01:41:26 +02:00
34 lines
573 B
Plaintext
34 lines
573 B
Plaintext
cluster {
|
|
cluster-id: onos
|
|
node.id: atomix-2
|
|
node.address: "172.17.0.3:5679"
|
|
discovery {
|
|
type: bootstrap
|
|
nodes.1 {
|
|
id: atomix-1
|
|
address: "172.17.0.2:5679"
|
|
}
|
|
nodes.2 {
|
|
id: atomix-2
|
|
address: "172.17.0.3:5679"
|
|
}
|
|
nodes.3 {
|
|
id: atomix-3
|
|
address: "172.17.0.4:5679"
|
|
}
|
|
}
|
|
}
|
|
|
|
management-group {
|
|
type: raft
|
|
partitions: 1
|
|
storage.level: disk
|
|
members: [atomix-1, atomix-2, atomix-3]
|
|
}
|
|
|
|
partition-groups.raft {
|
|
type: raft
|
|
partitions: 7
|
|
storage.level: disk
|
|
members: [atomix-1, atomix-2, atomix-3]
|
|
} |