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