c1497cd6a2b8904a9069faf09c41fa9ae1942e87
[groupbasedpolicy.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-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.mdsal/features-mdsal/{{VERSION}}/xml/features</repository>
16     <repository>mvn:org.opendaylight.controller/features-mdsal/{{VERSION}}/xml/features</repository>
17     <repository>mvn:org.opendaylight.mdsal.model/features-mdsal-model/{{VERSION}}/xml/features</repository>
18     <!-- Repos needed by the OpenFlow Overlay renderer -->
19     <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin/{{VERSION}}/xml/features</repository>
20     <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin-extension/{{VERSION}}/xml/features</repository>
21     <repository>mvn:org.opendaylight.ovsdb/southbound-features/{{VERSION}}/xml/features</repository>
22     <!-- Repos needed by the Fabric As A Service (FAAS) renderer -->
23     <repository>mvn:org.opendaylight.faas/features-faas/{{VERSION}}/xml/features</repository>
24     <!-- Repos needed by the Neutron Mapper -->
25     <repository>mvn:org.opendaylight.neutron/features-neutron/{{VERSION}}/xml/features</repository>
26     <!-- Repos needed by ofoverlay for SFC -->
27     <repository>mvn:org.opendaylight.sfc/features-sfc/{{VERSION}}/xml/features</repository>
28     <!-- Repos needed by the UI Backend -->
29     <repository>mvn:org.opendaylight.netconf/features-restconf/{{VERSION}}/xml/features</repository>
30     <!-- Repos needed by the UI -->
31     <repository>mvn:org.opendaylight.dlux/features-dlux/{{VERSION}}/xml/features</repository>
32     <!-- Repos needed by IOvisor Renderer -->
33     <repository>mvn:org.opendaylight.aaa/features-aaa-shiro/${aaa.version}/xml/features</repository>
34     <!-- Repos needed by sxp-mapper -->
35     <repository>mvn:org.opendaylight.sxp/features/${sxp.version}/xml/features</repository>
36     <!-- Repos needed by iosxe renderer -->
37     <repository>mvn:org.opendaylight.netconf/features-netconf-connector/${netconf.version}/xml/features</repository>
38
39     <!-- The common GBP components -->
40     <feature name='odl-groupbasedpolicy-base' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: Base Copmonents'>
41         <feature version="${controller.mdsal.version}">odl-mdsal-broker</feature>
42         <feature version='${mdsal.version}'>odl-mdsal-binding-base</feature>
43         <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
44         <bundle>mvn:commons-net/commons-net/{{VERSION}}</bundle>
45         <bundle>mvn:org.opendaylight.groupbasedpolicy/groupbasedpolicy/{{VERSION}}</bundle>
46         <configfile finalname="${config.configfile.directory}/15-groupbasedpolicy-base.xml">mvn:org.opendaylight.groupbasedpolicy/groupbasedpolicy/{{VERSION}}/xml/config</configfile>
47     </feature>
48
49     <!--
50         The OpenFlow Overlay renderer.
51
52         This can be added to the base to enable a
53         Network Virtualization behavior using OpenFlow
54     -->
55     <feature name='odl-groupbasedpolicy-ofoverlay' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: OpenFlow Overlay Renderer'>
56         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
57         <feature version="${openflowplugin.version}">odl-openflowplugin-flow-services</feature>
58         <feature version='${openflowplugin.version}'>odl-openflowplugin-nxm-extensions</feature>
59         <feature version='${ovsdb.southbound.version}'>odl-ovsdb-southbound-impl</feature>
60         <feature version='${sfc.version}'>odl-sfcofl2</feature>
61         <feature version='${sfc.version}'>odl-sfc-ui</feature>
62         <bundle>mvn:commons-net/commons-net/{{VERSION}}</bundle>
63         <bundle>mvn:org.opendaylight.groupbasedpolicy/ofoverlay-renderer/{{VERSION}}</bundle>
64         <bundle>mvn:com.sun.jersey/jersey-core/{{VERSION}}</bundle>
65         <bundle>mvn:com.sun.jersey/jersey-client/{{VERSION}}</bundle>
66         <bundle>mvn:com.google.code.gson/gson/{{VERSION}}</bundle>
67         <configfile finalname="${config.configfile.directory}/15-groupbasedpolicy-ofoverlay.xml">mvn:org.opendaylight.groupbasedpolicy/ofoverlay-renderer/{{VERSION}}/xml/config</configfile>
68     </feature>
69
70     <!--
71         The OpenFlow Overlay renderer with SFC.
72
73         This can be added to the base to enable a
74         Network Virtualization behavior using OpenFlow that integrates with the SFC project
75     -->
76     <feature name='odl-groupbasedpolicy-ovssfc' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: OpenFlow Overlay SFC Renderer'>
77         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
78         <feature version="${openflowplugin.version}">odl-openflowplugin-flow-services</feature>
79         <feature version='${openflowplugin.version}'>odl-openflowplugin-nxm-extensions</feature>
80         <feature version='${ovsdb.southbound.version}'>odl-ovsdb-southbound-impl</feature>
81         <feature version='${sfc.version}'>odl-sfcofl2</feature>
82         <feature version='${sfc.version}'>odl-sfc-ui</feature>
83         <bundle>mvn:commons-net/commons-net/{{VERSION}}</bundle>
84         <bundle>mvn:org.opendaylight.groupbasedpolicy/ovssfc-renderer/{{VERSION}}</bundle>
85         <configfile finalname="${config.configfile.directory}/15-groupbasedpolicy-ovssfc.xml">mvn:org.opendaylight.groupbasedpolicy/ovssfc-renderer/{{VERSION}}/xml/config</configfile>
86     </feature>
87
88     <!--
89         The FAAS renderer.
90
91         This renderer maps GBP service model to the common abstraction logical network models
92         of the Fabric As A Service (FAAS). In turns, FAAS maps those abstraction
93         models to the physical networks.
94     -->
95     <feature name='odl-groupbasedpolicy-faas' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: Fabric As A Service Renderer'>
96         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
97         <feature version='${faas.version}'>odl-faas-uln-mapper</feature>
98         <bundle>mvn:org.opendaylight.groupbasedpolicy/faas-renderer/{{VERSION}}</bundle>
99         <configfile finalname="${config.configfile.directory}/15-groupbasedpolicy-faas.xml">mvn:org.opendaylight.groupbasedpolicy/faas-renderer/{{VERSION}}/xml/config</configfile>
100     </feature>
101
102     <!--
103         The IOVisor renderer.
104
105         This renderer maps GBP service model to agents of the IOVisor Linux Foundation project.
106     -->
107     <feature name='odl-groupbasedpolicy-iovisor' version='${project.version}'
108              description='OpenDaylight :: groupbasedpolicy :: IOVisor Renderer'>
109         <feature>war</feature>
110         <feature version='${aaa.version}'>odl-aaa-shiro</feature>
111         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
112         <feature version="${restconf.version}">odl-restconf</feature>
113         <bundle>mvn:org.opendaylight.groupbasedpolicy/iovisor-renderer/{{VERSION}}</bundle>
114         <bundle>mvn:com.sun.jersey/jersey-core/{{VERSION}}</bundle>
115         <bundle>mvn:com.sun.jersey/jersey-client/{{VERSION}}</bundle>
116         <bundle>mvn:com.google.code.gson/gson/{{VERSION}}</bundle>
117         <configfile finalname="${config.configfile.directory}/15-groupbasedpolicy-iovisor.xml">mvn:org.opendaylight.groupbasedpolicy/iovisor-renderer/{{VERSION}}/xml/config</configfile>
118     </feature>
119
120     <!--
121         The NETCONF renderer.
122
123         This renderer maps GBP service model to NETCONF based network elements.
124     -->
125     <feature name='odl-groupbasedpolicy-netconf' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: NETCONF Renderer'>
126         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
127         <bundle>mvn:org.opendaylight.groupbasedpolicy/netconf-renderer/{{VERSION}}</bundle>
128         <configfile finalname="${config.configfile.directory}/15-groupbasedpolicy-netconf.xml">mvn:org.opendaylight.groupbasedpolicy/netconf-renderer/{{VERSION}}/xml/config</configfile>
129     </feature>
130
131     <!--
132          The Neutron provider
133     -->
134     <feature name='odl-groupbasedpolicy-neutronmapper' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: Neutron Mapper mapps neutron APIs to GBP APIs '>
135         <feature version="${neutron.version}">odl-neutron-service</feature>
136         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
137         <bundle>mvn:org.opendaylight.groupbasedpolicy/l2-l3-domain-extension/{{VERSION}}</bundle>
138         <bundle>mvn:org.opendaylight.neutron/dummyprovider/{{VERSION}}</bundle>
139         <bundle>mvn:org.opendaylight.groupbasedpolicy/neutron-mapper/{{VERSION}}</bundle>
140         <configfile finalname="${config.configfile.directory}/15-l2-l3-domain-extension.xml">mvn:org.opendaylight.groupbasedpolicy/l2-l3-domain-extension/{{VERSION}}/xml/config</configfile>
141         <configfile finalname="${config.configfile.directory}/15-neutron-mapper.xml">mvn:org.opendaylight.groupbasedpolicy/neutron-mapper/{{VERSION}}/xml/config</configfile>
142     </feature>
143
144     <!--
145          The Neutron provider and OFOVERLAY renderer
146     -->
147     <feature name='odl-groupbasedpolicy-neutron-and-ofoverlay' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: Neutron Mapper mapps neutron APIs to GBP APIs '>
148         <feature version="${project.version}">odl-groupbasedpolicy-ofoverlay</feature>
149         <feature version="${project.version}">odl-groupbasedpolicy-neutronmapper</feature>
150         <bundle>mvn:org.opendaylight.groupbasedpolicy/neutron-ovsdb/{{VERSION}}</bundle>
151         <configfile finalname="${config.configfile.directory}/15-neutron-ovsdb.xml">mvn:org.opendaylight.groupbasedpolicy/neutron-ovsdb/{{VERSION}}/xml/config</configfile>
152     </feature>
153
154     <!--
155         The VPP renderer
156     -->
157     <feature name='odl-groupbasedpolicy-vpp' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: VPP renderer '>
158         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
159         <feature version="${netconf.version}">odl-netconf-topology</feature>
160         <bundle>mvn:org.opendaylight.groupbasedpolicy/l2-l3-domain-extension/{{VERSION}}</bundle>
161         <bundle>mvn:org.opendaylight.groupbasedpolicy/vpp-renderer/{{VERSION}}</bundle>
162         <configfile finalname="${config.configfile.directory}/15-l2-l3-domain-extension.xml">mvn:org.opendaylight.groupbasedpolicy/l2-l3-domain-extension/{{VERSION}}/xml/config</configfile>
163         <configfile finalname="${config.configfile.directory}/15-vpp-renderer.xml">mvn:org.opendaylight.groupbasedpolicy/vpp-renderer/{{VERSION}}/xml/config</configfile>
164     </feature>
165
166     <!--
167         The Neutron-VPP provider
168     -->
169     <feature name='odl-groupbasedpolicy-neutron-vpp-mapper' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: Neutron Mapper mapps neutron APIs to GBP APIs '>
170         <feature version="${project.version}">odl-groupbasedpolicy-neutronmapper</feature>
171         <feature version="${project.version}">odl-groupbasedpolicy-vpp</feature>
172         <bundle>mvn:org.opendaylight.groupbasedpolicy/neutron-vpp-mapper/{{VERSION}}</bundle>
173         <configfile finalname="${config.configfile.directory}/15-neutron-vpp-mapper.xml">mvn:org.opendaylight.groupbasedpolicy/neutron-vpp-mapper/{{VERSION}}/xml/config</configfile>
174     </feature>
175
176     <!--
177          The UI Backend
178     -->
179     <feature name='odl-groupbasedpolicy-uibackend' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: UI Backend provides APIs for UI '>
180         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
181         <feature version="${restconf.version}">odl-restconf</feature>
182         <bundle>mvn:org.opendaylight.groupbasedpolicy/ui-backend/{{VERSION}}</bundle>
183         <configfile finalname="${config.configfile.directory}/15-ui-backend.xml">mvn:org.opendaylight.groupbasedpolicy/ui-backend/{{VERSION}}/xml/config</configfile>
184     </feature>
185
186     <!--
187          UI
188     -->
189     <feature name='odl-groupbasedpolicy-ui' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: DLUX UI '>
190         <feature version="${dlux.version}">odl-dlux-core</feature>
191         <feature version="${dlux.version}">odl-dlux-yangvisualizer</feature>
192         <feature version="${project.version}">odl-groupbasedpolicy-uibackend</feature>
193         <bundle>mvn:org.opendaylight.groupbasedpolicy/groupbasedpolicy-ui-bundle/{{VERSION}}</bundle>
194         <bundle>mvn:org.opendaylight.groupbasedpolicy/groupbasedpolicy-old-ui-bundle/{{VERSION}}</bundle>
195     </feature>
196
197     <!--
198         SXP-MAPPER
199     -->
200     <feature name='odl-groupbasedpolicy-sxp-mapper' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: sxp-mapper'>
201         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
202         <feature version="${sxp.version}">odl-sxp-core</feature>
203         <bundle>mvn:org.opendaylight.groupbasedpolicy/l2-l3-domain-extension/{{VERSION}}</bundle>
204         <bundle>mvn:commons-net/commons-net/{{VERSION}}</bundle>
205         <bundle>mvn:org.opendaylight.groupbasedpolicy/sxp-mapper/{{VERSION}}</bundle>
206         <configfile finalname="${config.configfile.directory}/15-l2-l3-domain-extension.xml">mvn:org.opendaylight.groupbasedpolicy/l2-l3-domain-extension/{{VERSION}}/xml/config</configfile>
207         <configfile finalname="${config.configfile.directory}/15-groupbasedpolicy-sxp-mapper.xml">mvn:org.opendaylight.groupbasedpolicy/sxp-mapper/{{VERSION}}/xml/config</configfile>
208     </feature>
209
210     <!--
211          NE Location Provider
212     -->
213     <feature name='odl-groupbasedpolicy-ne-location-provider' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: NE location provider'>
214         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
215         <bundle>mvn:org.opendaylight.groupbasedpolicy/l2-l3-domain-extension/{{VERSION}}</bundle>
216         <bundle>mvn:org.opendaylight.groupbasedpolicy/ne-location-provider/{{VERSION}}</bundle>
217         <configfile finalname="${config.configfile.directory}/15-l2-l3-domain-extension.xml">mvn:org.opendaylight.groupbasedpolicy/l2-l3-domain-extension/{{VERSION}}/xml/config</configfile>
218         <configfile finalname="${config.configfile.directory}/15-ne-location-provider.xml">mvn:org.opendaylight.groupbasedpolicy/ne-location-provider/{{VERSION}}/xml/config</configfile>
219     </feature>
220
221     <!--
222        IOS-XE renderer
223     -->
224     <feature name='odl-groupbasedpolicy-ios-xe' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: ios-xe renderer'>
225         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
226         <feature version="${sfc.version}">odl-sfc-provider</feature>
227         <feature version="${sxp.version}">odl-sxp-core</feature>
228         <feature version="${netconf.version}">odl-netconf-topology</feature>
229         <bundle>mvn:org.opendaylight.groupbasedpolicy/l2-l3-domain-extension/{{VERSION}}</bundle>
230         <bundle>mvn:org.opendaylight.groupbasedpolicy/sxp-mapper/{{VERSION}}</bundle>
231         <bundle>mvn:org.opendaylight.groupbasedpolicy/ios-xe-renderer/{{VERSION}}</bundle>
232         <configfile finalname="${config.configfile.directory}/15-l2-l3-domain-extension.xml">mvn:org.opendaylight.groupbasedpolicy/l2-l3-domain-extension/{{VERSION}}/xml/config</configfile>
233         <configfile finalname="${config.configfile.directory}/15-groupbasedpolicy-ios-xe-renderer.xml">mvn:org.opendaylight.groupbasedpolicy/ios-xe-renderer/{{VERSION}}/xml/config</configfile>
234     </feature>
235 </features>