sangho | 0c2a3da | 2016-02-16 13:39:07 +0900 | [diff] [blame] | 1 | { |
| 2 | "apps" : { |
| 3 | "org.onosproject.openstackswitching" : { |
| 4 | "openstackswitching" : { |
| 5 | "do_not_push_flows" : "false", |
| 6 | "neutron_server" : "http://192.168.56.103:9696/v2.0/", |
| 7 | "keystone_server" : "http://192.168.56.103:5000/v2.0/", |
| 8 | "user_name" : "admin", |
| 9 | "password" : "nova", |
| 10 | "physicalRouterMac" : "00:00:00:00:00:20", |
| 11 | "nodes" : [ |
| 12 | { |
| 13 | "hostname" : "compute-01", |
| 14 | "ovsdbIp" : "192.168.56.102", |
| 15 | "ovsdbPort" : "6640", |
| 16 | "bridgeId" : "of:0000000000000001", |
| 17 | "openstackNodeType" : "COMPUTENODE" |
| 18 | }, |
| 19 | { |
| 20 | "hostname" : "compute-02", |
| 21 | "ovsdbIp" : "192.168.56.101", |
| 22 | "ovsdbPort" : "6640", |
| 23 | "bridgeId" : "of:0000000000000002", |
| 24 | "openstackNodeType" : "COMPUTENODE" |
| 25 | }, |
| 26 | { |
| 27 | "hostname" : "network", |
| 28 | "ovsdbIp" : "192.168.56.106", |
| 29 | "ovsdbPort" : "6640", |
| 30 | "bridgeId" : "of:0000000000000003", |
| 31 | "openstackNodeType" : "GATEWAYNODE", |
| 32 | "externalIfName" : "eth3", |
| 33 | "externalIfMacAddress" : "00:00:00:00:00:11" |
| 34 | } |
| 35 | ] |
| 36 | } |
| 37 | } |
| 38 | }, |
| 39 | "devices" : { |
| 40 | "of:0000000000000001" : { |
| 41 | "basic" : { |
| 42 | "driver" : "sona" |
| 43 | } |
| 44 | }, |
| 45 | "of:0000000000000002" : { |
| 46 | "basic" : { |
| 47 | "driver" : "sona" |
| 48 | } |
| 49 | } |
| 50 | } |
| 51 | } |