cdfd453bbd9f5057c885e6e331c9fc4629c832ec
[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   <repository>mvn:org.opendaylight.federation/federation-features/{{VERSION}}/xml/features</repository>
26   <repository>mvn:org.opendaylight.sfc/features-sfc/{{VERSION}}/xml/features</repository>
27
28   <feature name='odl-netvirt-api' version='${project.version}' description='OpenDaylight :: NetVirt :: api'>
29     <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
30     <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
31     <feature version='${openflowplugin.version}'>odl-openflowplugin-nsf-model</feature>
32     <feature version="${openflowplugin.version}">odl-openflowplugin-nxm-extensions</feature>
33     <feature version="${ovsdb.version}">odl-ovsdb-southbound-api</feature>
34     <feature version='${ovsdb.version}'>odl-ovsdb-hwvtepsouthbound-api</feature>
35     <feature version='${genius.version}'>odl-genius-api</feature>
36     <feature version='${infrautils.version}'>odl-infrautils-counters</feature>
37     <bundle>mvn:org.opendaylight.controller/liblldp/{{VERSION}}</bundle>
38     <bundle>mvn:org.opendaylight.neutron/model/{{VERSION}}</bundle>
39     <bundle>mvn:org.opendaylight.netvirt/model-bgp/{{VERSION}}</bundle>
40     <bundle>mvn:org.opendaylight.netvirt/vpnmanager-api/{{VERSION}}</bundle>
41     <bundle>mvn:org.opendaylight.netvirt/fibmanager-api/{{VERSION}}</bundle>
42     <bundle>mvn:org.opendaylight.netvirt/neutronvpn-api/{{VERSION}}</bundle>
43     <bundle>mvn:org.opendaylight.netvirt/dhcpservice-api/{{VERSION}}</bundle>
44     <bundle>mvn:org.opendaylight.netvirt/natservice-api/{{VERSION}}</bundle>
45     <bundle>mvn:org.opendaylight.netvirt/aclservice-api/{{VERSION}}</bundle>
46     <bundle>mvn:org.opendaylight.netvirt/ipv6service-api/{{VERSION}}</bundle>
47     <bundle>mvn:org.opendaylight.netvirt/elanmanager-api/{{VERSION}}</bundle>
48     <bundle>mvn:org.opendaylight.netvirt/statistics-api/{{VERSION}}</bundle>
49     <bundle>mvn:org.opendaylight.netvirt/policyservice-api/{{VERSION}}</bundle>
50     <bundle>mvn:org.opendaylight.netvirt/cloud-servicechain-api/{{VERSION}}</bundle>
51   </feature>
52
53   <feature name='odl-netvirt-impl' version='${project.version}' description='OpenDaylight :: NetVirt :: impl'>
54     <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
55     <feature version="${ovsdb.version}">odl-ovsdb-southbound-impl</feature>
56     <feature version='${ovsdb.version}'>odl-ovsdb-hwvtepsouthbound</feature>
57     <feature version='${project.version}'>odl-netvirt-api</feature>
58     <feature version="${openflowplugin.version}">odl-openflowplugin-southbound</feature>
59     <feature version="${openflowplugin.version}">odl-openflowplugin-flow-services</feature>
60     <feature version='${genius.version}'>odl-genius</feature>
61     <feature version='${infrautils.version}'>odl-infrautils-inject</feature>
62     <bundle>mvn:commons-net/commons-net/{{VERSION}}</bundle>
63     <bundle>wrap:mvn:com.googlecode.java-ipv6/java-ipv6/{{VERSION}}</bundle>
64     <bundle>mvn:org.opendaylight.netvirt/bgpmanager-api/{{VERSION}}</bundle>
65     <bundle>mvn:org.opendaylight.netvirt/bgpmanager-impl/{{VERSION}}</bundle>
66     <bundle>mvn:org.opendaylight.netvirt/vpnmanager-impl/{{VERSION}}</bundle>
67     <bundle>mvn:org.opendaylight.netvirt/vpnmanager-shell/{{VERSION}}</bundle>
68     <bundle>mvn:org.opendaylight.netvirt/fibmanager-impl/{{VERSION}}</bundle>
69     <bundle>mvn:org.opendaylight.netvirt/fibmanager-shell/{{VERSION}}</bundle>
70     <bundle>mvn:org.opendaylight.netvirt/neutronvpn-impl/{{VERSION}}</bundle>
71     <bundle>mvn:org.opendaylight.netvirt/neutronvpn-shell/{{VERSION}}</bundle>
72     <bundle>mvn:org.opendaylight.netvirt/dhcpservice-impl/{{VERSION}}</bundle>
73     <bundle>mvn:org.opendaylight.netvirt/cloud-servicechain-impl/{{VERSION}}</bundle>
74     <bundle>mvn:org.opendaylight.netvirt/elanmanager-impl/{{VERSION}}</bundle>
75     <bundle>mvn:org.opendaylight.netvirt/natservice-impl/{{VERSION}}</bundle>
76     <bundle>mvn:org.opendaylight.netvirt/aclservice-impl/{{VERSION}}</bundle>
77     <bundle>mvn:org.opendaylight.netvirt/qosservice-impl/{{VERSION}}</bundle>
78     <bundle>mvn:org.opendaylight.netvirt/policyservice-impl/{{VERSION}}</bundle>
79     <bundle>mvn:org.opendaylight.netvirt/ipv6service-impl/{{VERSION}}</bundle>
80     <bundle>mvn:org.opendaylight.netvirt/ipv6service-api/{{VERSION}}</bundle>
81     <bundle>mvn:org.opendaylight.netvirt/statemanager-impl/{{VERSION}}</bundle>
82     <bundle>mvn:org.opendaylight.netvirt/statistics-impl/{{VERSION}}</bundle>
83     <bundle>mvn:org.opendaylight.ovsdb/utils.mdsal-utils/{{VERSION}}</bundle>
84     <bundle>mvn:org.opendaylight.ovsdb/utils.southbound-utils/{{VERSION}}</bundle>
85     <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>
86     <configfile finalname="etc/opendaylight/datastore/initial/config/netvirt-aclservice-config.xml">mvn:org.opendaylight.netvirt/aclservice-impl/{{VERSION}}/xml/config</configfile>
87     <configfile finalname="etc/opendaylight/datastore/initial/config/netvirt-dhcpservice-config.xml">mvn:org.opendaylight.netvirt/dhcpservice-impl/{{VERSION}}/xml/config</configfile>
88     <configfile finalname="etc/opendaylight/datastore/initial/config/netvirt-elanmanager-config.xml">mvn:org.opendaylight.netvirt/elanmanager-impl/{{VERSION}}/xml/config</configfile>
89   </feature>
90
91   <feature name='odl-netvirt-openstack' version='${project.version}' description='OpenDaylight :: NetVirt :: OpenStack'>
92     <feature version="${neutron.version}">odl-neutron-service</feature>
93     <feature version="${project.version}">odl-netvirt-impl</feature>
94     <feature version="${restconf.version}">odl-restconf</feature>
95   </feature>
96
97   <feature name='odl-netvirt-federation' version='${project.version}' description='OpenDaylight :: NetVirt :: Federation'>
98     <feature version="${project.version}">odl-netvirt-openstack</feature>
99     <feature version="${federation.version}">federation-with-rabbit</feature>
100     <bundle>mvn:org.opendaylight.netvirt/federation-plugin-api/{{VERSION}}</bundle>
101     <bundle>mvn:org.opendaylight.netvirt/federation-plugin-impl/{{VERSION}}</bundle>
102   </feature>
103
104   <feature name="odl-netvirt-ui" description="OpenDaylight :: NetVirt :: DLUX Integration Plugin" version='${project.version}'>
105     <feature version="${dlux.version}">odl-dlux-core</feature>
106     <bundle>mvn:org.opendaylight.netvirt/ovsdb-ui-bundle/{{VERSION}}</bundle>
107   </feature>
108
109   <feature name='odl-netvirt-sfc' version='${project.version}' description='OpenDaylight :: NetVirt :: SFC'>
110     <feature version='${sfc.version}'>odl-sfc-provider</feature>
111     <feature version="${project.version}">odl-netvirt-openstack</feature>
112     <bundle>mvn:org.opendaylight.netvirt/utils.mdsal-utils/{{VERSION}}</bundle>
113     <bundle>mvn:org.opendaylight.netvirt/sfc.classifier-api/{{VERSION}}</bundle>
114     <bundle>mvn:org.opendaylight.netvirt/sfc.classifier-impl/{{VERSION}}</bundle>
115     <bundle>mvn:org.opendaylight.netvirt/sfc.translator/{{VERSION}}</bundle>
116   </feature>
117
118 </features>