blob: 142ec8a24724377df3d7b261459f9730a25fea83 [file] [log] [blame]
sangho0c2a3da2016-02-16 13:39:07 +09001{
2 "apps" : {
Daniel Park81a61a12016-02-26 08:24:44 +09003 "org.onosproject.openstackrouting" : {
4 "openstackrouting" : {
5 "physicalRouterMac" : "2a:a1:8a:89:dd:a4",
6 "gatewayBridgeId" : "of:0000000000000003",
7 "gatewayExternalInterfaceName" : "veth0",
8 "gatewayExternalInterfaceMac" : "be:15:c6:b0:df:9f"
9 }
10 },
11 "org.onosproject.openstacknode" : {
12 "openstacknode" : {
sangho0c2a3da2016-02-16 13:39:07 +090013 "nodes" : [
Daniel Park81a61a12016-02-26 08:24:44 +090014 {
15 "hostname" : "compute-01",
16 "ovsdbIp" : "192.168.56.112",
17 "ovsdbPort" : "6640",
18 "bridgeId" : "of:0000000000000001",
19 "openstackNodeType" : "COMPUTENODE"
20 },
21 {
22 "hostname" : "compute-02",
23 "ovsdbIp" : "192.168.56.113",
24 "ovsdbPort" : "6640",
25 "bridgeId" : "of:0000000000000002",
26 "openstackNodeType" : "COMPUTENODE"
27 },
28 {
29 "hostname" : "network",
30 "ovsdbIp" : "192.168.56.114",
31 "ovsdbPort" : "6640",
32 "bridgeId" : "of:0000000000000003",
33 "openstackNodeType" : "GATEWAYNODE",
34 "gatewayExternalInterfaceName" : "veth0",
35 "gatewayExternalInterfaceMac" : "be:15:c6:b0:df:9f"
36 }
sangho0c2a3da2016-02-16 13:39:07 +090037 ]
Daniel Park81a61a12016-02-26 08:24:44 +090038 }
39 },
40 "org.onosproject.openstackinterface" : {
41 "openstackinterface" : {
42 "neutron_server" : "http://192.168.56.111:9696/v2.0/",
43 "keystone_server" : "http://192.168.56.111:5000/v2.0/",
44 "user_name" : "admin",
45 "password" : "nova"
46 }
47 }
sangho0c2a3da2016-02-16 13:39:07 +090048 },
49 "devices" : {
50 "of:0000000000000001" : {
51 "basic" : {
52 "driver" : "sona"
53 }
54 },
55 "of:0000000000000002" : {
56 "basic" : {
57 "driver" : "sona"
58 }
59 }
60 }
61}
Daniel Park81a61a12016-02-26 08:24:44 +090062