blob: 88a2761936f16c286ac0e70510164383f413f031 [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": {
19 "netconf:10.6.0.160:830/0-of:0000001e08095936/49" : {
20 "basic" : {
21 "type" : "DIRECT"
22 }
23 },
24 "of:0000001e08095936/49-netconf:10.6.0.160: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.160:830/0"
37 },
38 {
39 "mefPortType" : "INNI",
40 "connectPoint" : "of:0000001e08095936/50",
41 "interlinkId" : "EE-2-fabric"
42 }
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}