GUI - Add default redirect on app start
[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     <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
23     <feature name="odl-lispflowmapping-msmr" description="OpenDaylight :: LISP Flow Mapping :: Map-Server/Map-Resolver" version='${project.version}'>
24         <feature version="${project.version}">odl-lispflowmapping-mappingservice</feature>
25         <feature version="${project.version}">odl-lispflowmapping-southbound</feature>
26     </feature>
27
28     <feature name="odl-lispflowmapping-mappingservice" description="OpenDaylight :: LISP Flow Mapping :: Mapping Service" version='${project.version}'>
29         <feature version="${restconf.version}">odl-restconf</feature>
30         <feature version="${mdsal.version}">odl-mdsal-broker</feature>
31         <feature version='${project.version}'>odl-lispflowmapping-models</feature>
32         <feature version="${project.version}">odl-lispflowmapping-inmemorydb</feature>
33         <feature version="${project.version}">odl-lispflowmapping-southbound</feature>
34         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.dsbackend/{{VERSION}}</bundle>
35         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.mapcache/{{VERSION}}</bundle>
36         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.implementation/{{VERSION}}</bundle>
37         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.config/{{VERSION}}</bundle>
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     </feature>
50
51     <feature name="odl-lispflowmapping-southbound" description="OpenDaylight :: LISP Flow Mapping :: Southbound Plugin" version='${project.version}'>
52         <feature version="${restconf.version}">odl-restconf</feature>
53         <feature version="${mdsal.version}">odl-mdsal-broker</feature>
54         <feature version='${project.version}'>odl-lispflowmapping-models</feature>
55         <feature version="${project.version}">odl-lispflowmapping-inmemorydb</feature>
56         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.dsbackend/{{VERSION}}</bundle>
57         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.mapcache/{{VERSION}}</bundle>
58         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.southbound/{{VERSION}}</bundle>
59     </feature>
60
61     <feature name="odl-lispflowmapping-neutron" description="OpenDaylight :: LISP Flow Mapping :: Neutron Integration" version='${project.version}'>
62         <feature version="${neutron.version}">odl-neutron-service</feature>
63         <feature version="${project.version}">odl-lispflowmapping-mappingservice</feature>
64         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.neutron/{{VERSION}}</bundle>
65     </feature>
66
67     <feature name="odl-lispflowmapping-ui" description="OpenDaylight :: LISP Flow Mapping :: User Interface" version='${project.version}'>
68         <feature version="${dlux.core.version}">odl-dlux-core</feature>
69         <feature version="${dluxapps.version}">odl-dluxapps-yangutils</feature>
70         <feature version="${dluxapps.version}">odl-dluxapps-yangui</feature>
71         <feature version="${project.version}">odl-lispflowmapping-mappingservice</feature>
72         <bundle>mvn:org.opendaylight.lispflowmapping/lispflowmapping-ui-bundle/{{VERSION}}</bundle>
73     </feature>
74
75     <feature name="odl-lispflowmapping-models" description="OpenDaylight :: LISP Flow Mapping :: Models" version='${project.version}'>
76         <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
77         <bundle>mvn:org.apache.commons/commons-lang3/{{VERSION}}</bundle>
78         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.lisp-proto/{{VERSION}}</bundle>
79         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.api/{{VERSION}}</bundle>
80     </feature>
81 </features>