blob: abcd2d15a8e8a755e3adf38e1207ad0894637b0a [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",
35 "ovsdbIp" : "10.40.101.208",
36 "ovsdbPort" : "6640",
sanghoshinf25d2e02015-11-11 23:07:17 +090037 "bridgeId" : "of:0000000000000001"
38 },
39 {
sanghoshin435392c2015-12-09 21:39:23 +090040 "hostname" : "compute-02",
41 "ovsdbIp" : "10.40.101.227",
42 "ovsdbPort" : "6640",
sanghoshinf25d2e02015-11-11 23:07:17 +090043 "bridgeId" : "of:0000000000000002"
44 },
45 {
sanghoshin435392c2015-12-09 21:39:23 +090046 "hostname" : "network",
47 "ovsdbIp" : "10.40.101.209",
48 "ovsdbPort" : "6640",
sanghoshinf25d2e02015-11-11 23:07:17 +090049 "bridgeId" : "of:0000000000000003"
50 }
51 ]
52 }
53 }
sanghoshin435392c2015-12-09 21:39:23 +090054 },
55 "devices" : {
56 "of:0000000000000001" : {
57 "basic" : {
58 "driver" : "sona"
59 }
60 },
61 "of:0000000000000002" : {
62 "basic" : {
63 "driver" : "sona"
64 }
65 },
66 "of:0000000000000003" : {
67 "basic" : {
68 "driver" : "sona"
69 }
70 }
sanghoshinf25d2e02015-11-11 23:07:17 +090071 }
72}