Luca Prete | 2e0dc5d | 2017-10-26 11:25:56 -0700 | [diff] [blame] | 1 | { |
| 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 Leenheer | 2c4c951 | 2017-11-21 13:25:33 -0800 | [diff] [blame] | 37 | }, |
| 38 | { |
| 39 | "mefPortType" : "GENERIC", |
| 40 | "connectPoint" : "netconf:10.6.0.162:830/1" |
Luca Prete | 2e0dc5d | 2017-10-26 11:25:56 -0700 | [diff] [blame] | 41 | } |
| 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 | } |