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