blob: 43b7d2579a450c392ce928e577f549cb4648496b [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.70",
6 "port": "8181",
7 "username": "onos",
8 "password": "rocks",
9 "deviceId": "of:0000cc37ab7cbc60"
10 }
11 },
12 "org.opencord.ce.local.bigswitch" : {
13 "mefPorts" :
14 [
15 {
16 "mefPortType" : "INNI",
17 "connectPoint" : "of:0000cc37ab7cbc60/2",
18 "interlinkId" : "EE-3-to-fabric"
19 },
20 {
21 "mefPortType" : "ENNI",
22 "connectPoint" : "of:0000cc37ab7cbc60/32",
23 "interlinkId" : "fabric-1-to-fabric-3"
24 },
25 {
26 "mefPortType" : "ENNI",
27 "connectPoint" : "of:0000cc37ab7cbc60/31",
28 "interlinkId" : "fabric-2-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}