blob: 27c7ed2b46eb5d145d593a7f5fe5e98ff74a6a9a [file] [log] [blame]
Luca Pretee9962f32017-10-26 11:25:56 -07001{
2 "devices": {
Marc De Leenheer9cc2bc12017-10-31 00:16:35 -07003 "netconf:10.6.0.162:830": {
Luca Pretee9962f32017-10-26 11:25:56 -07004 "netconf": {
5 "username": "admin",
6 "password": "admin",
Marc De Leenheer9cc2bc12017-10-31 00:16:35 -07007 "ip": "10.6.0.162",
Luca Pretee9962f32017-10-26 11:25:56 -07008 "port": "830"
9 },
10 "basic": {
11 "driver": "microsemi-netconf",
12 "type": "SWITCH",
13 "manufacturer": "Microsemi",
14 "hwVersion": "EA1000"
15 }
16 }
17 },
Luca Pretee9962f32017-10-26 11:25:56 -070018 "apps" : {
19 "org.opencord.ce.local.bigswitch" : {
20 "mefPorts" :
21 [
22 {
Marc De Leenheerd3746002017-12-18 14:17:26 -080023 "mefPortType" : "UNI",
24 "connectPoint" : "netconf:10.6.0.162:830/0",
Marc De Leenheer9cc2bc12017-10-31 00:16:35 -070025 "interlinkId" : "UNI-2-to-fabric"
Marc De Leenheer063ca062017-11-17 17:05:29 -080026 },
27 {
Marc De Leenheerd3746002017-12-18 14:17:26 -080028 "mefPortType" : "GENERIC",
29 "connectPoint" : "netconf:10.6.0.162:830/1"
Luca Pretee9962f32017-10-26 11:25:56 -070030 }
31 ]
32 },
33 "org.opencord.ce.local.channel.http" : {
34 "global" : {
35 "publicIp" : "10.90.1.10",
36 "port" : "8182",
37 "username" : "onos",
38 "password" : "rocks",
39 "topic" : "ecord-domains-topic-one"
40 }
41 }
42 }
43}