Fixed all feature installation problems for DIDM.Hence uncommented the didm features... 70/29570/7
authorAnandhi <anandhi.manikantan@hpe.com>
Wed, 11 Nov 2015 22:19:50 +0000 (14:19 -0800)
committerLuis Gomez <ecelgp@gmail.com>
Sat, 14 Nov 2015 05:15:56 +0000 (21:15 -0800)
Added required config files to DIDM project
Modified didm artifacts to reflect the right artifact for didm-identification
Added required dependencies in feature pom for didm-identification bundle

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

index ef7b33607e797de70a7ae6edfd4046a8acaa1597..ce3727c80c0b7a2df4d1e433e9d5845518076f99 100644 (file)
     </dependency>
     <dependency>
       <groupId>org.opendaylight.didm</groupId>
-      <artifactId>didm-features</artifactId>
+      <artifactId>features-didm</artifactId>
       <version>${didm.version}</version>
       <classifier>features</classifier>
       <type>xml</type>
     </dependency>
     <dependency>
-      <groupId>org.opendaylight.didm.hp</groupId>
-      <artifactId>features-hp</artifactId>
+      <groupId>org.opendaylight.didm</groupId>
+      <artifactId>features-didm-hp</artifactId>
       <version>${didm.version}</version>
       <classifier>features</classifier>
       <type>xml</type>
index e4454fdddde7875aa5a904c1415e66a6dc4a1466..fad00ed02ef7f680d7d35025eaed7fd4b8a4b61c 100644 (file)
@@ -44,8 +44,8 @@
     <repository>mvn:org.opendaylight.centinel/centinel-features/${feature.centinel.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.controller/features-mdsal/${feature.mdsal.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.controller/benchmark-features/${feature.benchmark.version}/xml/features</repository>
-    <repository>mvn:org.opendaylight.didm/didm-features/${didm.version}/xml/features</repository>
-    <repository>mvn:org.opendaylight.didm.hp/features-hp/${didm.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.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>
index 9e7711e7b9e7ecb7b3728a623856382f09145eca..24091c017389275bb3b02b4dadcb984e5150c8c3 100644 (file)
         <feature version='${feature.circuitsw.version}'>odl-circuitsw-switch</feature>
         <feature version='${feature.circuitsw.version}'>odl-circuitsw-switch-rest</feature>
         <feature version='${feature.circuitsw.version}'>odl-circuitsw-switch-ui</feature>
-<!--
-        <feature version='${didm.version}'>odl-didm-identification-api</feature>
-        <feature version='${didm.version}'>odl-didm-identification</feature>
-        <feature version='${didm.version}'>odl-didm-drivers-api</feature>
-        <feature version='${didm.version}'>odl-didm-hp3800</feature>
--->
+        <feature version='${didm.version}'>odl-didm-all</feature>
         <feature version='${feature.dlux.version}'>odl-dlux-core</feature>
         <feature version='${feature.benchmark.version}'>odl-dsbenchmark</feature>
         <feature version='${feature.lispflowmapping.version}'>odl-lispflowmapping-msmr</feature>