it-utils should be only included for IT
[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.openflowplugin/features-openflowplugin-extension-li/{{VERSION}}/xml/features</repository>
8   <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin-li/{{VERSION}}/xml/features</repository>
9   <repository>mvn:org.opendaylight.neutron/features-neutron/{{VERSION}}/xml/features</repository>
10   <repository>mvn:org.opendaylight.ovsdb/southbound-features/1.3.0-SNAPSHOT/xml/features</repository>
11   <repository>mvn:org.opendaylight.controller/features-mdsal/{{VERSION}}/xml/features</repository>
12   <repository>mvn:org.opendaylight.ovsdb/library-features/{{VERSION}}/xml/features</repository>
13   <repository>mvn:org.opendaylight.dlux/features-dlux/{{VERSION}}/xml/features</repository>
14   <repository>mvn:org.opendaylight.mdsal.model/features-mdsal-model/{{VERSION}}/xml/features</repository>
15   <repository>mvn:org.opendaylight.netconf/features-restconf/{{VERSION}}/xml/features</repository>
16   <repository>mvn:org.opendaylight.ovsdb/hwvtepsouthbound-features/{{VERSION}}/xml/features</repository>
17
18   <feature name="odl-ovsdb-schema-openvswitch" description="OVSDB :: Schema :: Open_vSwitch"
19            version='${project.version}'>
20     <feature version="${project.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='${project.version}'>
26     <feature version="${project.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='${project.version}'>
32     <feature version='${controller.mdsal.version}'>odl-mdsal-broker</feature>
33     <feature version="${openflowplugin.version}">odl-openflowplugin-nsf-model</feature>
34     <feature version="${neutron.version}">odl-neutron-service</feature>
35     <feature version="${project.version}">odl-ovsdb-southbound-impl-ui</feature>
36     <feature version="${openflowplugin.version}">odl-openflowplugin-southbound</feature>
37     <feature version="${openflowplugin.version}">odl-openflowplugin-nsf-services</feature>
38     <feature version="${openflowplugin.version}">odl-openflowplugin-nxm-extensions</feature>
39     <bundle>mvn:org.opendaylight.ovsdb/utils.servicehelper/{{VERSION}}</bundle>
40     <bundle>mvn:org.opendaylight.ovsdb/utils.neutron-utils/{{VERSION}}</bundle>
41     <bundle>mvn:org.opendaylight.ovsdb/utils.mdsal-utils/{{VERSION}}</bundle>
42     <bundle>mvn:org.opendaylight.ovsdb/utils.southbound-utils/{{VERSION}}</bundle>
43
44     <bundle>mvn:org.opendaylight.ovsdb/openstack.net-virt/{{VERSION}}</bundle>
45     <bundle>mvn:org.opendaylight.ovsdb/openstack.net-virt-providers/{{VERSION}}</bundle>
46     <bundle>mvn:commons-net/commons-net/{{VERSION}}</bundle>
47     <configfile finalname="etc/opendaylight/karaf/netvirt-impl-default-config.xml">mvn:org.opendaylight.ovsdb/openstack.net-virt/{{VERSION}}/xml/config</configfile>
48     <configfile finalname="etc/opendaylight/karaf/netvirt-providers-impl-default-config.xml">mvn:org.opendaylight.ovsdb/openstack.net-virt-providers/{{VERSION}}/xml/config</configfile>
49   </feature>
50
51   <feature name="odl-ovsdb-openstack-it" description="OpenDaylight :: OVSDB :: OpenStack Network Virtualization IT"
52            version='${project.version}'>
53     <feature version="${project.version}">odl-ovsdb-openstack</feature>
54     <bundle>mvn:org.opendaylight.ovsdb/utils.it-utils/{{VERSION}}</bundle>
55   </feature>
56
57   <feature name="odl-ovsdb-openstack-clusteraware" description="OpenDaylight :: OVSDB :: OpenStack Network Virtualization - Cluster Aware"
58            version='${project.version}'>
59     <feature version='${controller.mdsal.version}'>odl-mdsal-broker</feature>
60     <feature version="${openflowplugin.version}">odl-openflowplugin-nsf-model-li</feature>
61     <feature version="${neutron.version}">odl-neutron-service</feature>
62     <feature version="${project.version}">odl-ovsdb-southbound-impl-ui</feature>
63     <feature version="${openflowplugin.version}">odl-openflowplugin-flow-services-li</feature>
64     <feature version="${openflowplugin.version}">odl-openflowplugin-nxm-extensions-li</feature>
65     <bundle>mvn:org.opendaylight.ovsdb/utils.servicehelper/{{VERSION}}</bundle>
66     <bundle>mvn:org.opendaylight.ovsdb/utils.neutron-utils/{{VERSION}}</bundle>
67     <bundle>mvn:org.opendaylight.ovsdb/utils.mdsal-utils/{{VERSION}}</bundle>
68     <bundle>mvn:org.opendaylight.ovsdb/utils.southbound-utils/{{VERSION}}</bundle>
69     <bundle>mvn:org.opendaylight.ovsdb/openstack.net-virt/{{VERSION}}</bundle>
70     <bundle>mvn:org.opendaylight.ovsdb/openstack.net-virt-providers/{{VERSION}}</bundle>
71     <bundle>mvn:commons-net/commons-net/{{VERSION}}</bundle>
72     <configfile finalname="etc/opendaylight/karaf/netvirt-impl-default-config.xml">mvn:org.opendaylight.ovsdb/openstack.net-virt/{{VERSION}}/xml/config</configfile>
73     <configfile finalname="etc/opendaylight/karaf/netvirt-providers-impl-default-config.xml">mvn:org.opendaylight.ovsdb/openstack.net-virt-providers/{{VERSION}}/xml/config</configfile>
74   </feature>
75
76   <feature name="odl-ovsdb-ui" description="OpenDaylight :: OVSDB :: DLUX Integration Plugin" version='${project.version}'>
77     <feature version="${dlux.version}">odl-dlux-core</feature>
78     <bundle>mvn:org.opendaylight.ovsdb/ovsdb-ui-bundle/{{VERSION}}</bundle>
79   </feature>
80   <feature name='odl-netvirt-api' version='${project.version}' description='OpenDaylight :: netvirt :: api'>
81     <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
82     <bundle>mvn:org.opendaylight.ovsdb/netvirt-api/{{VERSION}}</bundle>
83   </feature>
84   <feature name='odl-netvirt-rest' version='${project.version}' description='OpenDaylight :: netvirt :: REST'>
85     <feature version="${project.version}">odl-netvirt-api</feature>
86     <feature version="${restconf.version}">odl-restconf</feature>
87   </feature>
88   <feature name='odl-netvirt-ui' version='${project.version}' description='OpenDaylight :: netvirt :: UI'>
89     <feature version="${project.version}">odl-netvirt-rest</feature>
90     <feature version="${restconf.version}">odl-mdsal-apidocs</feature>
91     <feature version="${controller.mdsal.version}">odl-mdsal-xsql</feature>
92   </feature>
93   <feature name='odl-netvirt-hwgw' version='${project.version}' description='OpenDaylight :: netvirt :: Hardware Gateway'>
94     <feature version="${project.version}">odl-netvirt-api</feature>
95     <feature version='${project.version}'>odl-ovsdb-hwvtepsouthbound</feature>
96     <bundle>mvn:org.opendaylight.ovsdb/hwgw/{{VERSION}}</bundle>
97     <configfile finalname="etc/opendaylight/karaf/hwgw-default-config.xml">mvn:org.opendaylight.ovsdb/hwgw/{{VERSION}}/xml/config</configfile>
98   </feature>
99     <feature name='odl-netvirt-neutron' version='${project.version}' description='OpenDaylight :: netvirt :: Neutron Renderer'>
100     <feature version="${neutron.version}">odl-neutron-service</feature>
101     <feature version="${project.version}">odl-netvirt-ui</feature>
102     <bundle>mvn:org.opendaylight.ovsdb/neutron/{{VERSION}}</bundle>
103     <configfile finalname="etc/opendaylight/karaf/netvirt-neutron-default-config.xml">mvn:org.opendaylight.ovsdb/neutron/{{VERSION}}/xml/config</configfile>
104   </feature>
105
106 </features>