Adding UniMgr feature 58/28658/2
authoradetalhouet <adetalhouet@inocybe.com>
Wed, 21 Oct 2015 16:53:43 +0000 (12:53 -0400)
committerAlexis de Talhouët <adetalhouet@inocybe.com>
Wed, 21 Oct 2015 17:00:36 +0000 (17:00 +0000)
1) Feature Tests Pass: https://jenkins.opendaylight.org/releng/view/unimgr/job/unimgr-merge-beryllium/

2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=unimgr.git;a=blob;f=features/src/main/features/features.xml;h=41026ead2607c4be5339b25680df257dcf8dba29;hb=HEAD
a) Feature Names: odl-unimgr
b) Features Descriptions: Present
c) Features Start-Levels: N/A

3) Features Tested: Features have been tested for functionality with
a) feature:install odl-unimgr
b) feature:install odl-unimgr odl-integration-compatible-with-all

4) Integration Test Impact: N/A

Change-Id: I423b91ed2607c0661ab20f9ca05fdf8bbd145885
Signed-off-by: adetalhouet <adetalhouet@inocybe.com>
features/index/pom.xml
features/index/src/main/resources/features.xml
features/test/src/main/resources/features.xml
pom.xml

index be2482487659bb6c34068d6f6227d07d489486b2..413b7b4283d94f5421eae0c1c565b436562cdf15 100644 (file)
       <classifier>features</classifier>
       <type>xml</type>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.unimgr</groupId>
+      <artifactId>unimgr-features</artifactId>
+      <version>${feature.unimgr.version}</version>
+      <classifier>features</classifier>
+      <type>xml</type>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.usc</groupId>
       <artifactId>usc-features</artifactId>
index b24b22a2fd4bc3e20baa2b051edc2e1d6bf9dec8..43b60ef0b014cc652fd04e1b18d43d81b1fb8313 100644 (file)
@@ -86,6 +86,7 @@
     <repository>mvn:org.opendaylight.topoprocessing/features-topoprocessing/${feature.topoprocessing.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.tsdr/features-tsdr/${feature.tsdr.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.ttp/features-ttp/${feature.ttp.version}/xml/features</repository>
+    <repository>mvn:org.opendaylight.unimgr/unimgr-features/${feature.unimgr.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.usc/usc-features/${feature.usc.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.vpnservice/vpnservice-features/${feature.vpnservice.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.vtn/features-vtn-manager/${feature.vtn-manager.version}/xml/features</repository>
index f44f0b61881cf68d714f9f308ceb17c7dcaa9206..93d039f5c3f800460032233320106c8ef475cb80 100644 (file)
         <feature version='${feature.topoprocessing.version}'>odl-topoprocessing-link-computation</feature>
         <feature version='${feature.topoprocessing.version}'>odl-topoprocessing-mlmt</feature>
         <feature version='${feature.ttp.version}'>odl-ttp-all</feature>
+        <feature version='${feature.unimgr.version}'>odl-unimgr</feature>
         <feature version='${feature.usc.version}'>odl-usc-channel</feature>
         <feature version='${feature.usc.version}'>odl-usc-channel-rest</feature>
         <feature version='${feature.usc.version}'>odl-usc-channel-ui</feature>
diff --git a/pom.xml b/pom.xml
index e35bcbeb738be11401071f5f212dcd7ed6f0ca53..efb1a8d2e8ba12d053975be81b04e34b80957b4d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -53,6 +53,7 @@
     <feature.topoprocessing.version>0.1.0-SNAPSHOT</feature.topoprocessing.version>
     <feature.tsdr.version>1.1.0-SNAPSHOT</feature.tsdr.version>
     <feature.ttp.version>0.2.0-SNAPSHOT</feature.ttp.version>
+    <feature.unimgr.version>0.0.1-SNAPSHOT</feature.unimgr.version>
     <feature.usc.version>1.1.0-SNAPSHOT</feature.usc.version>
     <feature.vpnservice.version>0.2.0-SNAPSHOT</feature.vpnservice.version>
     <feature.vtn-manager.version>0.4.0-SNAPSHOT</feature.vtn-manager.version>