Iovisor renderer REST client
[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/${aaa.version}/xml/features</repository>
34
35     <!-- The common GBP components -->
36     <feature name='odl-groupbasedpolicy-base' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: Base Copmonents'>
37         <feature version="${controller.mdsal.version}">odl-mdsal-broker</feature>
38         <feature version='${mdsal.version}'>odl-mdsal-binding-base</feature>
39         <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
40         <bundle>mvn:org.opendaylight.groupbasedpolicy/groupbasedpolicy/{{VERSION}}</bundle>
41         <configfile finalname="${config.configfile.directory}/15-groupbasedpolicy-base.xml">mvn:org.opendaylight.groupbasedpolicy/groupbasedpolicy/{{VERSION}}/xml/config</configfile>
42     </feature>
43
44     <!--
45         The OpenFlow Overlay renderer.
46
47         This can be added to the base to enable a
48         Network Virtualization behavior using OpenFlow
49     -->
50     <feature name='odl-groupbasedpolicy-ofoverlay' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: OpenFlow Overlay Renderer'>
51         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
52         <feature version="${openflowplugin.version}">odl-openflowplugin-flow-services</feature>
53         <feature version='${openflowplugin.version}'>odl-openflowplugin-nxm-extensions</feature>
54         <feature version='${ovsdb.southbound.version}'>odl-ovsdb-southbound-impl</feature>
55         <feature version='${sfc.version}'>odl-sfcofl2</feature>
56         <feature version='${sfc.version}'>odl-sfc-ui</feature>
57         <bundle>mvn:commons-net/commons-net/{{VERSION}}</bundle>
58         <bundle>mvn:org.opendaylight.groupbasedpolicy/ofoverlay-renderer/{{VERSION}}</bundle>
59         <configfile finalname="${config.configfile.directory}/15-groupbasedpolicy-ofoverlay.xml">mvn:org.opendaylight.groupbasedpolicy/ofoverlay-renderer/{{VERSION}}/xml/config</configfile>
60     </feature>
61
62     <!--
63         The OpenFlow Overlay renderer with SFC.
64
65         This can be added to the base to enable a
66         Network Virtualization behavior using OpenFlow that integrates with the SFC project
67     -->
68     <feature name='odl-groupbasedpolicy-ovssfc' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: OpenFlow Overlay SFC Renderer'>
69         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
70         <feature version="${openflowplugin.version}">odl-openflowplugin-flow-services</feature>
71         <feature version='${openflowplugin.version}'>odl-openflowplugin-nxm-extensions</feature>
72         <feature version='${ovsdb.southbound.version}'>odl-ovsdb-southbound-impl</feature>
73         <feature version='${sfc.version}'>odl-sfcofl2</feature>
74         <feature version='${sfc.version}'>odl-sfc-ui</feature>
75         <bundle>mvn:commons-net/commons-net/{{VERSION}}</bundle>
76         <bundle>mvn:org.opendaylight.groupbasedpolicy/ovssfc-renderer/{{VERSION}}</bundle>
77         <configfile finalname="${config.configfile.directory}/15-groupbasedpolicy-ovssfc.xml">mvn:org.opendaylight.groupbasedpolicy/ovssfc-renderer/{{VERSION}}/xml/config</configfile>
78     </feature>
79
80     <!--
81         The FAAS renderer.
82
83         This renderer maps GBP service model to the common abstraction logical network models
84         of the Fabric As A Service (FAAS). In turns, FAAS maps those abstraction
85         models to the physical networks.
86     -->
87     <feature name='odl-groupbasedpolicy-faas' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: Fabric As A Service Renderer'>
88         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
89         <feature version='${faas.version}'>odl-faas-uln-mapper</feature>
90         <bundle>mvn:org.opendaylight.groupbasedpolicy/faas-renderer/{{VERSION}}</bundle>
91         <configfile finalname="${config.configfile.directory}/15-groupbasedpolicy-faas.xml">mvn:org.opendaylight.groupbasedpolicy/faas-renderer/{{VERSION}}/xml/config</configfile>
92     </feature>
93
94     <!--
95         The IOVisor renderer.
96
97         This renderer maps GBP service model to agents of the IOVisor Linux Foundation project.
98     -->
99     <feature name='odl-groupbasedpolicy-iovisor' version='${project.version}'
100         description='OpenDaylight :: groupbasedpolicy :: IOVisor Renderer'>
101         <feature>war</feature>
102         <feature version='${aaa.version}'>odl-aaa-authn</feature>
103         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
104         <feature version="${restconf.version}">odl-restconf</feature>
105         <bundle>mvn:org.opendaylight.groupbasedpolicy/iovisor-renderer/{{VERSION}}</bundle>
106         <bundle>mvn:com.sun.jersey/jersey-core/{{VERSION}}</bundle>
107         <bundle>mvn:com.sun.jersey/jersey-client/{{VERSION}}</bundle>
108         <bundle>mvn:com.google.code.gson/gson/{{VERSION}}</bundle>
109         <configfile finalname="${config.configfile.directory}/15-groupbasedpolicy-iovisor.xml">mvn:org.opendaylight.groupbasedpolicy/iovisor-renderer/{{VERSION}}/xml/config</configfile>
110     </feature>
111
112     <!--
113         The NETCONF renderer.
114
115         This renderer maps GBP service model to NETCONF based network elements.
116     -->
117     <feature name='odl-groupbasedpolicy-netconf' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: NETCONF Renderer'>
118         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
119         <bundle>mvn:org.opendaylight.groupbasedpolicy/netconf-renderer/{{VERSION}}</bundle>
120         <configfile finalname="${config.configfile.directory}/15-groupbasedpolicy-netconf.xml">mvn:org.opendaylight.groupbasedpolicy/netconf-renderer/{{VERSION}}/xml/config</configfile>
121     </feature>
122
123
124     <!--
125          The Neutron provider
126     -->
127     <feature name='odl-groupbasedpolicy-neutronmapper' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: Neutron Mapper mapps neutron APIs to GBP APIs '>
128         <feature version="${neutron.version}">odl-neutron-service</feature>
129         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
130         <feature version="${project.version}">odl-groupbasedpolicy-ofoverlay</feature>
131         <bundle>mvn:org.opendaylight.groupbasedpolicy/neutron-mapper/{{VERSION}}</bundle>
132         <bundle>mvn:org.opendaylight.groupbasedpolicy/neutron-ovsdb/{{VERSION}}</bundle>
133         <configfile finalname="${config.configfile.directory}/15-neutron-mapper.xml">mvn:org.opendaylight.groupbasedpolicy/neutron-mapper/{{VERSION}}/xml/config</configfile>
134         <configfile finalname="${config.configfile.directory}/15-neutron-ovsdb.xml">mvn:org.opendaylight.groupbasedpolicy/neutron-ovsdb/{{VERSION}}/xml/config</configfile>
135     </feature>
136
137     <!--
138          The UI Backend
139     -->
140     <feature name='odl-groupbasedpolicy-uibackend' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: UI Backend provides APIs for UI '>
141         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
142         <feature version="${restconf.version}">odl-restconf</feature>
143         <bundle>mvn:org.opendaylight.groupbasedpolicy/ui-backend/{{VERSION}}</bundle>
144         <configfile finalname="${config.configfile.directory}/15-ui-backend.xml">mvn:org.opendaylight.groupbasedpolicy/ui-backend/{{VERSION}}/xml/config</configfile>
145     </feature>
146
147     <!--
148          UI
149     -->
150     <feature name='odl-groupbasedpolicy-ui' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: DLUX UI '>
151         <feature version="${dlux.version}">odl-dlux-core</feature>
152         <feature version="${dlux.version}">odl-dlux-yangvisualizer</feature>
153         <feature version="${project.version}">odl-groupbasedpolicy-uibackend</feature>
154         <bundle>mvn:org.opendaylight.groupbasedpolicy/groupbasedpolicy-ui-bundle/{{VERSION}}</bundle>
155     </feature>
156 </features>