Adding Nicira action NXAST_MULTIPATH, appropriate SAL connectors,
[ovsdb.git] / features / ovsdb / src / main / resources / features.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <features name="ovsdb-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
3     <repository>mvn:org.opendaylight.controller/features-base/${odl.karaf.base.version}/xml/features</repository>
4     <repository>mvn:org.opendaylight.controller/features-adsal/${sal.version}/xml/features</repository>
5     <repository>mvn:org.opendaylight.controller/features-nsf/${nsf.version}/xml/features</repository>
6
7     <feature name="odl-ovsdb-all" description="OpenDaylight :: OVSDB :: all" version='${project.version}'>
8         <feature version="${ovsdb.library.version}">odl-ovsdb-library</feature>
9         <feature version="${ovsdb.plugin.version}">odl-ovsdb-plugin</feature>
10         <feature version="${ovsdb.northbound.version}">odl-ovsdb-northbound</feature>
11     </feature>
12
13     <feature name="odl-ovsdb-library" description="OVSDB :: Library" version='${ovsdb.library.version}'>
14         <feature version="${odl.karaf.base.version}">odl-base-all</feature>
15         <bundle>mvn:com.google.code.gson/gson/${gson.version}</bundle>
16         <bundle>mvn:org.opendaylight.ovsdb/library/${ovsdb.library.version}</bundle>
17     </feature>
18
19     <feature name="odl-ovsdb-schema-openvswitch" description="OVSDB :: Schema :: Open_vSwitch" version='${schema.openvswitch.version}'>
20         <feature version="${ovsdb.library.version}">odl-ovsdb-library</feature>
21         <bundle>mvn:org.opendaylight.ovsdb/schema.openvswitch/${schema.openvswitch.version}</bundle>
22     </feature>
23
24     <feature name="odl-ovsdb-schema-hardwarevtep" description="OVSDB :: Schema :: hardware_vtep" version='${schema.hardwarevtep.version}'>
25         <feature version="${ovsdb.library.version}">odl-ovsdb-library</feature>
26         <bundle>mvn:org.opendaylight.ovsdb/schema.hardwarevtep/${schema.hardwarevtep.version}</bundle>
27     </feature>
28
29     <feature name="odl-ovsdb-plugin" description="OpenDaylight :: OVSDB :: Plugin" version='${ovsdb.plugin.version}'>
30         <feature version="${sal.version}">odl-adsal-all</feature>
31         <feature version="${ovsdb.library.version}">odl-ovsdb-library</feature>
32         <feature version="${schema.openvswitch.version}">odl-ovsdb-schema-openvswitch</feature>
33         <feature version="${schema.hardwarevtep.version}">odl-ovsdb-schema-hardwarevtep</feature>
34         <bundle>mvn:org.opendaylight.ovsdb/plugin/${ovsdb.plugin.version}</bundle>
35         <bundle>mvn:org.opendaylight.ovsdb/plugin-shell/${plugin.shell.version}</bundle>
36     </feature>
37
38     <feature name="odl-ovsdb-northbound" description="OpenDaylight :: OVSDB :: Northbound" version='${ovsdb.northbound.version}'>
39         <feature version="${ovsdb.plugin.version}">odl-ovsdb-plugin</feature>
40         <feature version="${nsf.version}">odl-adsal-northbound</feature>
41         <bundle>mvn:org.opendaylight.ovsdb/northbound/${ovsdb.northbound.version}</bundle>
42     </feature>
43 </features>