Jovana Vuleta | 1de6126 | 2017-06-14 11:10:29 +0200 | [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 2017-present Open Networking Foundation |
Jovana Vuleta | 1de6126 | 2017-06-14 11:10:29 +0200 | [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> |
Thomas Vachuska | 22c555d | 2017-10-30 14:21:43 -0700 | [diff] [blame] | 18 | <driver name="hp-switch" manufacturer="(HP|Aruba)" swVersion=".*"> |
Jovana Vuleta | 1de6126 | 2017-06-14 11:10:29 +0200 | [diff] [blame] | 19 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| 20 | impl="org.onosproject.drivers.hp.HPPipelineV3800"/> |
| 21 | <behaviour api="org.onosproject.openflow.controller.driver.OpenFlowSwitchDriver" |
| 22 | impl="org.onosproject.drivers.hp.HPSwitchHandshaker"/> |
| 23 | </driver> |
Thomas Vachuska | 2272438 | 2017-10-24 11:10:12 -0700 | [diff] [blame] | 24 | |
Thomas Vachuska | 22c555d | 2017-10-30 14:21:43 -0700 | [diff] [blame] | 25 | <driver name="hp-2920" extends="hp-switch" hwVersion=".*2920.*"/> |
| 26 | <driver name="hp-2930" extends="hp-switch" hwVersion=".*2930.*"/> |
| 27 | <driver name="hp-3500" extends="hp-switch" hwVersion=".*3500.*"/> |
| 28 | <driver name="hp-3800" extends="hp-switch" hwVersion=".*3800.*"/> |
| 29 | <driver name="hp-3810" extends="hp-switch" hwVersion=".*3810.*"/> |
| 30 | <driver name="hp-5400" extends="hp-switch" hwVersion=".*54[0-9][0-9]z.*"/> |
| 31 | <driver name="hp-5400R" extends="hp-switch" hwVersion=".*54[0-9][0-9]R.*"/> |
| 32 | <driver name="hp-6200" extends="hp-switch" hwVersion=".*6200.*"/> |
| 33 | <driver name="hp-6600" extends="hp-switch" hwVersion=".*6600.*"/> |
| 34 | <driver name="hp-8200" extends="hp-switch" hwVersion=".*82[0-9][0-9].*"/> |
Thomas Vachuska | 2272438 | 2017-10-24 11:10:12 -0700 | [diff] [blame] | 35 | |
Thomas Vachuska | 22c555d | 2017-10-30 14:21:43 -0700 | [diff] [blame] | 36 | <driver name="aruba-7000" extends="hp-switch,ovs" hwVersion=".*Aruba70[0-9][0-9].*"/> |
| 37 | <driver name="aruba-7200" extends="hp-switch,ovs" hwVersion=".*Aruba72[0-9][0-9].*"/> |
Thomas Vachuska | 2272438 | 2017-10-24 11:10:12 -0700 | [diff] [blame] | 38 | |
Jovana Vuleta | 1de6126 | 2017-06-14 11:10:29 +0200 | [diff] [blame] | 39 | </drivers> |