Migrate implementation/neutron/southbound to IETF YANG model
[lispflowmapping.git] / 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) 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     <!-- Needed for odl-mdsal-broker -->
15     <repository>mvn:org.opendaylight.mdsal.model/features-mdsal-model/{{VERSION}}/xml/features</repository>
16     <repository>mvn:org.opendaylight.controller/features-mdsal/{{VERSION}}/xml/features</repository>
17     <!-- Needed for odl-restconf -->
18     <repository>mvn:org.opendaylight.netconf/features-restconf/{{VERSION}}/xml/features</repository>
19     <!-- Needed for odl-config-api -->
20     <repository>mvn:org.opendaylight.controller/features-config/{{VERSION}}/xml/features</repository>
21     <repository>mvn:org.opendaylight.neutron/features-neutron/{{VERSION}}/xml/features</repository>
22     <repository>mvn:org.opendaylight.dlux/features-dlux/{{VERSION}}/xml/features</repository>
23
24     <feature name="odl-lispflowmapping-msmr" description="OpenDaylight :: LISP Flow Mapping :: Map-Server/Map-Resolver" version='${project.version}'>
25         <feature version="${project.version}">odl-lispflowmapping-mappingservice</feature>
26         <feature version="${project.version}">odl-lispflowmapping-southbound</feature>
27     </feature>
28
29     <feature name="odl-lispflowmapping-mappingservice" description="OpenDaylight :: LISP Flow Mapping :: Mapping Service" version='${project.version}'>
30         <feature version="${restconf.version}">odl-restconf</feature>
31         <feature version="${mdsal.version}">odl-mdsal-broker</feature>
32         <feature version='${project.version}'>odl-lispflowmapping-models</feature>
33         <feature version="${project.version}">odl-lispflowmapping-inmemorydb</feature>
34         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.implementation/{{VERSION}}</bundle>
35         <configfile finalname="${configfile.directory}/lfm-mappingservice.xml">
36             mvn:org.opendaylight.lispflowmapping/mappingservice.implementation/{{VERSION}}/xml/config
37         </configfile>
38     </feature>
39
40     <feature name="odl-lispflowmapping-mappingservice-shell" description="OpenDaylight :: LISP Flow Mapping :: Mappingservice Shell" version='${project.version}'>
41         <feature version="${project.version}">odl-lispflowmapping-mappingservice</feature>
42         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.shell/{{VERSION}}</bundle>
43     </feature>
44
45     <feature name="odl-lispflowmapping-inmemorydb" description="OpenDaylight :: LISP Flow Mapping :: In Memory DB" version='${project.version}'>
46         <feature version="${mdsal.version}">odl-mdsal-broker</feature>
47         <feature version='${project.version}'>odl-lispflowmapping-models</feature>
48         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.inmemorydb/{{VERSION}}</bundle>
49         <configfile finalname="${configfile.directory}/lfm-inmemorydb.xml">
50             mvn:org.opendaylight.lispflowmapping/mappingservice.inmemorydb/{{VERSION}}/xml/config
51         </configfile>
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         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.southbound/{{VERSION}}</bundle>
59         <configfile finalname="${configfile.directory}/lfm-mappingservice-sb.xml">
60             mvn:org.opendaylight.lispflowmapping/mappingservice.southbound/{{VERSION}}/xml/config
61         </configfile>
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         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.neutron/{{VERSION}}</bundle>
68     </feature>
69
70     <feature name="odl-lispflowmapping-ui" description="OpenDaylight :: LISP Flow Mapping :: User Interface" version='${project.version}'>
71         <feature version="${dlux.core.version}">odl-dlux-core</feature>
72         <feature version="${project.version}">odl-lispflowmapping-mappingservice</feature>
73         <bundle>mvn:org.opendaylight.lispflowmapping/lispflowmapping-ui-bundle/{{VERSION}}</bundle>
74     </feature>
75
76     <feature name="odl-lispflowmapping-models" description="OpenDaylight :: LISP Flow Mapping :: Models" version='${project.version}'>
77         <feature version='${config.version}'>odl-config-api</feature>
78         <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
79         <bundle>mvn:org.apache.commons/commons-lang3/{{VERSION}}</bundle>
80         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.lisp-proto/{{VERSION}}</bundle>
81         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.api/{{VERSION}}</bundle>
82     </feature>
83 </features>