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