blob: d08a184cbfaac289c859ca564a628339e57ad0a5 [file] [log] [blame]
Jovana Vuleta1de61262017-06-14 11:10:29 +02001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Brian O'Connora09fe5b2017-08-03 21:12:30 -07003 ~ Copyright 2017-present Open Networking Foundation
Jovana Vuleta1de61262017-06-14 11:10:29 +02004 ~
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>
Jovana Vuleta29ce7022017-11-08 16:03:30 +010018 <driver name="hp-switch" extends="default" manufacturer="(HP|Aruba)" swVersion=".*">
Jovana Vuleta1de61262017-06-14 11:10:29 +020019 <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 Vachuska22724382017-10-24 11:10:12 -070024
Thomas Vachuska22c555d2017-10-30 14:21:43 -070025 <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 Vachuska22724382017-10-24 11:10:12 -070035
Thomas Vachuska22c555d2017-10-30 14:21:43 -070036 <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 Vachuska22724382017-10-24 11:10:12 -070038
Jovana Vuleta1de61262017-06-14 11:10:29 +020039</drivers>