eb688922331beb058e6162459dfe8408626bf02a
[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 -->
29     <repository>mvn:org.opendaylight.dlux/features-dlux/{{VERSION}}/xml/features</repository>
30     <!-- Repos needed by IOvisor Renderer -->
31     <repository>mvn:org.opendaylight.aaa/features-aaa-shiro/${aaa.version}/xml/features</repository>
32     <!-- Repos needed by sxp-integration -->
33     <repository>mvn:org.opendaylight.sxp/features/${sxp.version}/xml/features</repository>
34     <!-- Repos needed by iosxe renderer -->
35     <repository>mvn:org.opendaylight.netconf/features-netconf-connector/${netconf.version}/xml/features</repository>
36     <!-- Repos needed by vpp renderer -->
37     <repository>mvn:org.opendaylight.honeycomb.vbd/vbd-features/${vbd.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.groupbasedpolicy/neutron-mapper/{{VERSION}}</bundle>
139         <configfile finalname="${config.configfile.directory}/15-l2-l3-domain-extension.xml">mvn:org.opendaylight.groupbasedpolicy/l2-l3-domain-extension/{{VERSION}}/xml/config</configfile>
140         <configfile finalname="${config.configfile.directory}/15-neutron-mapper.xml">mvn:org.opendaylight.groupbasedpolicy/neutron-mapper/{{VERSION}}/xml/config</configfile>
141     </feature>
142
143     <!--
144          The Neutron provider and OFOVERLAY renderer
145     -->
146     <feature name='odl-groupbasedpolicy-neutron-and-ofoverlay' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: Neutron Mapper mapps neutron APIs to GBP APIs '>
147         <feature version="${project.version}">odl-groupbasedpolicy-ofoverlay</feature>
148         <feature version="${project.version}">odl-groupbasedpolicy-neutronmapper</feature>
149         <bundle>mvn:org.opendaylight.groupbasedpolicy/neutron-ovsdb/{{VERSION}}</bundle>
150         <configfile finalname="${config.configfile.directory}/15-neutron-ovsdb.xml">mvn:org.opendaylight.groupbasedpolicy/neutron-ovsdb/{{VERSION}}/xml/config</configfile>
151     </feature>
152
153     <!--
154         The VPP renderer
155     -->
156     <feature name='odl-groupbasedpolicy-vpp' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: VPP renderer '>
157         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
158         <feature version="${netconf.version}">odl-netconf-topology</feature>
159         <feature version="${vbd.version}">odl-vbd-api</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          UI
178     -->
179     <feature name='odl-groupbasedpolicy-ui' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: DLUX UI '>
180         <feature version="${dlux.version}">odl-dlux-core</feature>
181         <bundle>mvn:org.opendaylight.groupbasedpolicy/groupbasedpolicy-ui-bundle/{{VERSION}}</bundle>
182     </feature>
183
184     <!--
185          NE Location Provider
186     -->
187     <feature name='odl-groupbasedpolicy-ne-location-provider' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: NE location provider'>
188         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
189         <bundle>mvn:org.opendaylight.groupbasedpolicy/l2-l3-domain-extension/{{VERSION}}</bundle>
190         <bundle>mvn:org.opendaylight.groupbasedpolicy/ne-location-provider/{{VERSION}}</bundle>
191         <configfile finalname="${config.configfile.directory}/15-l2-l3-domain-extension.xml">mvn:org.opendaylight.groupbasedpolicy/l2-l3-domain-extension/{{VERSION}}/xml/config</configfile>
192         <configfile finalname="${config.configfile.directory}/15-ne-location-provider.xml">mvn:org.opendaylight.groupbasedpolicy/ne-location-provider/{{VERSION}}/xml/config</configfile>
193     </feature>
194
195     <!--
196        IOS-XE renderer
197     -->
198     <feature name='odl-groupbasedpolicy-ios-xe' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: ios-xe renderer'>
199         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
200         <feature version="${project.version}">odl-groupbasedpolicy-sxp-ep-provider</feature>
201         <feature version="${sfc.version}">odl-sfc-provider</feature>
202         <feature version="${sxp.version}">odl-sxp-core</feature>
203         <feature version="${netconf.version}">odl-netconf-topology</feature>
204         <bundle>mvn:org.opendaylight.groupbasedpolicy/l2-l3-domain-extension/{{VERSION}}</bundle>
205         <bundle>mvn:org.opendaylight.groupbasedpolicy/ios-xe-renderer/{{VERSION}}</bundle>
206         <configfile finalname="${config.configfile.directory}/15-groupbasedpolicy-ios-xe-renderer.xml">mvn:org.opendaylight.groupbasedpolicy/ios-xe-renderer/{{VERSION}}/xml/config</configfile>
207     </feature>
208
209     <!--
210        GBP-SXP integration : ep-provider
211    -->
212     <feature name='odl-groupbasedpolicy-sxp-ep-provider' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: sxp ep provider'>
213         <feature version="${sxp.version}">odl-sxp-core</feature>
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/sxp-ep-provider/{{VERSION}}</bundle>
217         <configfile finalname="${config.configfile.directory}/15-groupbasedpolicy-sxp-ep-provider.xml">mvn:org.opendaylight.groupbasedpolicy/sxp-ep-provider/{{VERSION}}/xml/config</configfile>
218     </feature>
219     <feature name='odl-groupbasedpolicy-sxp-mapper' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: sxp-mapper'>
220         <!-- TODO: remove later - this is temporary "feature-forwarding" in order to keep integration feature test working -->
221         <feature version="${project.version}">odl-groupbasedpolicy-sxp-ep-provider</feature>
222     </feature>
223
224     <!--
225        GBP-SXP integration : ise-adapter
226    -->
227     <feature name='odl-groupbasedpolicy-sxp-ise-adapter' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: sxp ise adapter'>
228         <feature version="${project.version}">odl-groupbasedpolicy-sxp-ep-provider</feature>
229         <bundle>mvn:com.sun.jersey/jersey-client/{{VERSION}}</bundle>
230         <bundle>mvn:com.sun.jersey/jersey-core/{{VERSION}}</bundle>
231         <bundle>mvn:org.opendaylight.groupbasedpolicy/sxp-ise-adapter/{{VERSION}}</bundle>
232         <configfile finalname="${config.configfile.directory}/16-groupbasedpolicy-sxp-ise-adapter.xml">mvn:org.opendaylight.groupbasedpolicy/sxp-ise-adapter/{{VERSION}}/xml/config</configfile>
233     </feature>
234
235 </features>