Ovsdb plugin compatibility layer
[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     <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin-extension/${openflowplugin.version}/xml/features</repository>
7     <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin/${openflowplugin.version}/xml/features</repository>
8     <repository>mvn:org.opendaylight.neutron/features-neutron/${networkconfig.neutron.version}/xml/features</repository>
9
10
11     <feature name="odl-ovsdb-all" description="OpenDaylight :: OVSDB :: all" version='${project.version}'>
12         <feature version="${ovsdb.library.version}">odl-ovsdb-library</feature>
13         <feature version="${ovsdb.plugin.version}">odl-ovsdb-plugin</feature>
14         <feature version="${ovsdb.northbound.version}">odl-ovsdb-northbound</feature>
15         <feature version="${ovsdb.plugin.compatibility.layer.version}">odl-ovsdb-compatibility-layer</feature>
16     </feature>
17
18     <feature name="odl-ovsdb-library" description="OVSDB :: Library" version='${ovsdb.library.version}'>
19         <feature version="${odl.karaf.base.version}">odl-base-all</feature>
20         <bundle>mvn:com.google.code.gson/gson/${gson.version}</bundle>
21         <bundle>mvn:org.opendaylight.ovsdb/library/${ovsdb.library.version}</bundle>
22     </feature>
23
24     <feature name="odl-ovsdb-schema-openvswitch" description="OVSDB :: Schema :: Open_vSwitch" version='${schema.openvswitch.version}'>
25         <feature version="${ovsdb.library.version}">odl-ovsdb-library</feature>
26         <bundle>mvn:org.opendaylight.ovsdb/schema.openvswitch/${schema.openvswitch.version}</bundle>
27     </feature>
28
29     <feature name="odl-ovsdb-schema-hardwarevtep" description="OVSDB :: Schema :: hardware_vtep" version='${schema.hardwarevtep.version}'>
30         <feature version="${ovsdb.library.version}">odl-ovsdb-library</feature>
31         <bundle>mvn:org.opendaylight.ovsdb/schema.hardwarevtep/${schema.hardwarevtep.version}</bundle>
32     </feature>
33
34     <feature name="odl-ovsdb-plugin" description="OpenDaylight :: OVSDB :: Plugin" version='${ovsdb.plugin.version}'>
35         <feature version="${sal.version}">odl-adsal-all</feature>
36         <feature version="${ovsdb.library.version}">odl-ovsdb-library</feature>
37         <feature version="${schema.openvswitch.version}">odl-ovsdb-schema-openvswitch</feature>
38         <feature version="${schema.hardwarevtep.version}">odl-ovsdb-schema-hardwarevtep</feature>
39         <bundle>mvn:org.opendaylight.ovsdb/plugin/${ovsdb.plugin.version}</bundle>
40         <bundle>mvn:org.opendaylight.ovsdb/plugin-shell/${plugin.shell.version}</bundle>
41     </feature>
42
43     <feature name="odl-ovsdb-northbound" description="OpenDaylight :: OVSDB :: Northbound" version='${ovsdb.northbound.version}'>
44         <feature version="${ovsdb.plugin.version}">odl-ovsdb-plugin</feature>
45         <feature version="${nsf.version}">odl-adsal-northbound</feature>
46         <bundle>mvn:org.opendaylight.ovsdb/northbound/${ovsdb.northbound.version}</bundle>
47     </feature>
48
49     <feature name="odl-ovsdb-compatibility-layer" description="OpenDaylight :: OVSDB :: Plugin Compatibility Layer" version='${ovsdb.plugin.compatibility.layer.version}'>
50         <feature version="${ovsdb.plugin.version}">odl-ovsdb-plugin</feature>
51         <bundle>mvn:org.opendaylight.ovsdb/ovsdb-plugin-compatibility-layer/${ovsdb.plugin.compatibility.layer.version}</bundle>
52     </feature>
53
54     <feature name="odl-ovsdb-openstack" description="OpenDaylight :: OVSDB :: OpenStack Network Virtualization" version='${openstack.netvirt.version}'>
55         <feature version="${ovsdb.plugin.version}">odl-ovsdb-plugin</feature>
56         <feature version="${openflowplugin.version}">odl-openflowplugin-nxm-extensions</feature>
57         <feature version="${openflowplugin.version}">odl-openflowplugin-southbound</feature>
58         <feature version="${openflowplugin.version}">odl-openflowplugin-flow-services</feature>
59         <feature version="${nsf.version}">odl-nsf-service</feature>
60         <feature version="${networkconfig.neutron.version}">odl-neutron-service</feature>
61         <feature version="${ovsdb.plugin.compatibility.layer.version}">odl-ovsdb-compatibility-layer</feature>
62         <bundle>mvn:org.opendaylight.ovsdb/openstack.net-virt/${openstack.netvirt.version}</bundle>
63         <bundle>mvn:org.opendaylight.ovsdb/openstack.net-virt-providers/${openstack.netvirt.providers.version}</bundle>
64     </feature>
65 </features>