Migrate to odlparent 2.0.0
[groupbasedpolicy.git] / features / features-groupedpolicy / src / main / features / features.xml
diff --git a/features/features-groupedpolicy/src/main/features/features.xml b/features/features-groupedpolicy/src/main/features/features.xml
deleted file mode 100755 (executable)
index 945d057..0000000
+++ /dev/null
@@ -1,242 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- vi: set et smarttab sw=4 tabstop=4: -->
-<!--
- Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
-
- This program and the accompanying materials are made available under the
- terms of the Eclipse Public License v1.0 which accompanies this distribution,
- and is available at http://www.eclipse.org/legal/epl-v10.html
--->
-<features name="odl-groupbasedpolicy-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
-          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-          xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
-
-    <!-- Repos needed by all -->
-    <repository>mvn:org.opendaylight.mdsal/features-mdsal/{{VERSION}}/xml/features</repository>
-    <repository>mvn:org.opendaylight.controller/features-mdsal/{{VERSION}}/xml/features</repository>
-    <repository>mvn:org.opendaylight.mdsal.model/features-mdsal-model/{{VERSION}}/xml/features</repository>
-    <repository>mvn:org.opendaylight.controller/features-extras/{{VERSION}}/xml/features</repository>
-    <!-- Repos needed by the OpenFlow Overlay renderer -->
-    <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin/{{VERSION}}/xml/features</repository>
-    <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin-extension/{{VERSION}}/xml/features</repository>
-    <repository>mvn:org.opendaylight.ovsdb/southbound-features/{{VERSION}}/xml/features</repository>
-    <!-- Repos needed by the Fabric As A Service (FAAS) renderer -->
-    <repository>mvn:org.opendaylight.faas/features-faas/{{VERSION}}/xml/features</repository>
-    <!-- Repos needed by the Neutron Mapper -->
-    <repository>mvn:org.opendaylight.neutron/features-neutron/{{VERSION}}/xml/features</repository>
-    <!-- Repos needed by ofoverlay for SFC -->
-    <repository>mvn:org.opendaylight.sfc/features-sfc/{{VERSION}}/xml/features</repository>
-    <!-- Repos needed by the UI -->
-    <repository>mvn:org.opendaylight.dlux/features-dlux/{{VERSION}}/xml/features</repository>
-    <!-- Repos needed by IOvisor Renderer -->
-    <repository>mvn:org.opendaylight.aaa/features-aaa-shiro/${aaa.version}/xml/features</repository>
-    <!-- Repos needed by sxp-integration -->
-    <repository>mvn:org.opendaylight.sxp/features/${sxp.version}/xml/features</repository>
-    <!-- Repos needed by iosxe renderer -->
-    <repository>mvn:org.opendaylight.netconf/features-netconf-connector/${netconf.version}/xml/features</repository>
-    <!-- Repos needed by vpp renderer -->
-    <repository>mvn:org.opendaylight.honeycomb.vbd/vbd-features/${vbd.version}/xml/features</repository>
-
-    <!-- The common GBP components -->
-    <feature name='odl-groupbasedpolicy-base' version='${project.version}' description='ODL :: groupbasedpolicy :: Base Copmonents'>
-        <feature version="${controller.mdsal.version}">odl-mdsal-broker</feature>
-        <feature version='${mdsal.version}'>odl-mdsal-binding-base</feature>
-        <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
-        <bundle>mvn:commons-net/commons-net/{{VERSION}}</bundle>
-        <bundle>mvn:org.opendaylight.groupbasedpolicy/groupbasedpolicy/{{VERSION}}</bundle>
-    </feature>
-
-    <!--
-        The OpenFlow Overlay renderer.
-
-        This can be added to the base to enable a
-        Network Virtualization behavior using OpenFlow
-    -->
-    <feature name='odl-groupbasedpolicy-ofoverlay' version='${project.version}' description='ODL :: groupbasedpolicy :: OpenFlow Overlay Renderer'>
-        <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
-        <feature version="${openflowplugin.version}">odl-openflowplugin-flow-services</feature>
-        <feature version='${openflowplugin.version}'>odl-openflowplugin-nxm-extensions</feature>
-        <feature version='${ovsdb.southbound.version}'>odl-ovsdb-southbound-impl</feature>
-        <feature version='${sfc.version}'>odl-sfc-openflow-renderer</feature>
-        <feature version='${sfc.version}'>odl-sfc-ui</feature>
-        <bundle>mvn:commons-net/commons-net/{{VERSION}}</bundle>
-        <bundle>mvn:org.opendaylight.groupbasedpolicy/ofoverlay-renderer/{{VERSION}}</bundle>
-        <bundle>mvn:com.sun.jersey/jersey-core/{{VERSION}}</bundle>
-        <bundle>mvn:com.sun.jersey/jersey-client/{{VERSION}}</bundle>
-        <bundle>mvn:com.google.code.gson/gson/{{VERSION}}</bundle>
-    </feature>
-
-    <!--
-        The OpenFlow Overlay renderer with SFC.
-
-        This can be added to the base to enable a
-        Network Virtualization behavior using OpenFlow that integrates with the SFC project
-    -->
-    <feature name='odl-groupbasedpolicy-ovssfc' version='${project.version}' description='ODL :: groupbasedpolicy :: OpenFlow Overlay SFC Renderer'>
-        <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
-        <feature version="${openflowplugin.version}">odl-openflowplugin-flow-services</feature>
-        <feature version='${openflowplugin.version}'>odl-openflowplugin-nxm-extensions</feature>
-        <feature version='${ovsdb.southbound.version}'>odl-ovsdb-southbound-impl</feature>
-        <feature version='${sfc.version}'>odl-sfc-openflow-renderer</feature>
-        <feature version='${sfc.version}'>odl-sfc-ui</feature>
-        <bundle>mvn:commons-net/commons-net/{{VERSION}}</bundle>
-        <bundle>mvn:org.opendaylight.groupbasedpolicy/ovssfc-renderer/{{VERSION}}</bundle>
-        <configfile finalname="${config.configfile.directory}/15-groupbasedpolicy-ovssfc.xml">mvn:org.opendaylight.groupbasedpolicy/ovssfc-renderer/{{VERSION}}/xml/config</configfile>
-    </feature>
-
-    <!--
-        The FAAS renderer.
-
-        This renderer maps GBP service model to the common abstraction logical network models
-        of the Fabric As A Service (FAAS). In turns, FAAS maps those abstraction
-        models to the physical networks.
-    -->
-    <feature name='odl-groupbasedpolicy-faas' version='${project.version}' description='ODL :: groupbasedpolicy :: Fabric As A Service Renderer'>
-        <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
-        <feature version='${faas.version}'>odl-faas-uln-mapper</feature>
-        <bundle>mvn:org.opendaylight.groupbasedpolicy/faas-renderer/{{VERSION}}</bundle>
-    </feature>
-
-    <!--
-        The IOVisor renderer.
-
-        This renderer maps GBP service model to agents of the IOVisor Linux Foundation project.
-    -->
-    <feature name='odl-groupbasedpolicy-iovisor' version='${project.version}'
-             description='ODL :: groupbasedpolicy :: IOVisor Renderer'>
-        <feature>war</feature>
-        <feature version='${aaa.version}'>odl-aaa-shiro</feature>
-        <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
-        <feature version="${restconf.version}">odl-restconf</feature>
-        <bundle>mvn:org.opendaylight.groupbasedpolicy/iovisor-renderer/{{VERSION}}</bundle>
-        <bundle>mvn:com.sun.jersey/jersey-core/{{VERSION}}</bundle>
-        <bundle>mvn:com.sun.jersey/jersey-client/{{VERSION}}</bundle>
-        <bundle>mvn:com.google.code.gson/gson/{{VERSION}}</bundle>
-        <configfile finalname="${config.configfile.directory}/15-groupbasedpolicy-iovisor.xml">mvn:org.opendaylight.groupbasedpolicy/iovisor-renderer/{{VERSION}}/xml/config</configfile>
-    </feature>
-
-    <!--
-        The NETCONF renderer.
-
-        This renderer maps GBP service model to NETCONF based network elements.
-    -->
-    <feature name='odl-groupbasedpolicy-netconf' version='${project.version}' description='ODL :: groupbasedpolicy :: NETCONF Renderer'>
-        <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
-        <bundle>mvn:org.opendaylight.groupbasedpolicy/netconf-renderer/{{VERSION}}</bundle>
-        <configfile finalname="${config.configfile.directory}/15-groupbasedpolicy-netconf.xml">mvn:org.opendaylight.groupbasedpolicy/netconf-renderer/{{VERSION}}/xml/config</configfile>
-    </feature>
-
-    <!--
-         The Neutron provider
-    -->
-    <feature name='odl-groupbasedpolicy-neutronmapper' version='${project.version}' description='ODL :: groupbasedpolicy :: Neutron Mapper mapps neutron APIs to GBP APIs '>
-        <feature version="${neutron.version}">odl-neutron-service</feature>
-        <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
-        <bundle>mvn:org.opendaylight.groupbasedpolicy/l2-l3-domain-extension/{{VERSION}}</bundle>
-        <bundle>mvn:org.opendaylight.groupbasedpolicy/neutron-mapper/{{VERSION}}</bundle>
-        <configfile finalname="${config.configfile.directory}/15-l2-l3-domain-extension.xml">mvn:org.opendaylight.groupbasedpolicy/l2-l3-domain-extension/{{VERSION}}/xml/config</configfile>
-        <!-- <configfile finalname="${config.configfile.directory}/15-neutron-mapper.xml">mvn:org.opendaylight.groupbasedpolicy/neutron-mapper/{{VERSION}}/xml/config</configfile> -->
-        <configfile finalname="/etc/org.opendaylight.groupbasedpolicy.neutron.mapper.startup.cfg">mvn:org.opendaylight.groupbasedpolicy/neutron-mapper/{{VERSION}}/cfg/config</configfile>
-    </feature>
-
-    <!--
-         The Neutron provider and OFOVERLAY renderer
-    -->
-    <feature name='odl-groupbasedpolicy-neutron-and-ofoverlay' version='${project.version}' description='ODL :: groupbasedpolicy :: Neutron Mapper mapps neutron APIs to GBP APIs '>
-        <feature version="${project.version}">odl-groupbasedpolicy-ofoverlay</feature>
-        <feature version="${project.version}">odl-groupbasedpolicy-neutronmapper</feature>
-        <bundle>mvn:org.opendaylight.groupbasedpolicy/neutron-ovsdb/{{VERSION}}</bundle>
-        <configfile finalname="${config.configfile.directory}/15-neutron-ovsdb.xml">mvn:org.opendaylight.groupbasedpolicy/neutron-ovsdb/{{VERSION}}/xml/config</configfile>
-    </feature>
-
-    <!--
-        The VPP renderer
-    -->
-    <feature name='odl-groupbasedpolicy-vpp' version='${project.version}' description='ODL :: groupbasedpolicy :: VPP renderer '>
-        <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
-        <feature version="${netconf.version}">odl-netconf-clustered-topology</feature>
-        <feature version="${vbd.version}">odl-vbd</feature>
-        <bundle>mvn:org.opendaylight.groupbasedpolicy/l2-l3-domain-extension/{{VERSION}}</bundle>
-        <bundle>mvn:org.opendaylight.groupbasedpolicy/vpp-renderer/{{VERSION}}</bundle>
-        <configfile finalname="${config.configfile.directory}/15-l2-l3-domain-extension.xml">mvn:org.opendaylight.groupbasedpolicy/l2-l3-domain-extension/{{VERSION}}/xml/config</configfile>
-        <configfile finalname="/etc/org.opendaylight.groupbasedpolicy.renderer.vpp.startup.cfg">mvn:org.opendaylight.groupbasedpolicy/vpp-renderer/{{VERSION}}/cfg/config</configfile>
-    </feature>
-
-    <!--
-        The Neutron-VPP provider
-    -->
-    <feature name='odl-groupbasedpolicy-neutron-vpp-mapper' version='${project.version}' description='ODL :: groupbasedpolicy :: Neutron Mapper mapps neutron APIs to GBP APIs '>
-        <feature version="${project.version}">odl-groupbasedpolicy-neutronmapper</feature>
-        <feature version="${project.version}">odl-groupbasedpolicy-vpp</feature>
-        <bundle>mvn:org.opendaylight.groupbasedpolicy/neutron-vpp-mapper/{{VERSION}}</bundle>
-        <configfile finalname="/etc/org.opendaylight.groupbasedpolicy.neutron.vpp.mapper.startup.cfg">mvn:org.opendaylight.groupbasedpolicy/neutron-vpp-mapper/{{VERSION}}/cfg/config</configfile>
-    </feature>
-
-    <!--
-         UI
-    -->
-    <feature name='odl-groupbasedpolicy-ui' version='${project.version}' description='ODL :: groupbasedpolicy :: DLUX UI '>
-        <feature version="${dlux.version}">odl-dlux-core</feature>
-        <bundle>mvn:org.opendaylight.groupbasedpolicy/groupbasedpolicy-ui-bundle/{{VERSION}}</bundle>
-    </feature>
-
-    <!--
-        SXP Distribution Service
-    -->
-    <feature name='odl-groupbasedpolicy-ip-sgt-distribution-service' version='${project.version}' description='ODL :: groupbasedpolicy :: ip-sgt-distribution-service'>
-        <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
-        <feature version="${sxp.version}">odl-sxp-core</feature>
-        <feature version="${sxp.version}">odl-sxp-controller</feature>
-        <bundle>mvn:org.opendaylight.groupbasedpolicy/ip-sgt-distribution-service/{{VERSION}}</bundle>
-        <configfile finalname="${config.configfile.directory}/15-groupbasedpolicy-ip-sgt-distribution-service.xml">mvn:org.opendaylight.groupbasedpolicy/ip-sgt-distribution-service/{{VERSION}}/xml/config</configfile>
-    </feature>
-
-    <!--
-         NE Location Provider
-    -->
-    <feature name='odl-groupbasedpolicy-ne-location-provider' version='${project.version}' description='ODL :: groupbasedpolicy :: NE location provider'>
-        <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
-        <bundle>mvn:org.opendaylight.groupbasedpolicy/l2-l3-domain-extension/{{VERSION}}</bundle>
-        <bundle>mvn:org.opendaylight.groupbasedpolicy/ne-location-provider/{{VERSION}}</bundle>
-        <configfile finalname="${config.configfile.directory}/15-l2-l3-domain-extension.xml">mvn:org.opendaylight.groupbasedpolicy/l2-l3-domain-extension/{{VERSION}}/xml/config</configfile>
-        <configfile finalname="${config.configfile.directory}/15-ne-location-provider.xml">mvn:org.opendaylight.groupbasedpolicy/ne-location-provider/{{VERSION}}/xml/config</configfile>
-    </feature>
-
-    <!--
-       IOS-XE renderer
-    -->
-    <feature name='odl-groupbasedpolicy-ios-xe' version='${project.version}' description='ODL :: groupbasedpolicy :: ios-xe renderer'>
-        <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
-        <feature version="${project.version}">odl-groupbasedpolicy-sxp-ep-provider</feature>
-        <feature version="${project.version}">odl-groupbasedpolicy-ip-sgt-distribution-service</feature>
-        <feature version="${sfc.version}">odl-sfc-provider</feature>
-        <feature version="${sxp.version}">odl-sxp-core</feature>
-        <feature version="${netconf.version}">odl-netconf-clustered-topology</feature>
-        <bundle>mvn:org.opendaylight.groupbasedpolicy/l2-l3-domain-extension/{{VERSION}}</bundle>
-        <bundle>mvn:org.opendaylight.groupbasedpolicy/ios-xe-renderer/{{VERSION}}</bundle>
-        <configfile finalname="${config.configfile.directory}/15-groupbasedpolicy-ios-xe-renderer.xml">mvn:org.opendaylight.groupbasedpolicy/ios-xe-renderer/{{VERSION}}/xml/config</configfile>
-    </feature>
-
-    <!--
-       GBP-SXP integration : ep-provider
-   -->
-    <feature name='odl-groupbasedpolicy-sxp-ep-provider' version='${project.version}' description='ODL :: groupbasedpolicy :: sxp ep provider'>
-        <feature version="${sxp.version}">odl-sxp-core</feature>
-        <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
-        <bundle>mvn:org.opendaylight.groupbasedpolicy/l2-l3-domain-extension/{{VERSION}}</bundle>
-        <bundle>mvn:org.opendaylight.groupbasedpolicy/sxp-ep-provider/{{VERSION}}</bundle>
-        <configfile finalname="${config.configfile.directory}/15-groupbasedpolicy-sxp-ep-provider.xml">mvn:org.opendaylight.groupbasedpolicy/sxp-ep-provider/{{VERSION}}/xml/config</configfile>
-    </feature>
-
-    <!--
-       GBP-SXP integration : ise-adapter
-   -->
-    <feature name='odl-groupbasedpolicy-sxp-ise-adapter' version='${project.version}' description='ODL :: groupbasedpolicy :: sxp ise adapter'>
-        <feature version="${project.version}">odl-groupbasedpolicy-sxp-ep-provider</feature>
-        <bundle>mvn:com.sun.jersey/jersey-client/{{VERSION}}</bundle>
-        <bundle>mvn:com.sun.jersey/jersey-core/{{VERSION}}</bundle>
-        <bundle>mvn:org.opendaylight.groupbasedpolicy/sxp-ise-adapter/{{VERSION}}</bundle>
-        <configfile finalname="${config.configfile.directory}/16-groupbasedpolicy-sxp-ise-adapter.xml">mvn:org.opendaylight.groupbasedpolicy/sxp-ise-adapter/{{VERSION}}/xml/config</configfile>
-    </feature>
-
-</features>