Karaf Feature support for OVS based Openstack Network Virtualization
[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.ovsdb/features-openflow-nxm/${openflowplugin.version}/xml/features</repository>
7
8     <feature name="odl-ovsdb-all" description="OpenDaylight :: OVSDB :: all" version='${project.version}'>
9         <feature version="${ovsdb.library.version}">odl-ovsdb-library</feature>
10         <feature version="${ovsdb.plugin.version}">odl-ovsdb-plugin</feature>
11         <feature version="${ovsdb.northbound.version}">odl-ovsdb-northbound</feature>
12     </feature>
13
14     <feature name="odl-ovsdb-library" description="OVSDB :: Library" version='${ovsdb.library.version}'>
15         <feature version="${odl.karaf.base.version}">odl-base-all</feature>
16         <bundle>mvn:com.google.code.gson/gson/${gson.version}</bundle>
17         <bundle>mvn:org.opendaylight.ovsdb/library/${ovsdb.library.version}</bundle>
18     </feature>
19
20     <feature name="odl-ovsdb-schema-openvswitch" description="OVSDB :: Schema :: Open_vSwitch" version='${schema.openvswitch.version}'>
21         <feature version="${ovsdb.library.version}">odl-ovsdb-library</feature>
22         <bundle>mvn:org.opendaylight.ovsdb/schema.openvswitch/${schema.openvswitch.version}</bundle>
23     </feature>
24
25     <feature name="odl-ovsdb-schema-hardwarevtep" description="OVSDB :: Schema :: hardware_vtep" version='${schema.hardwarevtep.version}'>
26         <feature version="${ovsdb.library.version}">odl-ovsdb-library</feature>
27         <bundle>mvn:org.opendaylight.ovsdb/schema.hardwarevtep/${schema.hardwarevtep.version}</bundle>
28     </feature>
29
30     <feature name="odl-ovsdb-plugin" description="OpenDaylight :: OVSDB :: Plugin" version='${ovsdb.plugin.version}'>
31         <feature version="${sal.version}">odl-adsal-all</feature>
32         <feature version="${ovsdb.library.version}">odl-ovsdb-library</feature>
33         <feature version="${schema.openvswitch.version}">odl-ovsdb-schema-openvswitch</feature>
34         <feature version="${schema.hardwarevtep.version}">odl-ovsdb-schema-hardwarevtep</feature>
35         <bundle>mvn:org.opendaylight.ovsdb/plugin/${ovsdb.plugin.version}</bundle>
36         <bundle>mvn:org.opendaylight.ovsdb/plugin-shell/${plugin.shell.version}</bundle>
37     </feature>
38
39     <feature name="odl-ovsdb-northbound" description="OpenDaylight :: OVSDB :: Northbound" version='${ovsdb.northbound.version}'>
40         <feature version="${ovsdb.plugin.version}">odl-ovsdb-plugin</feature>
41         <feature version="${nsf.version}">odl-adsal-northbound</feature>
42         <bundle>mvn:org.opendaylight.ovsdb/northbound/${ovsdb.northbound.version}</bundle>
43     </feature>
44
45     <feature name="odl-ovsdb-openstack" description="OpenDaylight :: OVSDB :: OpenStack Network Virtualization" version='${openstack.netvirt.version}'>
46         <feature version="${ovsdb.plugin.version}">odl-ovsdb-plugin</feature>
47         <feature version="${openflowplugin.version}">odl-openflow-nxm-extensions</feature>
48         <feature version="${nsf.version}">odl-nsf-all</feature>
49         <bundle>mvn:org.opendaylight.ovsdb/openstack.net-virt/${openstack.netvirt.version}</bundle>
50         <bundle>mvn:org.opendaylight.ovsdb/openstack.net-virt-providers/${openstack.netvirt.providers.version}</bundle>
51     </feature>
52 </features>