blob: c185d55cbe24d4c7dcde062dcf7663d0435a62d2 [file] [log] [blame]
sanghoshinf25d2e02015-11-11 23:07:17 +09001{
2 "apps" : {
3 "org.onosproject.openstackswitching" : {
4 "openstackswitching" : {
5 "do_not_push_flows" : "false",
sanghoshin435392c2015-12-09 21:39:23 +09006 "neutron_server" : "http://10.40.101.209:9696/v2.0/",
7 "keystone_server" : "http://10.40.101.209:5000/v2.0/",
sanghoshinf25d2e02015-11-11 23:07:17 +09008 "user_name" : "admin",
9 "password" : "nova"
10 }
11 },
12 "org.onosproject.dhcp" : {
13 "dhcp" : {
14 "ip": "10.0.0.1",
15 "mac": "1a:2b:3c:4e:5e:6f",
16 "subnet": "255.0.0.0",
17 "broadcast": "10.255.255.255",
18 "router": "10.0.0.1",
19 "domain": "10.0.0.1",
20 "ttl": "63",
21 "lease": "300",
22 "renew": "150",
23 "rebind": "200",
24 "delay": "3",
25 "timeout": "150",
26 "startip": "10.0.0.110",
27 "endip": "10.0.0.130"
28 }
29 },
30 "org.onosproject.cordvtn" : {
31 "cordvtn" : {
sanghoshin435392c2015-12-09 21:39:23 +090032 "nodes" : [
sanghoshinf25d2e02015-11-11 23:07:17 +090033 {
sanghoshin435392c2015-12-09 21:39:23 +090034 "hostname" : "compute-01",
sanghoshin65723ae2015-11-17 22:07:21 +090035<<<<<<< HEAD
sanghoshin435392c2015-12-09 21:39:23 +090036 "ovsdbIp" : "10.40.101.208",
sanghoshin65723ae2015-11-17 22:07:21 +090037=======
38 "ovsdbIp" : "127.0.0.1",
39>>>>>>> 6a78e2e... SONA: OpenstackSwitching - remove flows
sanghoshin435392c2015-12-09 21:39:23 +090040 "ovsdbPort" : "6640",
sanghoshinf25d2e02015-11-11 23:07:17 +090041 "bridgeId" : "of:0000000000000001"
42 },
43 {
sanghoshin435392c2015-12-09 21:39:23 +090044 "hostname" : "compute-02",
sanghoshin65723ae2015-11-17 22:07:21 +090045<<<<<<< HEAD
sanghoshin435392c2015-12-09 21:39:23 +090046 "ovsdbIp" : "10.40.101.227",
sanghoshin65723ae2015-11-17 22:07:21 +090047=======
48 "ovsdbIp" : "127.0.0.1",
49>>>>>>> 6a78e2e... SONA: OpenstackSwitching - remove flows
sanghoshin435392c2015-12-09 21:39:23 +090050 "ovsdbPort" : "6640",
sanghoshinf25d2e02015-11-11 23:07:17 +090051 "bridgeId" : "of:0000000000000002"
52 },
53 {
sanghoshin435392c2015-12-09 21:39:23 +090054 "hostname" : "network",
sanghoshin65723ae2015-11-17 22:07:21 +090055<<<<<<< HEAD
sanghoshin435392c2015-12-09 21:39:23 +090056 "ovsdbIp" : "10.40.101.209",
sanghoshin65723ae2015-11-17 22:07:21 +090057=======
58 "ovsdbIp" : "127.0.0.1",
59>>>>>>> 6a78e2e... SONA: OpenstackSwitching - remove flows
sanghoshin435392c2015-12-09 21:39:23 +090060 "ovsdbPort" : "6640",
sanghoshinf25d2e02015-11-11 23:07:17 +090061 "bridgeId" : "of:0000000000000003"
62 }
63 ]
64 }
65 }
sanghoshin435392c2015-12-09 21:39:23 +090066 },
67 "devices" : {
68 "of:0000000000000001" : {
69 "basic" : {
70 "driver" : "sona"
71 }
72 },
73 "of:0000000000000002" : {
74 "basic" : {
75 "driver" : "sona"
76 }
77 },
78 "of:0000000000000003" : {
79 "basic" : {
80 "driver" : "sona"
81 }
82 }
sanghoshinf25d2e02015-11-11 23:07:17 +090083 }
84}