blob: 7e800d67f2197697a69b96b091846f71fe57a973 [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 Leenheer9cc2bc12017-10-31 00:16:35 -070023 "mefPortType" : "UNI",
24 "connectPoint" : "netconf:10.6.0.162:830/0",
25 "interlinkId" : "UNI-2-to-fabric"
Luca Pretee9962f32017-10-26 11:25:56 -070026 }
27 ]
28 },
29 "org.opencord.ce.local.channel.http" : {
30 "global" : {
31 "publicIp" : "10.90.1.10",
32 "port" : "8182",
33 "username" : "onos",
34 "password" : "rocks",
35 "topic" : "ecord-domains-topic-one"
36 }
37 }
38 }
39}