Integrate the new yang model with Network Topology augmentation
[unimgr.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) 2015 CableLabs
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-unimgr-${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.netconf/features-restconf/{{VERSION}}/xml/features</repository>
16   <repository>mvn:org.opendaylight.ovsdb/southbound-features/{{VERSION}}/xml/features</repository>
17   <repository>mvn:org.opendaylight.dlux/features-dlux/{{VERSION}}/xml/features</repository>
18
19   <feature name='odl-unimgr-api' version='${project.version}' description='OpenDaylight :: UniMgr :: api'>
20     <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
21     <feature version='${ovsdb.version}'>odl-ovsdb-southbound-api</feature>
22     <bundle>mvn:org.opendaylight.unimgr/unimgr-api/${project.version}</bundle>
23   </feature>
24
25   <feature name='odl-unimgr' version='${project.version}' description='OpenDaylight :: UniMgr'>
26     <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
27     <feature version='${ovsdb.version}'>odl-ovsdb-southbound-impl</feature>
28     <feature version='${project.version}'>odl-unimgr-api</feature>
29     <bundle>mvn:org.opendaylight.unimgr/unimgr-impl/{{VERSION}}</bundle>
30     <configfile finalname="${configfile.directory}/unimgr.xml">mvn:org.opendaylight.unimgr/unimgr-impl/{{VERSION}}/xml/config</configfile>
31   </feature>
32
33   <feature name='odl-unimgr-console' version='${project.version}' description='OpenDaylight :: UniMgr :: CLI'>
34       <feature version="${project.version}">odl-unimgr</feature>
35       <bundle>mvn:org.opendaylight.unimgr/unimgr-cli/{{VERSION}}</bundle>
36   </feature>
37
38   <feature name='odl-unimgr-rest' version='${project.version}' description='OpenDaylight :: UniMgr :: REST'>
39     <feature version="${project.version}">odl-unimgr</feature>
40     <feature version="${restconf.version}">odl-restconf</feature>
41   </feature>
42
43   <feature name='odl-unimgr-ui' version='${project.version}' description='OpenDaylight :: UniMgr :: UI'>
44     <feature version="${project.version}">odl-unimgr-rest</feature>
45     <feature version="${project.version}">odl-unimgr-console</feature>
46     <feature version="${restconf.version}">odl-mdsal-apidocs</feature>
47     <feature version="${mdsal.version}">odl-mdsal-xsql</feature>
48     <feature version="${dlux.version}">odl-dlux-all</feature>
49   </feature>
50
51 </features>