6f87ec5c29da97da9a2194331a525357feeeb872
[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     <!--
22     <repository>mvn:org.opendaylight.neutron/features-neutron/{{VERSION}}/xml/features</repository>
23     <repository>mvn:org.opendaylight.dlux/features-dlux/{{VERSION}}/xml/features</repository>
24     -->
25
26     <!--
27     <feature name="odl-lispflowmapping-msmr" description="OpenDaylight :: LISP Flow Mapping :: Map-Server/Map-Resolver" version='${project.version}'>
28         <feature version="${project.version}">odl-lispflowmapping-mappingservice</feature>
29         <feature version="${project.version}">odl-lispflowmapping-southbound</feature>
30     </feature>
31
32     <feature name="odl-lispflowmapping-mappingservice" description="OpenDaylight :: LISP Flow Mapping :: Mapping Service" version='${project.version}'>
33         <feature version="${restconf.version}">odl-restconf</feature>
34         <feature version="${mdsal.version}">odl-mdsal-broker</feature>
35         <feature version='${project.version}'>odl-lispflowmapping-models</feature>
36         <feature version="${project.version}">odl-lispflowmapping-inmemorydb</feature>
37         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.implementation/{{VERSION}}</bundle>
38         <configfile finalname="${configfile.directory}/lfm-mappingservice.xml">
39             mvn:org.opendaylight.lispflowmapping/mappingservice.implementation/{{VERSION}}/xml/config
40         </configfile>
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         <configfile finalname="${configfile.directory}/lfm-inmemorydb.xml">
53             mvn:org.opendaylight.lispflowmapping/mappingservice.inmemorydb/{{VERSION}}/xml/config
54         </configfile>
55     </feature>
56
57     <feature name="odl-lispflowmapping-southbound" description="OpenDaylight :: LISP Flow Mapping :: Southbound Plugin" version='${project.version}'>
58         <feature version="${restconf.version}">odl-restconf</feature>
59         <feature version="${mdsal.version}">odl-mdsal-broker</feature>
60         <feature version='${project.version}'>odl-lispflowmapping-models</feature>
61         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.southbound/{{VERSION}}</bundle>
62         <configfile finalname="${configfile.directory}/lfm-mappingservice-sb.xml">
63             mvn:org.opendaylight.lispflowmapping/mappingservice.southbound/{{VERSION}}/xml/config
64         </configfile>
65     </feature>
66
67     <feature name="odl-lispflowmapping-neutron" description="OpenDaylight :: LISP Flow Mapping :: Neutron Integration" version='${project.version}'>
68         <feature version="${neutron.version}">odl-neutron-service</feature>
69         <feature version="${project.version}">odl-lispflowmapping-mappingservice</feature>
70         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.neutron/{{VERSION}}</bundle>
71     </feature>
72
73     <feature name="odl-lispflowmapping-ui" description="OpenDaylight :: LISP Flow Mapping :: User Interface" version='${project.version}'>
74         <feature version="${dlux.core.version}">odl-dlux-core</feature>
75         <feature version="${project.version}">odl-lispflowmapping-mappingservice</feature>
76         <bundle>mvn:org.opendaylight.lispflowmapping/lispflowmapping-ui-bundle/{{VERSION}}</bundle>
77     </feature>
78     -->
79
80     <feature name="odl-lispflowmapping-models" description="OpenDaylight :: LISP Flow Mapping :: Models" version='${project.version}'>
81         <feature version='${config.version}'>odl-config-api</feature>
82         <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
83         <bundle>mvn:org.apache.commons/commons-lang3/{{VERSION}}</bundle>
84         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.lisp-proto/{{VERSION}}</bundle>
85         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.api/{{VERSION}}</bundle>
86     </feature>
87 </features>