blob: e4e06dfc4a74790609b97ccef1a3fb240f89aa96 [file] [log] [blame]
Luca Pretee9962f32017-10-26 11:25:56 -07001{
2 "devices": {
3 "netconf:10.6.0.162:830": {
4 "netconf": {
5 "username": "admin",
6 "password": "admin",
7 "ip": "10.6.0.162",
8 "port": "830"
9 },
10 "basic": {
11 "driver": "microsemi-netconf",
12 "type": "SWITCH",
13 "manufacturer": "Microsemi",
14 "hwVersion": "EA1000"
15 }
16 }
17 },
18 "links": {
19 "netconf:10.6.0.162:830/0-of:0000cc37ab7cbc60/2" : {
20 "basic" : {
21 "type" : "DIRECT"
22 }
23 },
24 "of:0000cc37ab7cbc60/2-netconf:10.6.0.162:830/0" : {
25 "basic" : {
26 "type" : "DIRECT"
27 }
28 }
29 },
30 "apps" : {
31 "org.opencord.ce.local.bigswitch" : {
32 "mefPorts" :
33 [
34 {
35 "mefPortType" : "UNI",
36 "connectPoint" : "netconf:10.6.0.162:830/0"
Marc De Leenheer07019872017-11-21 13:25:33 -080037 },
38 {
39 "mefPortType" : "GENERIC",
40 "connectPoint" : "netconf:10.6.0.162:830/1"
Luca Pretee9962f32017-10-26 11:25:56 -070041 }
42 ]
43 },
44 "org.opencord.ce.local.channel.http" : {
45 "global" : {
46 "publicIp" : "10.90.1.10",
47 "port" : "8182",
48 "username" : "onos",
49 "password" : "rocks",
50 "topic" : "ecord-domains-topic-one"
51 }
52 }
53 }
54}