e36f3d1158e9e9a233463fb9a8e221fef4bbf6b5
[netvirt.git] / features / ovsdb / src / main / features / 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.openflowplugin/features-openflowplugin-extension/{{VERSION}}/xml/features</repository>
6   <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin/{{VERSION}}/xml/features</repository>
7   <repository>mvn:org.opendaylight.neutron/features-neutron/{{VERSION}}/xml/features</repository>
8   <repository>mvn:org.opendaylight.ovsdb/southbound-features/1.2.1-SNAPSHOT/xml/features</repository>
9   <repository>mvn:org.opendaylight.controller/features-mdsal/{{VERSION}}/xml/features</repository>
10   <repository>mvn:org.opendaylight.ovsdb/library-features/{{VERSION}}/xml/features</repository>
11   <repository>mvn:org.opendaylight.dlux/features-dlux/{{VERSION}}/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>
17
18   <feature name="odl-ovsdb-schema-openvswitch" description="OVSDB :: Schema :: Open_vSwitch"
19            version='${schema.openvswitch.version}'>
20     <feature version="${ovsdb.library.version}">odl-ovsdb-library</feature>
21     <bundle>mvn:org.opendaylight.ovsdb/schema.openvswitch/{{VERSION}}</bundle>
22   </feature>
23
24   <feature name="odl-ovsdb-schema-hardwarevtep" description="OVSDB :: Schema :: hardware_vtep"
25            version='${schema.hardwarevtep.version}'>
26     <feature version="${ovsdb.library.version}">odl-ovsdb-library</feature>
27     <bundle>mvn:org.opendaylight.ovsdb/schema.hardwarevtep/{{VERSION}}</bundle>
28   </feature>
29
30   <feature name="odl-ovsdb-openstack" description="OpenDaylight :: OVSDB :: OpenStack Network Virtualization"
31            version='${openstack.netvirt.version}'>
32     <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
33     <feature version="${openflowplugin.version}">odl-openflowplugin-nsf-model</feature>
34     <feature version="${networkconfig.neutron.version}">odl-neutron-service</feature>
35     <feature version="${project.version}">odl-ovsdb-southbound-impl-ui</feature>
36     <feature version="${openflowplugin.version}">odl-openflowplugin-flow-services</feature>
37     <feature version="${openflowplugin.version}">odl-openflowplugin-nxm-extensions</feature>
38     <bundle>mvn:org.opendaylight.ovsdb/utils.servicehelper/{{VERSION}}</bundle>
39     <bundle>mvn:org.opendaylight.ovsdb/utils.mdsal-utils/{{VERSION}}</bundle>
40     <bundle>mvn:org.opendaylight.ovsdb/openstack.net-virt/{{VERSION}}</bundle>
41     <bundle>mvn:org.opendaylight.ovsdb/openstack.net-virt-providers/{{VERSION}}</bundle>
42     <bundle>mvn:org.opendaylight.neutron/dummyprovider/{{VERSION}}</bundle>
43     <configfile finalname="etc/opendaylight/karaf/netvirt-impl-default-config.xml">mvn:org.opendaylight.ovsdb/openstack.net-virt/{{VERSION}}/xml/config</configfile>
44     <configfile finalname="etc/opendaylight/karaf/netvirt-providers-impl-default-config.xml">mvn:org.opendaylight.ovsdb/openstack.net-virt-providers/{{VERSION}}/xml/config</configfile>
45   </feature>
46   <feature name="odl-ovsdb-ui" description="OpenDaylight :: OVSDB :: DLUX Integration Plugin" version='${ovsdb.ui.version}'>
47     <feature version="${dlux.version}">odl-dlux-core</feature>
48     <bundle>mvn:org.opendaylight.ovsdb/ovsdb-ui-bundle/{{VERSION}}</bundle>
49   </feature>
50 </features>