blob: a9a6f6f06b17bfdf11cd27227bd12bf7d33b6347 [file] [log] [blame]
Andrea Campanella9bc81302017-10-20 11:56:51 +02001{
2 "apps" : {
3 "org.opencord.ce.local.fabric" : {
4 "segmentrouting_ctl": {
5 "publicIp": "127.0.0.1",
6 "port": "8181",
7 "username": "sdn",
8 "password": "rocks",
9 "deviceId": "of:0000001e08095936"
10 }
11 },
12 "org.opencord.ce.local.bigswitch" : {
13 "mefPorts" :
14 [
15 {
16 "mefPortType" : "INNI",
17 "connectPoint" : "of:0000001e08095936/1",
18 "interlinkId" : "EE-2-fabric"
19 },
20 {
21 "mefPortType" : "ENNI",
22 "connectPoint" : "of:0000001e08095936/49",
23 "interlinkId" : "fabric-upstream"
24 }
25 ]
26 },
27 "org.opencord.ce.local.channel.http" : {
28 "global" : {
29 "publicIp" : "10.128.14.1",
30 "port" : "8182",
31 "username" : "sdn",
32 "password" : "rocks",
33 "topic" : "ecord-domains-topic-one"
34 }
35 }
36
37 }
38}