Add working integration-test
[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   <repository>mvn:org.opendaylight.ovsdb/southbound-features/1.1.0-SNAPSHOT/xml/features</repository>
10
11 <!--
12     <feature name="odl-ovsdb-all" description="OpenDaylight :: OVSDB :: all" version='${project.version}'>
13         <feature version="${ovsdb.library.version}">odl-ovsdb-library</feature>
14         <feature version="${ovsdb.plugin.version}">odl-ovsdb-plugin</feature>
15         <feature version="${ovsdb.northbound.version}">odl-ovsdb-northbound</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="${openflowplugin.version}">odl-openflowplugin-nsf-services</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         <feature version="${openflowplugin.version}">odl-openflowplugin-nsf-services</feature>
47         <bundle>mvn:org.opendaylight.ovsdb/utils.servicehelper/${ovsdb.utils.servicehelper.version}</bundle>
48         <bundle>mvn:org.opendaylight.ovsdb/northbound/${ovsdb.northbound.version}</bundle>
49     </feature>
50
51     <feature name="odl-ovsdb-compatibility-layer" description="OpenDaylight :: OVSDB :: Plugin Compatibility Layer" version='${ovsdb.plugin.compatibility.layer.version}'>
52         <feature version="${sal.version}">odl-adsal-core</feature>
53         <feature version="${openflowplugin.version}">odl-openflowplugin-nsf-services</feature>
54         <feature version="${ovsdb.plugin.version}">odl-ovsdb-plugin</feature>
55         <bundle>mvn:org.opendaylight.ovsdb/ovsdb-plugin-compatibility-layer/${ovsdb.plugin.compatibility.layer.version}</bundle>
56     </feature>
57
58     <feature name="odl-ovsdb-openstack" description="OpenDaylight :: OVSDB :: OpenStack Network Virtualization" version='${openstack.netvirt.version}'>
59         <feature version="${ovsdb.plugin.version}">odl-ovsdb-plugin</feature>
60         <feature version="${openflowplugin.version}">odl-openflowplugin-nxm-extensions</feature>
61         <feature version="${openflowplugin.version}">odl-openflowplugin-southbound</feature>
62         <feature version="${openflowplugin.version}">odl-openflowplugin-flow-services</feature>
63         <feature version="${networkconfig.neutron.version}">odl-neutron-service</feature>
64         <bundle>mvn:org.opendaylight.ovsdb/utils.servicehelper/${ovsdb.utils.servicehelper.version}</bundle>
65         <bundle>mvn:org.opendaylight.ovsdb/openstack.net-virt/${openstack.netvirt.version}</bundle>
66         <bundle>mvn:org.opendaylight.ovsdb/openstack.net-virt-providers/${openstack.netvirt.providers.version}</bundle>
67     </feature>
68 -->
69   <feature name="odl-ovsdb-openstack-sb" description="OpenDaylight :: OVSDB :: OpenStack Network Virtualization SB" version='${openstack.netvirt.version}'>
70     <feature version="${odl.karaf.base.version}">odl-base-all</feature>
71     <bundle>mvn:com.google.code.gson/gson/${gson.version}</bundle>
72     <bundle>mvn:org.opendaylight.ovsdb/library/${ovsdb.library.version}</bundle>
73     <bundle>mvn:org.opendaylight.ovsdb/schema.openvswitch/${schema.openvswitch.version}</bundle>
74     <feature version="${openflowplugin.version}">odl-openflowplugin-nsf-services</feature>
75     <feature version="1.1.0-SNAPSHOT">odl-ovsdb-southbound-impl-ui</feature>
76     <feature version="${openflowplugin.version}">odl-openflowplugin-nsf-services</feature>
77     <feature version="${openflowplugin.version}">odl-openflowplugin-nxm-extensions</feature>
78     <feature version="${openflowplugin.version}">odl-openflowplugin-southbound</feature>
79     <feature version="${openflowplugin.version}">odl-openflowplugin-flow-services</feature>
80     <feature version="${networkconfig.neutron.version}">odl-neutron-service</feature>
81     <bundle>mvn:org.opendaylight.ovsdb/utils.servicehelper/${ovsdb.utils.servicehelper.version}</bundle>
82     <bundle>mvn:org.opendaylight.ovsdb/openstack.net-virt/${openstack.netvirt.version}</bundle>
83     <bundle>mvn:org.opendaylight.ovsdb/openstack.net-virt-providers/${openstack.netvirt.providers.version}</bundle>
84   </feature>
85 </features>