Merge "Load config system files in etc/opendaylight/karaf"
[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-vpnservice-${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   <feature name='odl-netvirt-vpnservice-api' version='${project.version}' description='OpenDaylight :: vpnservice :: api '>
24     <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
25     <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
26     <feature version='${openflowplugin.version}'>odl-openflowplugin-nsf-model</feature>
27     <feature version="${openflowplugin.version}">odl-openflowplugin-nxm-extensions</feature>
28     <feature version="${ovsdb.version}">odl-ovsdb-southbound-api</feature>
29     <feature version='${ovsdb.version}'>odl-ovsdb-hwvtepsouthbound-api</feature>
30     <feature version='${genius.version}'>odl-genius-api</feature>
31     <bundle>mvn:org.opendaylight.controller/liblldp/{{VERSION}}</bundle>
32     <bundle>mvn:org.opendaylight.neutron/model/{{VERSION}}</bundle>
33     <bundle>mvn:org.opendaylight.netvirt/model-bgp/{{VERSION}}</bundle>
34     <bundle>mvn:org.opendaylight.netvirt/vpnmanager-api/{{VERSION}}</bundle>
35     <bundle>mvn:org.opendaylight.netvirt/fibmanager-api/{{VERSION}}</bundle>
36     <bundle>mvn:org.opendaylight.netvirt/neutronvpn-api/{{VERSION}}</bundle>
37     <bundle>mvn:org.opendaylight.netvirt/dhcpservice-api/{{VERSION}}</bundle>
38     <bundle>mvn:org.opendaylight.netvirt/natservice-api/{{VERSION}}</bundle>
39     <bundle>mvn:org.opendaylight.netvirt/aclservice-api/{{VERSION}}</bundle>
40     <bundle>mvn:org.opendaylight.netvirt/ipv6service-api/{{VERSION}}</bundle>
41   </feature>
42   <feature name='odl-netvirt-vpnservice-impl' version='${project.version}' description='OpenDaylight :: vpnservice :: impl '>
43     <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
44     <feature version="${ovsdb.version}">odl-ovsdb-southbound-impl</feature>
45     <feature version='${ovsdb.version}'>odl-ovsdb-hwvtepsouthbound</feature>
46     <feature version='${project.version}'>odl-netvirt-vpnservice-api</feature>
47     <feature version="${openflowplugin.version}">odl-openflowplugin-southbound</feature>
48     <feature version="${openflowplugin.version}">odl-openflowplugin-flow-services</feature>
49     <feature version='${genius.version}'>odl-genius</feature>
50     <bundle>mvn:commons-net/commons-net/{{VERSION}}</bundle>
51     <bundle>mvn:org.opendaylight.netvirt/bgpmanager-api/{{VERSION}}</bundle>
52     <bundle>mvn:org.opendaylight.netvirt/bgpmanager-impl/{{VERSION}}</bundle>
53     <bundle>mvn:org.opendaylight.netvirt/vpnmanager-impl/{{VERSION}}</bundle>
54     <bundle>mvn:org.opendaylight.genius/interfacemgr-shell/{{VERSION}}</bundle>
55     <bundle>mvn:org.opendaylight.netvirt/fibmanager-impl/{{VERSION}}</bundle>
56     <bundle>mvn:org.opendaylight.netvirt/fibmanager-shell/{{VERSION}}</bundle>
57     <bundle>mvn:org.opendaylight.netvirt/neutronvpn-impl/{{VERSION}}</bundle>
58     <bundle>mvn:org.opendaylight.netvirt/neutronvpn-shell/{{VERSION}}</bundle>
59     <bundle>mvn:org.opendaylight.netvirt/dhcpservice-impl/{{VERSION}}</bundle>
60     <bundle>mvn:org.opendaylight.netvirt/elanmanager-api/{{VERSION}}</bundle>
61     <bundle>mvn:org.opendaylight.netvirt/elanmanager-impl/{{VERSION}}</bundle>
62     <bundle>mvn:org.opendaylight.netvirt/natservice-impl/{{VERSION}}</bundle>
63     <bundle>mvn:org.opendaylight.netvirt/aclservice-impl/{{VERSION}}</bundle>
64     <bundle>mvn:org.opendaylight.netvirt/ipv6service-impl/{{VERSION}}</bundle>
65     <bundle>mvn:org.opendaylight.netvirt/ipv6service-api/{{VERSION}}</bundle>
66
67     <bundle>mvn:org.opendaylight.ovsdb/utils.mdsal-utils/{{VERSION}}</bundle>
68     <bundle>mvn:org.opendaylight.ovsdb/utils.southbound-utils/{{VERSION}}</bundle>
69
70     <bundle>mvn:org.opendaylight.ovsdb/utils.mdsal-utils/{{VERSION}}</bundle>
71     <bundle>mvn:org.opendaylight.ovsdb/utils.southbound-utils/{{VERSION}}</bundle>
72
73     <!--<bundle>mvn:org.opendaylight.vpnservice.third-party/org.apache.thriftlib/1.1.0-SNAPSHOT</bundle>-->
74     <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>
75     <!--<bundle>wrap:mvn:javax.servlet/servlet-api/2.5</bundle>-->
76     <configfile finalname="${configfile.directory}/bgpmanager-impl-default-config.xml">mvn:org.opendaylight.netvirt/bgpmanager-impl/{{VERSION}}/xml/config</configfile>
77     <configfile finalname="${configfile.directory}/vpnmanager-impl-default-config.xml">mvn:org.opendaylight.netvirt/vpnmanager-impl/{{VERSION}}/xml/config</configfile>
78     <configfile finalname="${configfile.directory}/fibmanager-impl-default-config.xml">mvn:org.opendaylight.netvirt/fibmanager-impl/{{VERSION}}/xml/config</configfile>
79     <configfile finalname="${configfile.directory}/neutronvpn-impl-default-config.xml">mvn:org.opendaylight.netvirt/neutronvpn-impl/{{VERSION}}/xml/config</configfile>
80     <configfile finalname="${configfile.directory}/dhcpservice-impl-default-config.xml">mvn:org.opendaylight.netvirt/dhcpservice-impl/{{VERSION}}/xml/config</configfile>
81     <configfile finalname="${configfile.directory}/elanmanager-impl-default-config.xml">mvn:org.opendaylight.netvirt/elanmanager-impl/{{VERSION}}/xml/config</configfile>
82     <configfile finalname="${configfile.directory}/natservice-impl-default-config.xml">mvn:org.opendaylight.netvirt/natservice-impl/{{VERSION}}/xml/config</configfile>
83     <configfile finalname="${configfile.directory}/aclservice-impl-default-config.xml">mvn:org.opendaylight.netvirt/aclservice-impl/{{VERSION}}/xml/config</configfile>
84     <configfile finalname="${configfile.directory}/ipv6service-impl-default-config.xml">mvn:org.opendaylight.netvirt/ipv6service-impl/{{VERSION}}/xml/config</configfile>
85
86   </feature>
87   <feature name='odl-netvirt-vpnservice-openstack' version='${project.version}' description='OpenDaylight :: vpnservice :: openstack'>
88     <feature version="${neutron.version}">odl-neutron-service</feature>
89     <feature version="${project.version}">odl-netvirt-vpnservice-impl</feature>
90     <feature version="${restconf.version}">odl-restconf</feature>
91   </feature>
92   </features>