blob: f24c04c13828d3d0becdfbb78a175727277d14eb [file] [log] [blame]
Luca Pretee9962f32017-10-26 11:25:56 -07001{
2 "devices": {
3 "netconf:10.6.0.160:830": {
4 "netconf": {
5 "username": "admin",
6 "password": "admin",
7 "ip": "10.6.0.160",
8 "port": "830"
9 },
10 "basic": {
11 "driver": "microsemi-netconf",
12 "type": "SWITCH",
13 "manufacturer": "Microsemi",
14 "hwVersion": "EA1000"
15 }
16 }
17 },
18 "links": {
Marc De Leenheer9cc2bc12017-10-31 00:16:35 -070019 "netconf:10.6.0.160:830/0-of:0000001e08095936/50" : {
Luca Pretee9962f32017-10-26 11:25:56 -070020 "basic" : {
21 "type" : "DIRECT"
22 }
23 },
Marc De Leenheer9cc2bc12017-10-31 00:16:35 -070024 "of:0000001e08095936/50-netconf:10.6.0.160:830/0" : {
Luca Pretee9962f32017-10-26 11:25:56 -070025 "basic" : {
26 "type" : "DIRECT"
27 }
28 }
29 },
30 "apps" : {
31 "org.opencord.ce.local.bigswitch" : {
32 "mefPorts" :
33 [
34 {
35 "mefPortType" : "UNI",
Marc De Leenheer07019872017-11-21 13:25:33 -080036 "connectPoint" : "netconf:10.6.0.160:830/0"
37 },
38 {
39 "mefPortType" : "GENERIC",
Marc De Leenheer063ca062017-11-17 17:05:29 -080040 "connectPoint" : "netconf:10.6.0.160:830/1"
Luca Pretee9962f32017-10-26 11:25:56 -070041 },
42 {
43 "mefPortType" : "INNI",
Andrea Campanella2fe004a2017-11-02 11:32:37 -070044 "connectPoint" : "of:0000001e08095936/49",
Marc De Leenheer9cc2bc12017-10-31 00:16:35 -070045 "interlinkId" : "EE-1-to-fabric"
Luca Pretee9962f32017-10-26 11:25:56 -070046 }
47 ]
48 },
49 "org.opencord.ce.local.channel.http" : {
50 "global" : {
51 "publicIp" : "10.90.1.10",
52 "port" : "8182",
53 "username" : "onos",
54 "password" : "rocks",
55 "topic" : "ecord-domains-topic-one"
56 }
57 }
58 }
59}