046346d82709138b94327f33ef01c6dcaad90633
[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
37     <!-- The common GBP components -->
38     <feature name='odl-groupbasedpolicy-base' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: Base Copmonents'>
39         <feature version="${controller.mdsal.version}">odl-mdsal-broker</feature>
40         <feature version='${mdsal.version}'>odl-mdsal-binding-base</feature>
41         <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
42         <bundle>mvn:commons-net/commons-net/{{VERSION}}</bundle>
43         <bundle>mvn:org.opendaylight.groupbasedpolicy/groupbasedpolicy/{{VERSION}}</bundle>
44         <configfile finalname="${config.configfile.directory}/15-groupbasedpolicy-base.xml">mvn:org.opendaylight.groupbasedpolicy/groupbasedpolicy/{{VERSION}}/xml/config</configfile>
45     </feature>
46
47     <!--
48         The OpenFlow Overlay renderer.
49
50         This can be added to the base to enable a
51         Network Virtualization behavior using OpenFlow
52     -->
53     <feature name='odl-groupbasedpolicy-ofoverlay' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: OpenFlow Overlay Renderer'>
54         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
55         <feature version="${openflowplugin.version}">odl-openflowplugin-flow-services</feature>
56         <feature version='${openflowplugin.version}'>odl-openflowplugin-nxm-extensions</feature>
57         <feature version='${ovsdb.southbound.version}'>odl-ovsdb-southbound-impl</feature>
58         <feature version='${sfc.version}'>odl-sfcofl2</feature>
59         <feature version='${sfc.version}'>odl-sfc-ui</feature>
60         <bundle>mvn:commons-net/commons-net/{{VERSION}}</bundle>
61         <bundle>mvn:org.opendaylight.groupbasedpolicy/ofoverlay-renderer/{{VERSION}}</bundle>
62         <bundle>mvn:com.sun.jersey/jersey-core/{{VERSION}}</bundle>
63         <bundle>mvn:com.sun.jersey/jersey-client/{{VERSION}}</bundle>
64         <bundle>mvn:com.google.code.gson/gson/{{VERSION}}</bundle>
65         <configfile finalname="${config.configfile.directory}/15-groupbasedpolicy-ofoverlay.xml">mvn:org.opendaylight.groupbasedpolicy/ofoverlay-renderer/{{VERSION}}/xml/config</configfile>
66     </feature>
67
68     <!--
69         The OpenFlow Overlay renderer with SFC.
70
71         This can be added to the base to enable a
72         Network Virtualization behavior using OpenFlow that integrates with the SFC project
73     -->
74     <feature name='odl-groupbasedpolicy-ovssfc' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: OpenFlow Overlay SFC Renderer'>
75         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
76         <feature version="${openflowplugin.version}">odl-openflowplugin-flow-services</feature>
77         <feature version='${openflowplugin.version}'>odl-openflowplugin-nxm-extensions</feature>
78         <feature version='${ovsdb.southbound.version}'>odl-ovsdb-southbound-impl</feature>
79         <feature version='${sfc.version}'>odl-sfcofl2</feature>
80         <feature version='${sfc.version}'>odl-sfc-ui</feature>
81         <bundle>mvn:commons-net/commons-net/{{VERSION}}</bundle>
82         <bundle>mvn:org.opendaylight.groupbasedpolicy/ovssfc-renderer/{{VERSION}}</bundle>
83         <configfile finalname="${config.configfile.directory}/15-groupbasedpolicy-ovssfc.xml">mvn:org.opendaylight.groupbasedpolicy/ovssfc-renderer/{{VERSION}}/xml/config</configfile>
84     </feature>
85
86     <!--
87         The FAAS renderer.
88
89         This renderer maps GBP service model to the common abstraction logical network models
90         of the Fabric As A Service (FAAS). In turns, FAAS maps those abstraction
91         models to the physical networks.
92     -->
93     <feature name='odl-groupbasedpolicy-faas' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: Fabric As A Service Renderer'>
94         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
95         <feature version='${faas.version}'>odl-faas-uln-mapper</feature>
96         <bundle>mvn:org.opendaylight.groupbasedpolicy/faas-renderer/{{VERSION}}</bundle>
97         <configfile finalname="${config.configfile.directory}/15-groupbasedpolicy-faas.xml">mvn:org.opendaylight.groupbasedpolicy/faas-renderer/{{VERSION}}/xml/config</configfile>
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='OpenDaylight :: 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='OpenDaylight :: 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='OpenDaylight :: 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.neutron/dummyprovider/{{VERSION}}</bundle>
136         <bundle>mvn:org.opendaylight.groupbasedpolicy/neutron-mapper/{{VERSION}}</bundle>
137         <configfile finalname="${config.configfile.directory}/15-neutron-mapper.xml">mvn:org.opendaylight.groupbasedpolicy/neutron-mapper/{{VERSION}}/xml/config</configfile>
138     </feature>
139
140     <!--
141          The Neutron provider and OFOVERLAY renderer
142     -->
143     <feature name='odl-groupbasedpolicy-neutron-and-ofoverlay' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: Neutron Mapper mapps neutron APIs to GBP APIs '>
144         <feature version="${project.version}">odl-groupbasedpolicy-ofoverlay</feature>
145         <feature version="${project.version}">odl-groupbasedpolicy-neutronmapper</feature>
146         <bundle>mvn:org.opendaylight.groupbasedpolicy/neutron-ovsdb/{{VERSION}}</bundle>
147         <configfile finalname="${config.configfile.directory}/15-neutron-ovsdb.xml">mvn:org.opendaylight.groupbasedpolicy/neutron-ovsdb/{{VERSION}}/xml/config</configfile>
148     </feature>
149
150     <!--
151          The UI Backend
152     -->
153     <feature name='odl-groupbasedpolicy-uibackend' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: UI Backend provides APIs for UI '>
154         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
155         <feature version="${restconf.version}">odl-restconf</feature>
156         <bundle>mvn:org.opendaylight.groupbasedpolicy/ui-backend/{{VERSION}}</bundle>
157         <configfile finalname="${config.configfile.directory}/15-ui-backend.xml">mvn:org.opendaylight.groupbasedpolicy/ui-backend/{{VERSION}}/xml/config</configfile>
158     </feature>
159
160     <!--
161          UI
162     -->
163     <feature name='odl-groupbasedpolicy-ui' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: DLUX UI '>
164         <feature version="${dlux.version}">odl-dlux-core</feature>
165         <feature version="${dlux.version}">odl-dlux-yangvisualizer</feature>
166         <feature version="${project.version}">odl-groupbasedpolicy-uibackend</feature>
167         <bundle>mvn:org.opendaylight.groupbasedpolicy/groupbasedpolicy-ui-bundle/{{VERSION}}</bundle>
168         <bundle>mvn:org.opendaylight.groupbasedpolicy/groupbasedpolicy-old-ui-bundle/{{VERSION}}</bundle>
169     </feature>
170
171     <!--
172         SXP-MAPPER
173     -->
174     <feature name='odl-groupbasedpolicy-sxp-mapper' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: sxp-mapper'>
175         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
176         <feature version="${sxp.version}">odl-sxp-core</feature>
177         <bundle>mvn:commons-net/commons-net/{{VERSION}}</bundle>
178         <bundle>mvn:org.opendaylight.groupbasedpolicy/sxp-mapper/{{VERSION}}</bundle>
179         <configfile finalname="${config.configfile.directory}/15-groupbasedpolicy-sxp-mapper.xml">mvn:org.opendaylight.groupbasedpolicy/sxp-mapper/{{VERSION}}/xml/config</configfile>
180     </feature>
181
182     <!--
183          NE Location Provider
184     -->
185     <feature name='odl-groupbasedpolicy-ne-location-provider' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: NE location provider'>
186         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
187         <bundle>mvn:org.opendaylight.groupbasedpolicy/ne-location-provider/{{VERSION}}</bundle>
188         <configfile finalname="${config.configfile.directory}/15-ne-location-provider.xml">mvn:org.opendaylight.groupbasedpolicy/ne-location-provider/{{VERSION}}/xml/config</configfile>
189     </feature>
190 </features>