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