59a12907766d1b38dd8400e4142aee5db2c89709
[groupbasedpolicy.git] / features / src / main / resources / 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.yangtools/features-yangtools/${yangtools.version}/xml/features</repository>
16     <repository>mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features</repository>
17
18     <!-- Repos needed by the OpenFlow Overlay renderer -->
19     <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin/${openflowplugin.version}/xml/features</repository>
20     <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin-extension/${openflowplugin.version}/xml/features</repository>
21     <repository>mvn:org.opendaylight.ovsdb/southbound-features/${ovsdb.southbound.version}/xml/features</repository>
22
23
24     <!-- Repos needed by the Neutron Mapper -->
25     <repository>mvn:org.opendaylight.neutron/features-neutron/${neutron.version}/xml/features</repository>
26    <!-- Repos needed by ofoverlay for SFC -->
27     <repository>mvn:org.opendaylight.sfc/features-sfc/${sfc.version}/xml/features</repository>
28     <repository>mvn:org.opendaylight.sfc/features-sfc-sb-rest/${sfc.version}/xml/features</repository>
29     <repository>mvn:org.opendaylight.sfc/features-sfc-netconf/${sfc.version}/xml/features</repository>
30     <!-- Repos needed by the UI Backend -->
31     <repository>mvn:org.opendaylight.controller/features-restconf/${restconf.version}/xml/features</repository>
32         
33         <!-- Repos needed by the UI -->
34     <repository>mvn:org.opendaylight.dlux/features-dlux/${dlux.version}/xml/features</repository>
35
36     <repository>mvn:org.opendaylight.sfc/features-sfc-ovs/${sfc.version}/xml/features</repository>
37     <repository>mvn:org.opendaylight.sfc/features-sfcofl2/${sfc.version}/xml/features</repository>
38     <!-- The common GBP components -->
39     <feature name='odl-groupbasedpolicy-base' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: Base Copmonents'>
40         <feature version="${mdsal.version}">odl-mdsal-broker</feature>
41         <feature version='${yangtools.version}'>odl-yangtools-binding</feature>
42         <feature version='${yangtools.version}'>odl-yangtools-models</feature>
43         <bundle>mvn:org.opendaylight.groupbasedpolicy/groupbasedpolicy/${project.version}</bundle>
44     </feature>
45
46     <!--
47         The OpenFlow Overlay renderer.
48
49         This can be added to the base to enable a
50         Network Virtualization behavior using OpenFlow
51     -->
52     <feature name='odl-groupbasedpolicy-ofoverlay' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: OpenFlow Overlay Renderer'>
53         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
54         <feature version="${openflowplugin.version}">odl-openflowplugin-flow-services</feature>
55         <feature version='${openflowplugin.version}'>odl-openflowplugin-nxm-extensions</feature>
56         <feature version='${ovsdb.southbound.version}'>odl-ovsdb-southbound-impl</feature>
57         <feature version='${sfc.version}'>odl-sfc-core</feature>
58         <feature version='${sfc.version}'>odl-sfc-test-consumer</feature>
59         <feature version='${sfc.version}'>odl-sfc-sb-rest</feature>
60         <feature version='${sfc.version}'>odl-sfcofl2</feature>
61         <feature version='${sfc.version}'>odl-sfc-ovs</feature>
62         <feature version='${sfc.version}'>odl-sfc-netconf</feature>
63         <feature version='${sfc.version}'>odl-sfc-ui</feature>
64         <bundle>mvn:org.opendaylight.groupbasedpolicy/ofoverlay-renderer/${project.version}</bundle>
65         <configfile finalname="${config.configfile.directory}/${config.groupbasedpolicy.ofoverlayconfigfile}">mvn:org.opendaylight.groupbasedpolicy/groupbasedpolicy-ofoverlay-config/${project.version}/xml/config</configfile>
66     </feature>
67
68     <!--
69         The OpFlex renderer.
70
71         This can be added to the base to enable an
72         OpFlex renderer in the controller
73     -->
74     <feature name='odl-groupbasedpolicy-opflex' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: OpFlex Renderer'>
75         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
76         <bundle start="true">mvn:com.fasterxml.jackson.core/jackson-annotations/${jackson.version}</bundle>
77         <bundle start="true">mvn:com.fasterxml.jackson.core/jackson-core/${jackson.version}</bundle>
78         <bundle start="true">mvn:com.fasterxml.jackson.core/jackson-databind/${jackson.version}</bundle>
79         <bundle>mvn:org.opendaylight.groupbasedpolicy/opflex-renderer/${project.version}</bundle>
80         <configfile finalname="${config.configfile.directory}/${config.groupbasedpolicy.opflexconfigfile}">mvn:org.opendaylight.groupbasedpolicy/groupbasedpolicy-opflex-config/${project.version}/xml/config</configfile>
81     </feature>
82
83     <!--
84          The OpenStack Group Based Policy Northbound API.
85
86          This is actually built/packaged with the OpenFlow
87          Overlay renderer at the moment. All that's needed
88          for this package is just the config file that wires
89          things in.
90     -->
91     <feature name='odl-groupbasedpolicy-openstackgbp' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: Support OpenStack GBP Endpoints '>
92         <!-- DEPRECATED SOON.
93         <feature version="${project.version}">odl-groupbasedpolicy-ofoverlay</feature>
94         -->
95         <feature version="${mdsal.version}">odl-mdsal-broker</feature>
96         <configfile finalname="${config.configfile.directory}/${config.groupbasedpolicy.openstackendpointconfigfile}">mvn:org.opendaylight.groupbasedpolicy/groupbasedpolicy-openstackendpoint-config/${project.version}/xml/config</configfile>
97     </feature>
98
99     <!--
100          The Neutron provider
101     -->
102     <feature name='odl-groupbasedpolicy-neutronmapper' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: Neutron Mapper mapps neutron APIs to GBP APIs '>
103         <feature version="${mdsal.version}">odl-mdsal-broker</feature>
104         <feature version="${neutron.version}">odl-neutron-service</feature>
105         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
106         <feature version="${project.version}">odl-groupbasedpolicy-ofoverlay</feature>
107         <bundle>mvn:org.opendaylight.groupbasedpolicy/neutron-mapper/${project.version}</bundle>
108         <bundle>mvn:org.opendaylight.groupbasedpolicy/neutron-ovsdb/${project.version}</bundle>
109         <configfile finalname="${config.configfile.directory}/${config.groupbasedpolicy.neutronmapperconfigfile}">mvn:org.opendaylight.groupbasedpolicy/neutron-mapper-config/${project.version}/xml/config</configfile>
110         <configfile finalname="${config.configfile.directory}/${config.groupbasedpolicy.neutronovsdbconfigfile}">mvn:org.opendaylight.groupbasedpolicy/neutron-ovsdb-config/${project.version}/xml/config</configfile>
111     </feature>
112
113     <!--
114          The UI Backend
115     -->
116     <feature name='odl-groupbasedpolicy-uibackend' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: UI Backend provides APIs for UI '>
117         <feature version="${mdsal.version}">odl-mdsal-broker</feature>
118         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
119         <feature version="${restconf.version}">odl-restconf</feature>
120         <bundle>mvn:org.opendaylight.groupbasedpolicy/ui-backend/${project.version}</bundle>
121         <configfile finalname="${config.configfile.directory}/${config.groupbasedpolicy.uibackendconfigfile}">mvn:org.opendaylight.groupbasedpolicy/ui-backend-config/${project.version}/xml/config</configfile>
122     </feature>
123         
124     <!--
125          UI
126     -->
127     <feature name='odl-groupbasedpolicy-ui' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: DLUX UI '>
128         <feature version="${dlux.version}">odl-dlux-core</feature>
129         <feature version="${dlux.version}">odl-dlux-yangvisualizer</feature>
130         <bundle>mvn:org.opendaylight.groupbasedpolicy/groupbasedpolicy-ui-bundle/${project.version}</bundle>
131     </feature>
132 </features>