Merge "Add support for table offset"
[netvirt.git] / features / 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   <repository>mvn:org.opendaylight.mdsal.model/features-mdsal-model/{{VERSION}}/xml/features</repository>
13   <repository>mvn:org.opendaylight.netconf/features-restconf/{{VERSION}}/xml/features</repository>
14   <repository>mvn:org.opendaylight.ovsdb/hwvtepsouthbound-features/{{VERSION}}/xml/features</repository>
15
16   <feature name="odl-ovsdb-all" description="OpenDaylight :: OVSDB :: all"
17            version='${project.version}'>
18     <feature version="${project.version}">odl-ovsdb-library</feature>
19   </feature>
20
21   <feature name="odl-ovsdb-schema-openvswitch" description="OVSDB :: Schema :: Open_vSwitch"
22            version='${project.version}'>
23     <feature version="${project.version}">odl-ovsdb-library</feature>
24     <bundle>mvn:org.opendaylight.ovsdb/schema.openvswitch/{{VERSION}}</bundle>
25   </feature>
26
27   <feature name="odl-ovsdb-schema-hardwarevtep" description="OVSDB :: Schema :: hardware_vtep"
28            version='${project.version}'>
29     <feature version="${project.version}">odl-ovsdb-library</feature>
30     <bundle>mvn:org.opendaylight.ovsdb/schema.hardwarevtep/{{VERSION}}</bundle>
31   </feature>
32
33   <feature name="odl-ovsdb-openstack" description="OpenDaylight :: OVSDB :: OpenStack Network Virtualization"
34            version='${project.version}'>
35     <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
36     <feature version="${openflowplugin.version}">odl-openflowplugin-nsf-model</feature>
37     <feature version="${neutron.version}">odl-neutron-service</feature>
38     <feature version="${project.version}">odl-ovsdb-southbound-impl-ui</feature>
39     <feature version="${openflowplugin.version}">odl-openflowplugin-flow-services</feature>
40     <feature version="${openflowplugin.version}">odl-openflowplugin-nxm-extensions</feature>
41     <bundle>mvn:org.opendaylight.ovsdb/utils.servicehelper/{{VERSION}}</bundle>
42     <bundle>mvn:org.opendaylight.ovsdb/utils.neutron-utils/{{VERSION}}</bundle>
43     <bundle>mvn:org.opendaylight.ovsdb/utils.mdsal-utils/{{VERSION}}</bundle>
44     <bundle>mvn:org.opendaylight.ovsdb/utils.southbound-utils/{{VERSION}}</bundle>
45     <bundle>mvn:org.opendaylight.ovsdb/openstack.net-virt/{{VERSION}}</bundle>
46     <bundle>mvn:org.opendaylight.ovsdb/openstack.net-virt-providers/{{VERSION}}</bundle>
47     <bundle>mvn:org.opendaylight.neutron/dummyprovider/{{VERSION}}</bundle>
48     <configfile finalname="etc/opendaylight/karaf/netvirt-impl-default-config.xml">mvn:org.opendaylight.ovsdb/openstack.net-virt/{{VERSION}}/xml/config</configfile>
49     <configfile finalname="etc/opendaylight/karaf/netvirt-providers-impl-default-config.xml">mvn:org.opendaylight.ovsdb/openstack.net-virt-providers/{{VERSION}}/xml/config</configfile>
50   </feature>
51   <feature name="odl-ovsdb-ui" description="OpenDaylight :: OVSDB :: DLUX Integration Plugin" version='${project.version}'>
52     <feature version="${dlux.version}">odl-dlux-core</feature>
53     <bundle>mvn:org.opendaylight.ovsdb/ovsdb-ui-bundle/{{VERSION}}</bundle>
54   </feature>
55   <feature name='odl-netvirt-api' version='${project.version}' description='OpenDaylight :: netvirt :: api'>
56     <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
57     <bundle>mvn:org.opendaylight.ovsdb/netvirt-api/{{VERSION}}</bundle>
58   </feature>
59   <feature name='odl-netvirt-rest' version='${project.version}' description='OpenDaylight :: netvirt :: REST'>
60     <feature version="${project.version}">odl-netvirt-api</feature>
61     <feature version="${restconf.version}">odl-restconf</feature>
62   </feature>
63   <feature name='odl-netvirt-ui' version='${project.version}' description='OpenDaylight :: netvirt :: UI'>
64     <feature version="${project.version}">odl-netvirt-rest</feature>
65     <feature version="${restconf.version}">odl-mdsal-apidocs</feature>
66     <feature version="${mdsal.version}">odl-mdsal-xsql</feature>
67   </feature>
68   <feature name='odl-netvirt-hwgw' version='${project.version}' description='OpenDaylight :: netvirt :: Hardware Gateway'>
69     <feature version="${project.version}">odl-netvirt-api</feature>
70     <feature version='${project.version}'>odl-ovsdb-hwvtepsouthbound</feature>
71     <bundle>mvn:org.opendaylight.ovsdb/hwgw/{{VERSION}}</bundle>
72   </feature>
73
74 </features>