Marc De Leenheer | c662d32 | 2016-02-18 16:05:10 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Brian O'Connor | a09fe5b | 2017-08-03 21:12:30 -0700 | [diff] [blame] | 3 | ~ Copyright 2016-present Open Networking Foundation |
Marc De Leenheer | c662d32 | 2016-02-18 16:05:10 -0800 | [diff] [blame] | 4 | ~ |
| 5 | ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | ~ you may not use this file except in compliance with the License. |
| 7 | ~ You may obtain a copy of the License at |
| 8 | ~ |
| 9 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | ~ |
| 11 | ~ Unless required by applicable law or agreed to in writing, software |
| 12 | ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | ~ See the License for the specific language governing permissions and |
| 15 | ~ limitations under the License. |
| 16 | --> |
| 17 | <drivers> |
Marc De Leenheer | 57a5af0 | 2016-12-02 20:54:41 -0800 | [diff] [blame] | 18 | <driver name="lumentum-sdn" manufacturer="Lumentum" hwVersion="SDN ROADM" swVersion="1.0"> |
Andrea Campanella | c2d754b | 2016-03-29 17:51:07 -0700 | [diff] [blame] | 19 | <behaviour api="org.onosproject.net.device.DeviceDescriptionDiscovery" |
Marc De Leenheer | 57a5af0 | 2016-12-02 20:54:41 -0800 | [diff] [blame] | 20 | impl="org.onosproject.drivers.lumentum.LumentumRoadmDiscovery"/> |
Marc De Leenheer | c662d32 | 2016-02-18 16:05:10 -0800 | [diff] [blame] | 21 | <behaviour api="org.onosproject.net.behaviour.LambdaQuery" |
Alessio Giorgetti | 648b538 | 2018-02-15 18:35:45 +0100 | [diff] [blame] | 22 | impl="org.onosproject.drivers.lumentum.LumentumRoadmLambdaQuery"/> |
Marc De Leenheer | c662d32 | 2016-02-18 16:05:10 -0800 | [diff] [blame] | 23 | <behaviour api="org.onosproject.net.flow.FlowRuleProgrammable" |
Marc De Leenheer | 57a5af0 | 2016-12-02 20:54:41 -0800 | [diff] [blame] | 24 | impl="org.onosproject.drivers.lumentum.LumentumSdnRoadmFlowRuleProgrammable"/> |
Andrea Campanella | bb8775b | 2016-04-12 10:32:14 -0700 | [diff] [blame] | 25 | <behaviour api="org.onosproject.incubator.net.faultmanagement.alarm.AlarmConsumer" |
| 26 | impl="org.onosproject.drivers.lumentum.LumentumAlarmConsumer"/> |
HIGUCHI Yuta | 95d83e8 | 2016-04-26 12:13:48 -0700 | [diff] [blame] | 27 | <behaviour api="org.onosproject.net.optical.OpticalDevice" |
HIGUCHI Yuta | deae31e | 2016-05-11 09:50:39 -0700 | [diff] [blame] | 28 | impl="org.onosproject.net.optical.DefaultOpticalDevice"/> |
Marc De Leenheer | c662d32 | 2016-02-18 16:05:10 -0800 | [diff] [blame] | 29 | </driver> |
Marc De Leenheer | 57a5af0 | 2016-12-02 20:54:41 -0800 | [diff] [blame] | 30 | <driver name="lumentum-waveready" manufacturer="Lumentum" hwVersion="WR*"> |
| 31 | <behaviour api="org.onosproject.net.device.DeviceDescriptionDiscovery" |
| 32 | impl="org.onosproject.drivers.lumentum.LumentumWaveReadyDiscovery"/> |
| 33 | <behaviour api="org.onosproject.net.optical.OpticalDevice" |
| 34 | impl="org.onosproject.net.optical.DefaultOpticalDevice"/> |
Marc De Leenheer | 43b91ad | 2017-03-17 14:45:28 -0700 | [diff] [blame] | 35 | <behaviour api="org.onosproject.net.flow.FlowRuleProgrammable" |
| 36 | impl="org.onosproject.driver.optical.config.ConfigFlowRuleProgrammable"/> |
Marc De Leenheer | c44b1a7 | 2017-06-12 20:05:14 -0700 | [diff] [blame] | 37 | <behaviour api="org.onosproject.net.behaviour.LambdaQuery" |
| 38 | impl="org.onosproject.driver.optical.query.CBand50LambdaQuery"/> |
Marc De Leenheer | 57a5af0 | 2016-12-02 20:54:41 -0800 | [diff] [blame] | 39 | </driver> |
Alessio Giorgetti | 648b538 | 2018-02-15 18:35:45 +0100 | [diff] [blame] | 40 | |
| 41 | <driver name="lumentum-roadm20whitebox-netconf" manufacturer="Lumentum" hwVersion="SDN-ROADM-NETCONF" swVersion="R2.1.4"> |
| 42 | <behaviour api="org.onosproject.net.device.DeviceDescriptionDiscovery" |
| 43 | impl="org.onosproject.drivers.lumentum.LumentumNetconfRoadmDiscovery"/> |
| 44 | <behaviour api="org.onosproject.net.behaviour.LambdaQuery" |
| 45 | impl="org.onosproject.drivers.lumentum.LumentumRoadmLambdaQuery"/> |
| 46 | <behaviour api="org.onosproject.net.flow.FlowRuleProgrammable" |
| 47 | impl="org.onosproject.drivers.lumentum.LumentumNetconfRoadmFlowRuleProgrammable"/> |
| 48 | <behaviour api="org.onosproject.net.optical.OpticalDevice" |
| 49 | impl="org.onosproject.net.optical.DefaultOpticalDevice"/> |
| 50 | <behaviour api="org.onosproject.net.behaviour.PowerConfig" |
| 51 | impl="org.onosproject.drivers.lumentum.LumentumPowerConfig"/> |
| 52 | </driver> |
Marc De Leenheer | c662d32 | 2016-02-18 16:05:10 -0800 | [diff] [blame] | 53 | </drivers> |
| 54 | |