Luca Prete | e9962f3 | 2017-10-26 11:25:56 -0700 | [diff] [blame] | 1 | { |
| 2 | "devices": { |
Marc De Leenheer | 9cc2bc1 | 2017-10-31 00:16:35 -0700 | [diff] [blame] | 3 | "netconf:10.6.0.162:830": { |
Luca Prete | e9962f3 | 2017-10-26 11:25:56 -0700 | [diff] [blame] | 4 | "netconf": { |
| 5 | "username": "admin", |
| 6 | "password": "admin", |
Marc De Leenheer | 9cc2bc1 | 2017-10-31 00:16:35 -0700 | [diff] [blame] | 7 | "ip": "10.6.0.162", |
Luca Prete | e9962f3 | 2017-10-26 11:25:56 -0700 | [diff] [blame] | 8 | "port": "830" |
| 9 | }, |
| 10 | "basic": { |
| 11 | "driver": "microsemi-netconf", |
| 12 | "type": "SWITCH", |
| 13 | "manufacturer": "Microsemi", |
| 14 | "hwVersion": "EA1000" |
| 15 | } |
| 16 | } |
| 17 | }, |
Luca Prete | e9962f3 | 2017-10-26 11:25:56 -0700 | [diff] [blame] | 18 | "apps" : { |
| 19 | "org.opencord.ce.local.bigswitch" : { |
| 20 | "mefPorts" : |
| 21 | [ |
| 22 | { |
Marc De Leenheer | d374600 | 2017-12-18 14:17:26 -0800 | [diff] [blame] | 23 | "mefPortType" : "UNI", |
| 24 | "connectPoint" : "netconf:10.6.0.162:830/0", |
Marc De Leenheer | 9cc2bc1 | 2017-10-31 00:16:35 -0700 | [diff] [blame] | 25 | "interlinkId" : "UNI-2-to-fabric" |
Marc De Leenheer | 063ca06 | 2017-11-17 17:05:29 -0800 | [diff] [blame] | 26 | }, |
| 27 | { |
Marc De Leenheer | d374600 | 2017-12-18 14:17:26 -0800 | [diff] [blame] | 28 | "mefPortType" : "GENERIC", |
| 29 | "connectPoint" : "netconf:10.6.0.162:830/1" |
Luca Prete | e9962f3 | 2017-10-26 11:25:56 -0700 | [diff] [blame] | 30 | } |
| 31 | ] |
| 32 | }, |
| 33 | "org.opencord.ce.local.channel.http" : { |
| 34 | "global" : { |
| 35 | "publicIp" : "10.90.1.10", |
| 36 | "port" : "8182", |
| 37 | "username" : "onos", |
| 38 | "password" : "rocks", |
| 39 | "topic" : "ecord-domains-topic-one" |
| 40 | } |
| 41 | } |
| 42 | } |
| 43 | } |