Add Neutron host-id to RLOC mapping
[lispflowmapping.git] / features / features-lispflowmapping / 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) 2014 Cisco Systems, Inc. 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-lispflowmapping-${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
14     <repository>mvn:org.opendaylight.mdsal.model/features-mdsal-model/{{VERSION}}/xml/features</repository>
15     <repository>mvn:org.opendaylight.neutron/features-neutron/{{VERSION}}/xml/features</repository>
16     <repository>mvn:org.opendaylight.dlux/features-dlux/{{VERSION}}/xml/features</repository>
17     <repository>mvn:org.opendaylight.dluxapps/features-dluxapps/{{VERSION}}/xml/features</repository>
18     <!-- Needed for odl-mdsal-broker -->
19     <repository>mvn:org.opendaylight.controller/features-mdsal/{{VERSION}}/xml/features</repository>
20     <!-- Needed for odl-restconf -->
21     <repository>mvn:org.opendaylight.netconf/features-restconf/{{VERSION}}/xml/features</repository>
22     <!-- Needed by neutron intent handler -->
23     <repository>mvn:org.opendaylight.honeycomb.vbd/vbd-features/{{VERSION}}/xml/features</repository>
24     <repository>mvn:org.opendaylight.netconf/features-netconf-connector/{{VERSION}}/xml/features</repository>
25
26     <feature name="odl-lispflowmapping-msmr" description="OpenDaylight :: LISP Flow Mapping :: Map-Server/Map-Resolver" version='${project.version}'>
27         <feature version="${project.version}">odl-lispflowmapping-mappingservice</feature>
28         <feature version="${project.version}">odl-lispflowmapping-southbound</feature>
29     </feature>
30
31     <feature name="odl-lispflowmapping-mappingservice" description="OpenDaylight :: LISP Flow Mapping :: Mapping Service" version='${project.version}'>
32         <feature version="${restconf.version}">odl-restconf</feature>
33         <feature version="${mdsal.version}">odl-mdsal-broker</feature>
34         <feature version='${project.version}'>odl-lispflowmapping-models</feature>
35         <feature version="${project.version}">odl-lispflowmapping-inmemorydb</feature>
36         <feature version="${project.version}">odl-lispflowmapping-southbound</feature>
37         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.dsbackend/{{VERSION}}</bundle>
38         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.mapcache/{{VERSION}}</bundle>
39         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.implementation/{{VERSION}}</bundle>
40         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.config/{{VERSION}}</bundle>
41     </feature>
42
43     <feature name="odl-lispflowmapping-mappingservice-shell" description="OpenDaylight :: LISP Flow Mapping :: Mappingservice Shell" version='${project.version}'>
44         <feature version="${project.version}">odl-lispflowmapping-mappingservice</feature>
45         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.shell/{{VERSION}}</bundle>
46     </feature>
47
48     <feature name="odl-lispflowmapping-inmemorydb" description="OpenDaylight :: LISP Flow Mapping :: In Memory DB" version='${project.version}'>
49         <feature version="${mdsal.version}">odl-mdsal-broker</feature>
50         <feature version='${project.version}'>odl-lispflowmapping-models</feature>
51         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.inmemorydb/{{VERSION}}</bundle>
52     </feature>
53
54     <feature name="odl-lispflowmapping-southbound" description="OpenDaylight :: LISP Flow Mapping :: Southbound Plugin" version='${project.version}'>
55         <feature version="${restconf.version}">odl-restconf</feature>
56         <feature version="${mdsal.version}">odl-mdsal-broker</feature>
57         <feature version='${project.version}'>odl-lispflowmapping-models</feature>
58         <feature version="${project.version}">odl-lispflowmapping-inmemorydb</feature>
59         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.dsbackend/{{VERSION}}</bundle>
60         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.mapcache/{{VERSION}}</bundle>
61         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.southbound/{{VERSION}}</bundle>
62     </feature>
63
64     <feature name="odl-lispflowmapping-neutron" description="OpenDaylight :: LISP Flow Mapping :: Neutron Integration" version='${project.version}'>
65         <feature version="${neutron.version}">odl-neutron-service</feature>
66         <feature version="${project.version}">odl-lispflowmapping-mappingservice</feature>
67         <feature version="${vbd.version}">odl-vbd</feature>
68         <feature version='${netconf.version}'>odl-netconf-clustered-topology</feature>
69         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.neutron/{{VERSION}}</bundle>
70     </feature>
71
72     <feature name="odl-lispflowmapping-ui" description="OpenDaylight :: LISP Flow Mapping :: User Interface" version='${project.version}'>
73         <feature version="${dlux.core.version}">odl-dlux-core</feature>
74         <feature version="${dluxapps.version}">odl-dluxapps-yangutils</feature>
75         <feature version="${dluxapps.version}">odl-dluxapps-yangui</feature>
76         <feature version="${project.version}">odl-lispflowmapping-mappingservice</feature>
77         <bundle>mvn:org.opendaylight.lispflowmapping/lispflowmapping-ui-bundle/{{VERSION}}</bundle>
78     </feature>
79
80     <feature name="odl-lispflowmapping-models" description="OpenDaylight :: LISP Flow Mapping :: Models" version='${project.version}'>
81         <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
82         <bundle>mvn:org.apache.commons/commons-lang3/{{VERSION}}</bundle>
83         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.lisp-proto/{{VERSION}}</bundle>
84         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.api/{{VERSION}}</bundle>
85     </feature>
86 </features>