blob: ca0d3672cf2e7d561a0d22bf63e2cc702997bf31 [file] [log] [blame]
Luca Pretee9962f32017-10-26 11:25:56 -07001{
2 "apps" : {
3 "org.opencord.ce.local.fabric" : {
4 "segmentrouting_ctl": {
5 "publicIp": "10.90.1.30",
6 "port": "8181",
7 "username": "onos",
8 "password": "rocks",
9 "deviceId": "of:0000cc37ab7cbd64"
10 }
11 },
12 "org.opencord.ce.local.bigswitch" : {
13 "mefPorts" :
14 [
15 {
16 "mefPortType" : "INNI",
Marc De Leenheer9cc2bc12017-10-31 00:16:35 -070017 "connectPoint" : "of:0000cc37ab7cbd64/37",
Luca Pretee9962f32017-10-26 11:25:56 -070018 "interlinkId" : "EE-1-to-fabric"
19 },
20 {
21 "mefPortType" : "ENNI",
22 "connectPoint" : "of:0000cc37ab7cbd64/30",
23 "interlinkId" : "fabric-1-to-fabric-2"
24 },
25 {
26 "mefPortType" : "ENNI",
27 "connectPoint" : "of:0000cc37ab7cbd64/32",
28 "interlinkId" : "fabric-1-to-fabric-3"
29 }
30 ]
31 },
32 "org.opencord.ce.local.channel.http" : {
33 "global" : {
34 "publicIp" : "10.90.1.10",
35 "port" : "8182",
36 "username" : "onos",
37 "password" : "rocks",
38 "topic" : "ecord-domains-topic-one"
39 }
40 }
41 }
42}