Modifying neutronmapper feature 89/38389/4
authorTomas Cechvala <tcechval@cisco.com>
Wed, 4 May 2016 22:06:50 +0000 (00:06 +0200)
committerMartin Sunal <msunal@cisco.com>
Mon, 16 May 2016 06:51:01 +0000 (06:51 +0000)
Removing ofoverlay and neutron-ovsdb from
odl-groupbasedpolicy-neutronmapper feature.

Adding odl-groupbasedpolicy-neutron-and-neutronmapper
feature to ease bundles instalation.

Change-Id: I629bc3b9df1069f4c5ed803be15839e2f5318c8e
Signed-off-by: Tomas Cechvala <tcechval@cisco.com>
features/src/main/features/features.xml

index 218acd53b8ccb9257c50f93c7818972a9fd3c158..046346d82709138b94327f33ef01c6dcaad90633 100755 (executable)
         <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='OpenDaylight :: 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>
-        <feature version="${project.version}">odl-groupbasedpolicy-ofoverlay</feature>
         <bundle>mvn:org.opendaylight.neutron/dummyprovider/{{VERSION}}</bundle>
         <bundle>mvn:org.opendaylight.groupbasedpolicy/neutron-mapper/{{VERSION}}</bundle>
-        <bundle>mvn:org.opendaylight.groupbasedpolicy/neutron-ovsdb/{{VERSION}}</bundle>
         <configfile finalname="${config.configfile.directory}/15-neutron-mapper.xml">mvn:org.opendaylight.groupbasedpolicy/neutron-mapper/{{VERSION}}/xml/config</configfile>
+    </feature>
+
+    <!--
+         The Neutron provider and OFOVERLAY renderer
+    -->
+    <feature name='odl-groupbasedpolicy-neutron-and-ofoverlay' version='${project.version}' description='OpenDaylight :: 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>