Daniel Park | a7d6e9f | 2016-01-18 17:54:14 +0900 | [diff] [blame] | 1 | { |
| 2 | "apps" : { |
| 3 | "org.onosproject.openstacknode" : { |
| 4 | "openstacknode" : { |
| 5 | "nodes" : [ |
Hyunsun Moon | 34bbe17 | 2016-06-28 19:18:40 -0700 | [diff] [blame] | 6 | { |
| 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 Park | a7d6e9f | 2016-01-18 17:54:14 +0900 | [diff] [blame] | 36 | ] |
| 37 | } |
| 38 | } |
| 39 | } |
| 40 | } |
| 41 | |