Daniel Park | a7d6e9f | 2016-01-18 17:54:14 +0900 | [diff] [blame] | 1 | { |
| 2 | "apps" : { |
| 3 | "org.onosproject.openstacknode" : { |
| 4 | "openstacknode" : { |
| 5 | "nodes" : [ |
| 6 | { |
| 7 | "hostname" : "compute-01", |
| 8 | "ovsdbIp" : "192.168.56.112", |
| 9 | "ovsdbPort" : "6640", |
| 10 | "bridgeId" : "of:0000000000000001", |
| 11 | "openstackNodeType" : "COMPUTENODE" |
| 12 | }, |
| 13 | { |
| 14 | "hostname" : "compute-02", |
| 15 | "ovsdbIp" : "192.168.56.106", |
| 16 | "ovsdbPort" : "6640", |
| 17 | "bridgeId" : "of:0000000000000002", |
| 18 | "openstackNodeType" : "COMPUTENODE" |
| 19 | }, |
| 20 | { |
| 21 | "hostname" : "network", |
| 22 | "ovsdbIp" : "192.168.56.108", |
| 23 | "ovsdbPort" : "6640", |
| 24 | "bridgeId" : "of:0000000000000003", |
| 25 | "openstackNodeType" : "GATEWAYNODE", |
| 26 | "gatewayExternalInterfaceName" : "eth1", |
| 27 | "gatewayExternalInterfaceMac" : "00:00:00:00:00:10" |
| 28 | } |
| 29 | ] |
| 30 | } |
| 31 | } |
| 32 | } |
| 33 | } |
| 34 | |