24a14b4331b707d84251fc5f4a7325cfdcda2f16
[netvirt.git] / vpnservice / features / src / main / features / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4 Copyright (c) 2015 - 2016 Ericsson India Global Services Pvt Ltd. and others.  All rights reserved.
5
6 This program and the accompanying materials are made available under the
7 terms of the Eclipse Public License v1.0 which accompanies this distribution,
8 and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <features name="odl-netvirt-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
11   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12   xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
13   <repository>mvn:org.opendaylight.yangtools/features-yangtools/{{VERSION}}/xml/features</repository>
14   <repository>mvn:org.opendaylight.controller/features-mdsal/{{VERSION}}/xml/features</repository>
15   <repository>mvn:org.opendaylight.mdsal.model/features-mdsal-model/{{VERSION}}/xml/features</repository>
16   <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin/{{VERSION}}/xml/features</repository>
17   <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin-extension/{{VERSION}}/xml/features</repository>
18   <repository>mvn:org.opendaylight.netconf/features-restconf/{{VERSION}}/xml/features</repository>
19   <repository>mvn:org.opendaylight.ovsdb/southbound-features/{{VERSION}}/xml/features</repository>
20   <repository>mvn:org.opendaylight.neutron/features-neutron/{{VERSION}}/xml/features</repository>
21   <repository>mvn:org.opendaylight.ovsdb/hwvtepsouthbound-features/{{VERSION}}/xml/features</repository>
22   <repository>mvn:org.opendaylight.genius/genius-features/{{VERSION}}/xml/features</repository>
23   <repository>mvn:org.opendaylight.infrautils/infrautils-features/{{VERSION}}/xml/features</repository>
24   <repository>mvn:org.opendaylight.dlux/features-dlux/{{VERSION}}/xml/features</repository>
25
26   <feature name='odl-netvirt-api' version='${project.version}' description='OpenDaylight :: NetVirt :: api'>
27     <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
28     <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
29     <feature version='${openflowplugin.version}'>odl-openflowplugin-nsf-model</feature>
30     <feature version="${openflowplugin.version}">odl-openflowplugin-nxm-extensions</feature>
31     <feature version="${ovsdb.version}">odl-ovsdb-southbound-api</feature>
32     <feature version='${ovsdb.version}'>odl-ovsdb-hwvtepsouthbound-api</feature>
33     <feature version='${genius.version}'>odl-genius-api</feature>
34     <feature version='${infrautils.version}'>odl-infrautils-counters</feature>
35     <bundle>mvn:org.opendaylight.controller/liblldp/{{VERSION}}</bundle>
36     <bundle>mvn:org.opendaylight.neutron/model/{{VERSION}}</bundle>
37     <bundle>mvn:org.opendaylight.netvirt/model-bgp/{{VERSION}}</bundle>
38     <bundle>mvn:org.opendaylight.netvirt/vpnmanager-api/{{VERSION}}</bundle>
39     <bundle>mvn:org.opendaylight.netvirt/fibmanager-api/{{VERSION}}</bundle>
40     <bundle>mvn:org.opendaylight.netvirt/neutronvpn-api/{{VERSION}}</bundle>
41     <bundle>mvn:org.opendaylight.netvirt/dhcpservice-api/{{VERSION}}</bundle>
42     <bundle>mvn:org.opendaylight.netvirt/natservice-api/{{VERSION}}</bundle>
43     <bundle>mvn:org.opendaylight.netvirt/aclservice-api/{{VERSION}}</bundle>
44     <bundle>mvn:org.opendaylight.netvirt/ipv6service-api/{{VERSION}}</bundle>
45     <bundle>mvn:org.opendaylight.netvirt/elanmanager-api/{{VERSION}}</bundle>
46     <!--<bundle>mvn:org.opendaylight.netvirt/cloud-servicechain-api/{{VERSION}}</bundle>-->
47   </feature>
48
49   <feature name='odl-netvirt-impl' version='${project.version}' description='OpenDaylight :: NetVirt :: impl'>
50     <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
51     <feature version="${ovsdb.version}">odl-ovsdb-southbound-impl</feature>
52     <feature version='${ovsdb.version}'>odl-ovsdb-hwvtepsouthbound</feature>
53     <feature version='${project.version}'>odl-netvirt-api</feature>
54     <feature version="${openflowplugin.version}">odl-openflowplugin-southbound</feature>
55     <feature version="${openflowplugin.version}">odl-openflowplugin-flow-services</feature>
56     <feature version='${genius.version}'>odl-genius</feature>
57     <bundle>mvn:commons-net/commons-net/{{VERSION}}</bundle>
58     <bundle>mvn:org.opendaylight.netvirt/bgpmanager-api/{{VERSION}}</bundle>
59     <bundle>mvn:org.opendaylight.netvirt/bgpmanager-impl/{{VERSION}}</bundle>
60     <bundle>mvn:org.opendaylight.netvirt/vpnmanager-impl/{{VERSION}}</bundle>
61     <bundle>mvn:org.opendaylight.netvirt/fibmanager-impl/{{VERSION}}</bundle>
62     <bundle>mvn:org.opendaylight.netvirt/fibmanager-shell/{{VERSION}}</bundle>
63     <bundle>mvn:org.opendaylight.netvirt/neutronvpn-impl/{{VERSION}}</bundle>
64     <bundle>mvn:org.opendaylight.netvirt/neutronvpn-shell/{{VERSION}}</bundle>
65     <bundle>mvn:org.opendaylight.netvirt/dhcpservice-impl/{{VERSION}}</bundle>
66     <!--<bundle>mvn:org.opendaylight.netvirt/cloud-servicechain-impl/{{VERSION}}</bundle>-->
67     <bundle>mvn:org.opendaylight.netvirt/elanmanager-impl/{{VERSION}}</bundle>
68     <bundle>mvn:org.opendaylight.netvirt/natservice-impl/{{VERSION}}</bundle>
69     <bundle>mvn:org.opendaylight.netvirt/aclservice-impl/{{VERSION}}</bundle>
70     <bundle>mvn:org.opendaylight.netvirt/ipv6service-impl/{{VERSION}}</bundle>
71     <bundle>mvn:org.opendaylight.netvirt/ipv6service-api/{{VERSION}}</bundle>
72     <bundle>mvn:org.opendaylight.netvirt/statemanager-impl/{{VERSION}}</bundle>
73     <bundle>mvn:org.opendaylight.ovsdb/utils.mdsal-utils/{{VERSION}}</bundle>
74     <bundle>mvn:org.opendaylight.ovsdb/utils.southbound-utils/{{VERSION}}</bundle>
75     <bundle>mvn:org.opendaylight.ovsdb/utils.mdsal-utils/{{VERSION}}</bundle>
76     <bundle>mvn:org.opendaylight.ovsdb/utils.southbound-utils/{{VERSION}}</bundle>
77     <bundle>wrap:mvn:org.apache.thrift/libthrift/0.9.1$overwrite=merge&amp;Bundle-Version=0.9.1&amp;Export-Package=*;-noimport:=true;version="0.9.1"</bundle>
78     <configfile finalname="${configfile.directory}/elanmanager-impl-default-config.xml">mvn:org.opendaylight.netvirt/elanmanager-impl/{{VERSION}}/xml/config</configfile>
79     <configfile finalname="${configfile.directory}/natservice-impl-default-config.xml">mvn:org.opendaylight.netvirt/natservice-impl/{{VERSION}}/xml/config</configfile>
80     <!--<configfile finalname="${configfile.directory}/cloud-servicechain-impl-default-config.xml">mvn:org.opendaylight.netvirt/cloud-servicechain-impl/{{VERSION}}/xml/config</configfile>-->
81   </feature>
82
83   <feature name='odl-netvirt-openstack' version='${project.version}' description='OpenDaylight :: NetVirt :: OpenStack'>
84     <feature version="${neutron.version}">odl-neutron-service</feature>
85     <feature version="${project.version}">odl-netvirt-impl</feature>
86     <feature version="${restconf.version}">odl-restconf</feature>
87   </feature>
88
89   <feature name="odl-netvirt-ui" description="OpenDaylight :: NetVirt :: DLUX Integration Plugin" version='${project.version}'>
90     <feature version="${dlux.version}">odl-dlux-core</feature>
91     <bundle>mvn:org.opendaylight.netvirt/ovsdb-ui-bundle/{{VERSION}}</bundle>
92   </feature>
93
94   <feature name="odl-netvirt-openstack-it" description="OpenDaylight :: NetVirt :: openStack IT"
95            version='${project.version}'>
96     <feature version="${project.version}">odl-netvirt-openstack</feature>
97     <bundle>mvn:org.opendaylight.ovsdb/utils.southbound-utils/{{VERSION}}</bundle>
98     <bundle>mvn:org.opendaylight.ovsdb/utils.mdsal-utils/{{VERSION}}</bundle>
99     <bundle>mvn:org.opendaylight.ovsdb/utils.ovsdb-it-utils/{{VERSION}}</bundle>
100     <bundle>mvn:org.opendaylight.netvirt/utils.servicehelper/{{VERSION}}</bundle>
101     <bundle>mvn:org.opendaylight.netvirt/utils.mdsal-utils/{{VERSION}}</bundle>
102     <bundle>mvn:org.opendaylight.netvirt/netvirt-it-utils/{{VERSION}}</bundle>
103   </feature>
104
105 </features>