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