blob: bff83ea5b9d816571d9bfb64a5d284f9d790fa0e [file] [log] [blame]
sangho0c2a3da2016-02-16 13:39:07 +09001{
Daniel Park23193902016-03-24 18:17:19 +09002 "apps" : {
3 "org.onosproject.openstackrouting" : {
4 "openstackrouting" : {
5 "physicalRouterMac" : "36:e3:f7:7b:cc:52",
6 "gatewayBridgeId" : "of:0000000000000003",
7 "gatewayExternalInterfaceName" : "veth0",
8 "gatewayExternalInterfaceMac" : "96:87:bc:64:99:ad",
9 "nodes" : [
10 {
11 "dataPlaneIp" : "192.168.57.103",
12 "bridgeId" : "of:0000000000000001"
13 },
14 {
15 "dataPlaneIp" : "192.168.57.104",
16 "bridgeId" : "of:0000000000000002"
17 },
18 {
19 "dataPlaneIp" : "192.168.57.105",
20 "bridgeId" : "of:0000000000000003"
21 }
22 ]
23 }
sangho0c2a3da2016-02-16 13:39:07 +090024 },
Daniel Park23193902016-03-24 18:17:19 +090025 "org.onosproject.openstackswitching" : {
26 "openstackswitching" : {
27 "nodes" : [
28 {
29 "dataPlaneIp" : "192.168.57.103",
30 "bridgeId" : "of:0000000000000001"
31 },
32 {
33 "dataPlaneIp" : "192.168.57.104",
34 "bridgeId" : "of:0000000000000002"
35 },
36 {
37 "dataPlaneIp" : "192.168.57.105",
38 "bridgeId" : "of:0000000000000003"
39 }
40 ]
41 }
42 },
43 "org.onosproject.openstacknode" : {
44 "openstacknode" : {
45 "nodes" : [
46 {
47 "hostname" : "compute-01",
48 "ovsdbIp" : "192.168.56.121",
49 "ovsdbPort" : "6640",
50 "bridgeId" : "of:0000000000000001",
51 "openstackNodeType" : "COMPUTENODE"
52 },
53 {
54 "hostname" : "compute-02",
55 "ovsdbIp" : "192.168.56.122",
56 "ovsdbPort" : "6640",
57 "bridgeId" : "of:0000000000000002",
58 "openstackNodeType" : "COMPUTENODE"
59 },
60 {
61 "hostname" : "network",
62 "ovsdbIp" : "192.168.56.114",
63 "ovsdbPort" : "6640",
64 "bridgeId" : "of:0000000000000003",
65 "openstackNodeType" : "GATEWAYNODE",
66 "gatewayExternalInterfaceName" : "veth0",
67 "gatewayExternalInterfaceMac" : "96:87:bc:64:99:ad"
68 }
69 ]
70 }
71 },
72 "org.onosproject.openstackinterface" : {
73 "openstackinterface" : {
74 "neutron_server" : "http://192.168.56.118:9696/v2.0/",
75 "keystone_server" : "http://192.168.56.118:5000/v2.0/",
76 "user_name" : "admin",
77 "password" : "rocks"
78 }
sangho0c2a3da2016-02-16 13:39:07 +090079 }
Daniel Park23193902016-03-24 18:17:19 +090080 },
81 "devices" : {
82 "of:0000000000000001" : {
83 "basic" : {
84 "driver" : "sona"
85 }
86 },
87 "of:0000000000000002" : {
88 "basic" : {
89 "driver" : "sona"
90 }
91 }
92 }
sangho0c2a3da2016-02-16 13:39:07 +090093}
Daniel Park81a61a12016-02-26 08:24:44 +090094