Merge "Bug 1885: VM ingress rule is not installed for vlan networking"
[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-adsal-compatibility/${odl.karaf.base.version}/xml/features</repository>
6     <repository>mvn:org.opendaylight.controller/features-nsf/${nsf.version}/xml/features</repository>
7     <repository>mvn:org.opendaylight.ovsdb/features-openflow-nxm/${openflowplugin.version}/xml/features</repository>
8     <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin/${openflowplugin.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>
16
17     <feature name="odl-ovsdb-library" description="OVSDB :: Library" version='${ovsdb.library.version}'>
18         <feature version="${odl.karaf.base.version}">odl-base-all</feature>
19         <bundle>mvn:com.google.code.gson/gson/${gson.version}</bundle>
20         <bundle>mvn:org.opendaylight.ovsdb/library/${ovsdb.library.version}</bundle>
21     </feature>
22
23     <feature name="odl-ovsdb-schema-openvswitch" description="OVSDB :: Schema :: Open_vSwitch" version='${schema.openvswitch.version}'>
24         <feature version="${ovsdb.library.version}">odl-ovsdb-library</feature>
25         <bundle>mvn:org.opendaylight.ovsdb/schema.openvswitch/${schema.openvswitch.version}</bundle>
26     </feature>
27
28     <feature name="odl-ovsdb-schema-hardwarevtep" description="OVSDB :: Schema :: hardware_vtep" version='${schema.hardwarevtep.version}'>
29         <feature version="${ovsdb.library.version}">odl-ovsdb-library</feature>
30         <bundle>mvn:org.opendaylight.ovsdb/schema.hardwarevtep/${schema.hardwarevtep.version}</bundle>
31     </feature>
32
33     <feature name="odl-ovsdb-plugin" description="OpenDaylight :: OVSDB :: Plugin" version='${ovsdb.plugin.version}'>
34         <feature version="${sal.version}">odl-adsal-all</feature>
35         <feature version="${ovsdb.library.version}">odl-ovsdb-library</feature>
36         <feature version="${schema.openvswitch.version}">odl-ovsdb-schema-openvswitch</feature>
37         <feature version="${schema.hardwarevtep.version}">odl-ovsdb-schema-hardwarevtep</feature>
38         <bundle>mvn:org.opendaylight.ovsdb/plugin/${ovsdb.plugin.version}</bundle>
39         <bundle>mvn:org.opendaylight.ovsdb/plugin-shell/${plugin.shell.version}</bundle>
40     </feature>
41
42     <feature name="odl-ovsdb-northbound" description="OpenDaylight :: OVSDB :: Northbound" version='${ovsdb.northbound.version}'>
43         <feature version="${ovsdb.plugin.version}">odl-ovsdb-plugin</feature>
44         <feature version="${nsf.version}">odl-adsal-northbound</feature>
45         <bundle>mvn:org.opendaylight.ovsdb/northbound/${ovsdb.northbound.version}</bundle>
46     </feature>
47
48     <feature name="odl-ovsdb-openstack" description="OpenDaylight :: OVSDB :: OpenStack Network Virtualization" version='${openstack.netvirt.version}'>
49         <feature version="${ovsdb.plugin.version}">odl-ovsdb-plugin</feature>
50         <feature version="${openflowplugin.version}">odl-openflow-nxm-extensions</feature>
51         <feature version="${openflowplugin.version}">odl-openflowplugin-southbound</feature>
52         <feature version="${openflowplugin.version}">odl-openflowplugin-flow-services</feature>
53         <feature version="${nsf.version}">odl-nsf-all</feature>
54         <feature version="${sal.version}">odl-adsal-compatibility</feature>
55         <bundle>mvn:org.opendaylight.ovsdb/openstack.net-virt/${openstack.netvirt.version}</bundle>
56         <bundle>mvn:org.opendaylight.ovsdb/openstack.net-virt-providers/${openstack.netvirt.providers.version}</bundle>
57     </feature>
58 </features>