blob: 56b767c3adb596adbb6385565c13fefb8c45d99f [file] [log] [blame]
Chetan Gaonker343f41e2017-02-09 23:38:16 +00001{
2 "apps" : {
3 "org.opencord.vtn" : {
4 "cordvtn" : {
5 "controllers" : [ "10.1.0.1:6654" ],
6 "localManagementIp" : "172.27.0.1/24",
7 "nodes" : [ {
8 "bridgeId" : "of:0000525400201852",
9 "dataPlaneIntf" : "fabric",
10 "dataPlaneIp" : "10.6.1.2/24",
11 "hostManagementIp" : "10.1.0.14/24",
12 "hostname" : "cold-flag"
13 } ],
14 "openstack" : {
15 "endpoint" : "https://keystone.cord.lab:5000/v2.0",
16 "password" : "VeryLongKeystoneAdminPassword",
17 "tenant" : "admin",
18 "user" : "admin"
19 },
20 "ovsdbPort" : "6641",
21 "privateGatewayMac" : "00:00:00:00:00:01",
22 "publicGateways" : [ {
23 "gatewayIp" : "10.6.1.193",
24 "gatewayMac" : "02:42:0a:06:01:01"
25 }, {
26 "gatewayIp" : "10.6.1.129",
27 "gatewayMac" : "02:42:0a:06:01:01"
28 } ],
29 "ssh" : {
30 "sshKeyFile" : "/root/node_key",
31 "sshPort" : "22",
32 "sshUser" : "root"
33 },
34 "xos" : {
35 "endpoint" : "http://xos:8888/",
36 "password" : "letmein",
37 "user" : "padmin@vicci.org"
38 }
39 }
40 }
41 },
42 "devices" : { },
43 "ports" : { },
44 "layouts" : { },
45 "regions" : { },
46 "links" : { },
47 "hosts" : { }
48}