Migrate restconf dependencies
[groupbasedpolicy.git] / features / src / main / resources / 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-groupbasedpolicy-${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     <!-- Repos needed by all -->
15     <repository>mvn:org.opendaylight.yangtools/features-yangtools/${yangtools.version}/xml/features</repository>
16     <repository>mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features</repository>
17
18     <!-- Repos needed by the OpenFlow Overlay renderer -->
19     <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin/${openflowplugin.version}/xml/features</repository>
20     <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin-extension/${openflowplugin.version}/xml/features</repository>
21     <repository>mvn:org.opendaylight.ovsdb/southbound-features/${ovsdb.southbound.version}/xml/features</repository>
22
23
24     <!-- Repos needed by the Neutron Mapper -->
25     <repository>mvn:org.opendaylight.neutron/features-neutron/${neutron.version}/xml/features</repository>
26    <!-- Repos needed by ofoverlay for SFC -->
27     <repository>mvn:org.opendaylight.sfc/features-sfc/${sfc.version}/xml/features</repository>
28     <repository>mvn:org.opendaylight.sfc/features-sfc-sb-rest/${sfc.version}/xml/features</repository>
29     <repository>mvn:org.opendaylight.sfc/features-sfc-netconf/${sfc.version}/xml/features</repository>
30     <!-- Repos needed by the UI Backend -->
31     <repository>mvn:org.opendaylight.netconf/features-restconf/${restconf.version}/xml/features</repository>
32         
33         <!-- Repos needed by the UI -->
34     <repository>mvn:org.opendaylight.dlux/features-dlux/${dlux.version}/xml/features</repository>
35
36     <repository>mvn:org.opendaylight.sfc/features-sfc-ovs/${sfc.version}/xml/features</repository>
37     <repository>mvn:org.opendaylight.sfc/features-sfcofl2/${sfc.version}/xml/features</repository>
38     <!-- The common GBP components -->
39     <feature name='odl-groupbasedpolicy-base' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: Base Copmonents'>
40         <feature version="${mdsal.version}">odl-mdsal-broker</feature>
41         <feature version='${yangtools.version}'>odl-yangtools-binding</feature>
42         <feature version='${yangtools.version}'>odl-yangtools-models</feature>
43         <bundle>mvn:org.opendaylight.groupbasedpolicy/groupbasedpolicy/${project.version}</bundle>
44     </feature>
45
46     <!--
47         The OpenFlow Overlay renderer.
48
49         This can be added to the base to enable a
50         Network Virtualization behavior using OpenFlow
51     -->
52     <feature name='odl-groupbasedpolicy-ofoverlay' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: OpenFlow Overlay Renderer'>
53         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
54         <feature version="${openflowplugin.version}">odl-openflowplugin-flow-services</feature>
55         <feature version='${openflowplugin.version}'>odl-openflowplugin-nxm-extensions</feature>
56         <feature version='${ovsdb.southbound.version}'>odl-ovsdb-southbound-impl</feature>
57         <feature version='${sfc.version}'>odl-sfc-core</feature>
58         <feature version='${sfc.version}'>odl-sfc-test-consumer</feature>
59         <feature version='${sfc.version}'>odl-sfc-sb-rest</feature>
60         <feature version='${sfc.version}'>odl-sfcofl2</feature>
61         <feature version='${sfc.version}'>odl-sfc-ovs</feature>
62         <feature version='${sfc.version}'>odl-sfc-netconf</feature>
63         <feature version='${sfc.version}'>odl-sfc-ui</feature>
64         <bundle>mvn:commons-net/commons-net/${commons.net.version}</bundle>
65         <bundle>mvn:org.opendaylight.groupbasedpolicy/ofoverlay-renderer/${project.version}</bundle>
66         <configfile finalname="${config.configfile.directory}/${config.groupbasedpolicy.ofoverlayconfigfile}">mvn:org.opendaylight.groupbasedpolicy/groupbasedpolicy-ofoverlay-config/${project.version}/xml/config</configfile>
67     </feature>
68
69     <!--
70         The OpFlex renderer.
71
72         This can be added to the base to enable an
73         OpFlex renderer in the controller
74     -->
75     <feature name='odl-groupbasedpolicy-opflex' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: OpFlex Renderer'>
76         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
77         <bundle start="true">mvn:com.fasterxml.jackson.core/jackson-annotations/${jackson.version}</bundle>
78         <bundle start="true">mvn:com.fasterxml.jackson.core/jackson-core/${jackson.version}</bundle>
79         <bundle start="true">mvn:com.fasterxml.jackson.core/jackson-databind/${jackson.version}</bundle>
80         <bundle>mvn:org.opendaylight.groupbasedpolicy/opflex-renderer/${project.version}</bundle>
81         <configfile finalname="${config.configfile.directory}/${config.groupbasedpolicy.opflexconfigfile}">mvn:org.opendaylight.groupbasedpolicy/groupbasedpolicy-opflex-config/${project.version}/xml/config</configfile>
82     </feature>
83
84     <!--
85          The Neutron provider
86     -->
87     <feature name='odl-groupbasedpolicy-neutronmapper' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: Neutron Mapper mapps neutron APIs to GBP APIs '>
88         <feature version="${mdsal.version}">odl-mdsal-broker</feature>
89         <feature version="${neutron.version}">odl-neutron-service</feature>
90         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
91         <feature version="${project.version}">odl-groupbasedpolicy-ofoverlay</feature>
92         <bundle>mvn:org.opendaylight.groupbasedpolicy/neutron-mapper/${project.version}</bundle>
93         <bundle>mvn:org.opendaylight.groupbasedpolicy/neutron-ovsdb/${project.version}</bundle>
94         <configfile finalname="${config.configfile.directory}/${config.groupbasedpolicy.neutronmapperconfigfile}">mvn:org.opendaylight.groupbasedpolicy/neutron-mapper-config/${project.version}/xml/config</configfile>
95         <configfile finalname="${config.configfile.directory}/${config.groupbasedpolicy.neutronovsdbconfigfile}">mvn:org.opendaylight.groupbasedpolicy/neutron-ovsdb-config/${project.version}/xml/config</configfile>
96     </feature>
97
98     <!--
99          The UI Backend
100     -->
101     <feature name='odl-groupbasedpolicy-uibackend' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: UI Backend provides APIs for UI '>
102         <feature version="${mdsal.version}">odl-mdsal-broker</feature>
103         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
104         <feature version="${restconf.version}">odl-restconf</feature>
105         <bundle>mvn:org.opendaylight.groupbasedpolicy/ui-backend/${project.version}</bundle>
106         <configfile finalname="${config.configfile.directory}/${config.groupbasedpolicy.uibackendconfigfile}">mvn:org.opendaylight.groupbasedpolicy/ui-backend-config/${project.version}/xml/config</configfile>
107     </feature>
108         
109     <!--
110          UI
111     -->
112     <feature name='odl-groupbasedpolicy-ui' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: DLUX UI '>
113         <feature version="${dlux.version}">odl-dlux-core</feature>
114         <feature version="${dlux.version}">odl-dlux-yangvisualizer</feature>
115         <feature version="${project.version}">odl-groupbasedpolicy-uibackend</feature>
116         <bundle>mvn:org.opendaylight.groupbasedpolicy/groupbasedpolicy-ui-bundle/${project.version}</bundle>
117     </feature>
118 </features>