blob: 47d7b8014a605b4de24da6a4be824093b79a7d31 [file] [log] [blame]
Daniel Parka7d6e9f2016-01-18 17:54:14 +09001{
2 "apps" : {
3 "org.onosproject.openstacknode" : {
4 "openstacknode" : {
5 "nodes" : [
Hyunsun Moon34bbe172016-06-28 19:18:40 -07006 {
7 "hostname" : "compute-01",
8 "type" : "COMPUTE",
9 "managementIp" : "10.203.25.244",
10 "dataIp" : "10.134.34.222",
11 "integrationBridge" : "of:00000000000000a1"
12 },
13 {
14 "hostname" : "compute-02",
15 "type" : "COMPUTE",
16 "managementIp" : "10.203.229.42",
17 "dataIp" : "10.134.34.223",
18 "integrationBridge" : "of:00000000000000a2"
19 },
20 {
21 "hostname" : "gateway-01",
22 "type" : "GATEWAY",
23 "managementIp" : "10.203.198.125",
24 "dataIp" : "10.134.33.208",
25 "integrationBridge" : "of:00000000000000a3",
26 "routerBridge" : "of:00000000000000b3"
27 },
28 {
29 "hostname" : "gateway-02",
30 "type" : "GATEWAY",
31 "managementIp" : "10.203.198.131",
32 "dataIp" : "10.134.33.209",
33 "integrationBridge" : "of:00000000000000a4",
34 "routerBridge" : "of:00000000000000b4"
35 }
Daniel Parka7d6e9f2016-01-18 17:54:14 +090036 ]
37 }
38 }
39 }
40}
41