onos/tools/tutorials/vm/config/cluster-2.json
Thomas Vachuska e7013e96ff Updated tutorial VM to 1.14.0
Change-Id: I46842f52e3b3068718fc125c9fbfe80e069151f4
2018-09-24 22:22:14 +00:00

25 lines
367 B
JSON

{
"node": {
"ip": "172.17.0.6",
"id": "172.17.0.6",
"port": 9876
},
"storage": [
{
"ip": "172.17.0.2",
"id": "atomix-1",
"port": 5679
},
{
"ip": "172.17.0.3",
"id": "atomix-2",
"port": 5679
},
{
"ip": "172.17.0.4",
"id": "atomix-3",
"port": 5679
}
],
"name": "onos"
}