blob: 09ca2632ff9319efa0398219c0564f4cbae84786 [file] [log] [blame]
ChetanGaonker901727c2016-11-29 14:05:03 -08001{
2 "apps" : {
3 "org.opencord.vtn" : {
4 "cordvtn" : {
5 "privateGatewayMac" : "00:00:00:00:00:01",
6 "publicGateways" : [
7 {
8 "gatewayIp" : "20.0.0.1",
9 "gatewayMac" : "fe:00:00:00:00:01"
10 }
11 ],
12 "localManagementIp" : "172.27.0.1/24",
13 "ovsdbPort" : "6640",
14 "ssh" : {
15 "sshPort" : "22",
16 "sshUser" : "root",
17 "sshKeyFile" : "/root/node_key"
18 },
19 "openstack" : {
20 "endpoint" : "http://10.90.0.58:5000/v2.0/",
21 "tenant" : "admin",
22 "user" : "admin",
23 "password" : "ADMIN_PASS"
24 },
25 "xos" : {
26 "endpoint" : "http://10.90.0.58:80",
27 "user" : "padmin@vicci.org",
28 "password" : "letmein"
29 },
30 "nodes" : [
31 {
32 "hostname" : "compute-01",
33 "hostManagementIp" : "10.90.0.64/24",
34 "dataPlaneIp" : "192.168.199.1/24",
35 "dataPlaneIntf" : "veth1",
36 "bridgeId" : "of:0000000000000001"
37 },
38 {
39 "hostname" : "compute-02",
40 "hostManagementIp" : "10.90.0.65/24",
41 "dataPlaneIp" : "192.168.199.2/24",
42 "dataPlaneIntf" : "veth1",
43 "bridgeId" : "of:0000000000000002"
44 }
45 ]
46 }
47 }
48 }
49}