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