Merge "OpFlex removed from master"
[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 Neutron Mapper -->
23     <repository>mvn:org.opendaylight.neutron/features-neutron/{{VERSION}}/xml/features</repository>
24     <!-- Repos needed by ofoverlay for SFC -->
25     <repository>mvn:org.opendaylight.sfc/features-sfc/{{VERSION}}/xml/features</repository>
26     <repository>mvn:org.opendaylight.sfc/features-sfc-sb-rest/{{VERSION}}/xml/features</repository>
27     <repository>mvn:org.opendaylight.sfc/features-sfc-ovs/{{VERSION}}/xml/features</repository>
28     <repository>mvn:org.opendaylight.sfc/features-sfcofl2/{{VERSION}}/xml/features</repository>
29     <!-- Repos needed by the UI Backend -->
30     <repository>mvn:org.opendaylight.netconf/features-restconf/{{VERSION}}/xml/features</repository>
31     <!-- Repos needed by the UI -->
32     <repository>mvn:org.opendaylight.dlux/features-dlux/{{VERSION}}/xml/features</repository>
33
34     <!-- The common GBP components -->
35     <feature name='odl-groupbasedpolicy-base' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: Base Copmonents'>
36         <feature version="${controller.mdsal.version}">odl-mdsal-broker</feature>
37         <feature version='${mdsal.version}'>odl-mdsal-binding-base</feature>
38         <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
39         <bundle>mvn:org.opendaylight.groupbasedpolicy/groupbasedpolicy/{{VERSION}}</bundle>
40     </feature>
41
42     <!--
43         The OpenFlow Overlay renderer.
44
45         This can be added to the base to enable a
46         Network Virtualization behavior using OpenFlow
47     -->
48     <feature name='odl-groupbasedpolicy-ofoverlay' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: OpenFlow Overlay Renderer'>
49         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
50         <feature version="${openflowplugin.version}">odl-openflowplugin-flow-services</feature>
51         <feature version='${openflowplugin.version}'>odl-openflowplugin-nxm-extensions</feature>
52         <feature version='${ovsdb.southbound.version}'>odl-ovsdb-southbound-impl</feature>
53         <feature version='${sfc.version}'>odl-sfc-core</feature>
54         <feature version='${sfc.version}'>odl-sfc-test-consumer</feature>
55         <feature version='${sfc.version}'>odl-sfc-sb-rest</feature>
56         <feature version='${sfc.version}'>odl-sfcofl2</feature>
57         <feature version='${sfc.version}'>odl-sfc-ovs</feature>
58         <feature version='${sfc.version}'>odl-sfc-ui</feature>
59         <bundle>mvn:commons-net/commons-net/{{VERSION}}</bundle>
60         <bundle>mvn:org.opendaylight.groupbasedpolicy/ofoverlay-renderer/{{VERSION}}</bundle>
61         <configfile finalname="${config.configfile.directory}/15-groupbasedpolicy-ofoverlay.xml">mvn:org.opendaylight.groupbasedpolicy/groupbasedpolicy-ofoverlay-config/{{VERSION}}/xml/config</configfile>
62     </feature>
63
64     <!--
65          The Neutron provider
66     -->
67     <feature name='odl-groupbasedpolicy-neutronmapper' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: Neutron Mapper mapps neutron APIs to GBP APIs '>
68         <feature version="${controller.mdsal.version}">odl-mdsal-broker</feature>
69         <feature version="${neutron.version}">odl-neutron-service</feature>
70         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
71         <feature version="${project.version}">odl-groupbasedpolicy-ofoverlay</feature>
72         <bundle>mvn:org.opendaylight.groupbasedpolicy/neutron-mapper/{{VERSION}}</bundle>
73         <bundle>mvn:org.opendaylight.groupbasedpolicy/neutron-ovsdb/{{VERSION}}</bundle>
74         <configfile finalname="${config.configfile.directory}/15-neutron-mapper.xml">mvn:org.opendaylight.groupbasedpolicy/neutron-mapper-config/{{VERSION}}/xml/config</configfile>
75         <configfile finalname="${config.configfile.directory}/15-neutron-ovsdb.xml">mvn:org.opendaylight.groupbasedpolicy/neutron-ovsdb-config/{{VERSION}}/xml/config</configfile>
76     </feature>
77
78     <!--
79          The UI Backend
80     -->
81     <feature name='odl-groupbasedpolicy-uibackend' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: UI Backend provides APIs for UI '>
82         <feature version="${controller.mdsal.version}">odl-mdsal-broker</feature>
83         <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
84         <feature version="${restconf.version}">odl-restconf</feature>
85         <bundle>mvn:org.opendaylight.groupbasedpolicy/ui-backend/{{VERSION}}</bundle>
86         <configfile finalname="${config.configfile.directory}/15-ui-backend.xml">mvn:org.opendaylight.groupbasedpolicy/ui-backend-config/{{VERSION}}/xml/config</configfile>
87     </feature>
88
89     <!--
90          UI
91     -->
92     <feature name='odl-groupbasedpolicy-ui' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: DLUX UI '>
93         <feature version="${dlux.version}">odl-dlux-core</feature>
94         <feature version="${dlux.version}">odl-dlux-yangvisualizer</feature>
95         <feature version="${project.version}">odl-groupbasedpolicy-uibackend</feature>
96         <bundle>mvn:org.opendaylight.groupbasedpolicy/groupbasedpolicy-ui-bundle/{{VERSION}}</bundle>
97     </feature>
98 </features>