Squashed commit of the following:
[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"
3           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4           xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
5   <repository>mvn:org.opendaylight.controller/features-base/${odl.karaf.base.version}/xml/features</repository>
6   <repository>mvn:org.opendaylight.controller/features-adsal/${sal.version}/xml/features</repository>
7   <repository>mvn:org.opendaylight.controller/features-nsf/${nsf.version}/xml/features</repository>
8   <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin-extension/${openflowplugin.version}/xml/features</repository>
9   <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin/${openflowplugin.version}/xml/features</repository>
10   <repository>mvn:org.opendaylight.neutron/features-neutron/${networkconfig.neutron.version}/xml/features</repository>
11   <repository>mvn:org.opendaylight.ovsdb/southbound-features/1.1.0-SNAPSHOT/xml/features</repository>
12
13   <feature name="odl-ovsdb-all" description="OpenDaylight :: OVSDB :: all"
14            version='${project.version}'>
15     <feature version="${ovsdb.library.version}">odl-ovsdb-library</feature>
16     <feature version="${ovsdb.plugin.version}">odl-ovsdb-plugin</feature>
17     <feature version="${ovsdb.northbound.version}">odl-ovsdb-northbound</feature>
18   </feature>
19
20   <feature name="odl-ovsdb-library" description="OVSDB :: Library"
21            version='${ovsdb.library.version}'>
22     <feature version="${odl.karaf.base.version}">odl-base-all</feature>
23     <bundle>mvn:com.google.code.gson/gson/${gson.version}</bundle>
24     <bundle>mvn:org.opendaylight.ovsdb/library/${ovsdb.library.version}</bundle>
25   </feature>
26
27   <feature name="odl-ovsdb-schema-openvswitch" description="OVSDB :: Schema :: Open_vSwitch"
28            version='${schema.openvswitch.version}'>
29     <feature version="${ovsdb.library.version}">odl-ovsdb-library</feature>
30     <bundle>mvn:org.opendaylight.ovsdb/schema.openvswitch/${schema.openvswitch.version}</bundle>
31   </feature>
32
33   <feature name="odl-ovsdb-schema-hardwarevtep" description="OVSDB :: Schema :: hardware_vtep"
34            version='${schema.hardwarevtep.version}'>
35     <feature version="${ovsdb.library.version}">odl-ovsdb-library</feature>
36     <bundle>mvn:org.opendaylight.ovsdb/schema.hardwarevtep/${schema.hardwarevtep.version}</bundle>
37   </feature>
38
39   <feature name="odl-ovsdb-plugin" description="OpenDaylight :: OVSDB :: Plugin"
40            version='${ovsdb.plugin.version}'>
41     <feature version="${openflowplugin.version}">odl-openflowplugin-nsf-services</feature>
42     <feature version="${ovsdb.library.version}">odl-ovsdb-library</feature>
43     <feature version="${schema.openvswitch.version}">odl-ovsdb-schema-openvswitch</feature>
44     <feature version="${schema.hardwarevtep.version}">odl-ovsdb-schema-hardwarevtep</feature>
45     <bundle>mvn:org.opendaylight.ovsdb/plugin/${ovsdb.plugin.version}</bundle>
46     <bundle>mvn:org.opendaylight.ovsdb/plugin-shell/${plugin.shell.version}</bundle>
47   </feature>
48
49   <feature name="odl-ovsdb-northbound" description="OpenDaylight :: OVSDB :: Northbound"
50            version='${ovsdb.northbound.version}'>
51     <feature version="${ovsdb.plugin.version}">odl-ovsdb-plugin</feature>
52     <feature version="${nsf.version}">odl-adsal-northbound</feature>
53     <bundle>mvn:org.opendaylight.ovsdb/utils.servicehelper/${ovsdb.utils.servicehelper.version}</bundle>
54     <bundle>mvn:org.opendaylight.ovsdb/northbound/${ovsdb.northbound.version}</bundle>
55   </feature>
56
57   <feature name="odl-ovsdb-compatibility-layer" description="OpenDaylight :: OVSDB :: Plugin Compatibility Layer"
58            version='${ovsdb.plugin.compatibility.layer.version}'>
59     <feature version="${sal.version}">odl-adsal-core</feature>
60     <feature version="${ovsdb.plugin.version}">odl-ovsdb-plugin</feature>
61     <bundle>mvn:org.opendaylight.ovsdb/ovsdb-plugin-compatibility-layer/${ovsdb.plugin.compatibility.layer.version}
62     </bundle>
63   </feature>
64
65   <feature name="odl-ovsdb-openstack" description="OpenDaylight :: OVSDB :: OpenStack Network Virtualization SB"
66            version='${openstack.netvirt.version}'>
67     <feature version="${odl.karaf.base.version}">odl-base-all</feature>
68     <feature version="${openflowplugin.version}">odl-openflowplugin-flow-services</feature>
69     <feature version="${openflowplugin.version}">odl-openflowplugin-nxm-extensions</feature>
70     <feature version="${networkconfig.neutron.version}">odl-neutron-service</feature>
71     <feature version="1.1.0-SNAPSHOT">odl-ovsdb-southbound-impl-ui</feature>
72     <bundle>mvn:org.opendaylight.ovsdb/utils.servicehelper/${ovsdb.utils.servicehelper.version}</bundle>
73     <bundle>mvn:org.opendaylight.ovsdb/openstack.net-virt/${openstack.netvirt.version}</bundle>
74     <bundle>mvn:org.opendaylight.ovsdb/openstack.net-virt-providers/${openstack.netvirt.providers.version}</bundle>
75   </feature>
76 </features>