blob: 7091e8dd5762a636f1378d5e3dc5a29005f91ed8 [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 Leenheer063ca062017-11-17 17:05:29 -080036 "connectPoint" : "netconf:10.6.0.160:830/1"
Luca Pretee9962f32017-10-26 11:25:56 -070037 },
38 {
39 "mefPortType" : "INNI",
Andrea Campanella2fe004a2017-11-02 11:32:37 -070040 "connectPoint" : "of:0000001e08095936/49",
Marc De Leenheer9cc2bc12017-10-31 00:16:35 -070041 "interlinkId" : "EE-1-to-fabric"
Luca Pretee9962f32017-10-26 11:25:56 -070042 }
43 ]
44 },
45 "org.opencord.ce.local.channel.http" : {
46 "global" : {
47 "publicIp" : "10.90.1.10",
48 "port" : "8182",
49 "username" : "onos",
50 "password" : "rocks",
51 "topic" : "ecord-domains-topic-one"
52 }
53 }
54 }
55}