1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
4 Copyright (c) 2015 - 2016 Ericsson India Global Services Pvt Ltd. and others. All rights reserved.
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
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>
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>
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>wrap:mvn:javax.inject/javax.inject/{{VERSION}}</bundle>
58 <bundle>mvn:commons-net/commons-net/{{VERSION}}</bundle>
59 <bundle>mvn:org.opendaylight.netvirt/bgpmanager-api/{{VERSION}}</bundle>
60 <bundle>mvn:org.opendaylight.netvirt/bgpmanager-impl/{{VERSION}}</bundle>
61 <bundle>mvn:org.opendaylight.netvirt/vpnmanager-impl/{{VERSION}}</bundle>
62 <bundle>mvn:org.opendaylight.netvirt/fibmanager-impl/{{VERSION}}</bundle>
63 <bundle>mvn:org.opendaylight.netvirt/fibmanager-shell/{{VERSION}}</bundle>
64 <bundle>mvn:org.opendaylight.netvirt/neutronvpn-impl/{{VERSION}}</bundle>
65 <bundle>mvn:org.opendaylight.netvirt/neutronvpn-shell/{{VERSION}}</bundle>
66 <bundle>mvn:org.opendaylight.netvirt/dhcpservice-impl/{{VERSION}}</bundle>
67 <bundle>mvn:org.opendaylight.netvirt/cloud-servicechain-impl/{{VERSION}}</bundle>
68 <bundle>mvn:org.opendaylight.netvirt/elanmanager-impl/{{VERSION}}</bundle>
69 <bundle>mvn:org.opendaylight.netvirt/natservice-impl/{{VERSION}}</bundle>
70 <bundle>mvn:org.opendaylight.netvirt/aclservice-impl/{{VERSION}}</bundle>
71 <bundle>mvn:org.opendaylight.netvirt/ipv6service-impl/{{VERSION}}</bundle>
72 <bundle>mvn:org.opendaylight.netvirt/ipv6service-api/{{VERSION}}</bundle>
73 <bundle>mvn:org.opendaylight.netvirt/statemanager-impl/{{VERSION}}</bundle>
74 <bundle>mvn:org.opendaylight.ovsdb/utils.mdsal-utils/{{VERSION}}</bundle>
75 <bundle>mvn:org.opendaylight.ovsdb/utils.southbound-utils/{{VERSION}}</bundle>
76 <bundle>mvn:org.opendaylight.ovsdb/utils.mdsal-utils/{{VERSION}}</bundle>
77 <bundle>mvn:org.opendaylight.ovsdb/utils.southbound-utils/{{VERSION}}</bundle>
78 <bundle>wrap:mvn:org.apache.thrift/libthrift/0.9.1$overwrite=merge&Bundle-Version=0.9.1&Export-Package=*;-noimport:=true;version="0.9.1"</bundle>
79 <configfile finalname="etc/opendaylight/datastore/initial/config/netvirt-aclservice-config.xml">mvn:org.opendaylight.netvirt/aclservice-impl/{{VERSION}}/xml/config</configfile>
80 <configfile finalname="etc/opendaylight/datastore/initial/config/netvirt-dhcpservice-config.xml">mvn:org.opendaylight.netvirt/dhcpservice-impl/{{VERSION}}/xml/config</configfile>
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>
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>