Adding features: odl-didm-ovs to integration bundle. 64/30164/2
authorAnandhi <anandhi.manikantan@hpe.com>
Tue, 24 Nov 2015 21:01:21 +0000 (13:01 -0800)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 24 Nov 2015 22:25:09 +0000 (22:25 +0000)
Tested and verified that the integration test cases are passed.

1) Feature Tests Pass: https://jenkins.opendaylight.org/releng/job/didm-merge-beryllium/49/ : SUCCESS
2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=didm.git;a=blob;f=features/src/main/features/features.xml
        a) Feature Names: Prefixed with 'odl-' : odl-didm-ovs
        b) Features Descriptions: Present
        c) Features Start-Levels: No start-levels on <bundle> elements or <feature> elements
3) Features Tested: Features have been tested for functionality with
        a) feature:install  odl-didm-ovs-all
        b) feature:install  odl-didm-ovs-all, odl-integration-compatible-with-all
4) Integration Test Impact - none.

Change-Id: I8347112512bcfc5df19b575fcbd0e562e701f819
Signed-off-by: Anandhi <anandhi.manikantan@hpe.com>
features/index/pom.xml
features/index/src/main/resources/features.xml

index 264e9dc1deb888d4a3246f678c2ffea6146d7d5a..cbc0a3a71290be43ace04eba1f21a49c24524484 100644 (file)
       <classifier>features</classifier>
       <type>xml</type>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.didm</groupId>
+      <artifactId>features-didm-ovs</artifactId>
+      <version>${didm.version}</version>
+      <classifier>features</classifier>
+      <type>xml</type>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.dlux</groupId>
       <artifactId>features-dlux</artifactId>
index 4f32fd3c1150eee988a81bfd4aaeaa3d33ac63bc..8c7d0577ea023a22c6a5f10b2c48e00233f4c82b 100644 (file)
@@ -46,6 +46,7 @@
     <repository>mvn:org.opendaylight.controller/features-mdsal-benchmark/${feature.benchmark.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.didm/features-didm/${didm.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.didm/features-didm-hp/${didm.version}/xml/features</repository>
+    <repository>mvn:org.opendaylight.didm/features-didm-ovs/${didm.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.dlux/features-dlux/${feature.dlux.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.faas/features-faas/${feature.faas.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.groupbasedpolicy/features-groupbasedpolicy/${feature.groupbasedpolicy.version}/xml/features</repository>