-
Notifications
You must be signed in to change notification settings - Fork 0
/
fabric.json
25 lines (25 loc) · 882 Bytes
/
fabric.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"physical-nodes" : {
"c1" : {
"ip" : "192.168.0.1/24",
"location" : "fabric"
},
"c2" : {
"ip" : "192.168.0.2/24",
"location" : "fabric"
}
},
"virtual-nets" : [ {
"virtual-nodes" : 4,
"location" : "colocated",
"node" : "c1"
},
{
"virtual-nodes" : 2,
"location" : "custom",
"nodes" : { "c1" : 1,
"c2" : 1
}
} ],
"controller" : "45.55.19.168:6633"
}