blob: e2bcb4fc9248e4c0f434115a451861b457532e99 [file] [log] [blame]
francescoee363912017-05-02 16:55:28 -07001{
2 "apps" : {
3 "org.opencord.ce.local.bigswitch" : {
4 "mefPorts" :
5 [
6 {
7 "mefPortType" : "UNI",
8 "connectPoint" : "netconf:10.0.0.30:830/0"
9 },
10 {
11 "mefPortType" : "GENERIC",
12 "connectPoint" : "netconf:10.0.0.30:830/1"
13 }
14 ]
15 },
16 "org.opencord.ce.local.channel.http" : {
17 "global" : {
18 "clusterIps" : [
19 "10.128.14.1"
20 ],
21 "port" : "8181",
22 "username" : "sdn",
23 "password" : "rocks",
24 "topic" : "ecord-domains-topic-one"
25 }
26 }
27 }
28}