Adding topoprocessing features
authorMichal Polkorab <michal.polkorab@pantheon.sk>
Thu, 29 Jan 2015 13:28:23 +0000 (14:28 +0100)
committerMichal Polkorab <michal.polkorab@pantheon.sk>
Thu, 29 Jan 2015 17:21:12 +0000 (18:21 +0100)
1) Feature Tests Pass: https://jenkins.opendaylight.org/releng/view/topoprocessing/job/topoprocessing-merge-master/13/
2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=topoprocessing.git;a=blob;f=features/src/main/resources/features.xml
a) Feature Names: Prefixed with 'odl-' : odl-topoprocessing-all
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-topoprocessing-all
b) feature:install odl-integration-compatible-with-all
4) Integration Test Impact - none

Change-Id: I60734ea53ff3efb66dbc25225277f006171d193d
Signed-off-by: Michal Polkorab <michal.polkorab@pantheon.sk>
features/index/pom.xml
features/index/src/main/resources/features.xml
features/test/src/main/resources/features.xml
pom.xml

index f3657be76bc22e1d005f95ae36d70b089ad1fe73..f62318ff0757ca68cade9b2c9b82658a14341454 100644 (file)
       <type>xml</type>
     </dependency>
 
+    <dependency>
+      <groupId>org.opendaylight.topoprocessing</groupId>
+      <artifactId>features-topoprocessing</artifactId>
+      <version>${feature.topoprocessing.version}</version>
+      <classifier>features</classifier>
+      <type>xml</type>
+    </dependency>
+
 
     <!-- test to validate features.xml -->
     <dependency>
index 23ea371b118349f0c8cd4c9958e99acb10403c5e..65982e631399151a495e022df032d9caa2228d8b 100644 (file)
@@ -58,6 +58,7 @@
     <repository>mvn:org.opendaylight.snbi/features-snbi/${feature.snbi.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.snmp4sdn/features-snmp4sdn/0.2.0-SNAPSHOT/xml/features</repository>
     <repository>mvn:org.opendaylight.tcpmd5/features-tcpmd5/${feature.tcpmd5.version}/xml/features</repository>
+    <repository>mvn:org.opendaylight.topoprocessing/features-topoprocessing/${feature.topoprocessing.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.ttp/features-ttp/${feature.ttp.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.vtn/features-vtn-manager/${feature.vtn-manager.version}/xml/features</repository>
 </features>
index 7ed746a853704dd93ae18622e7e6bff88262a49a..3757838c1f81a1578ef5a7bb072853f2c572083a 100644 (file)
@@ -85,6 +85,7 @@
         <feature version='0.1.0-SNAPSHOT'>odl-sfclisp</feature>
         <feature version='0.1.0-SNAPSHOT'>odl-sfcofl2</feature>
         <feature version='${feature.snbi.version}'>odl-snbi-all</feature>
+        <feature version='${feature.topoprocessing.version}'>odl-topoprocessing-all</feature>
         <feature version='${feature.ttp.version}'>odl-ttp-all</feature>
         <feature version='0.2.0-SNAPSHOT'>odl-snmp4sdn-all</feature>
         <feature version='${feature.tcpmd5.version}'>odl-tcpmd5-all</feature>
diff --git a/pom.xml b/pom.xml
index b7f9c09599648c9cc604df86e2a4064dac823b62..1d459cde5826cd1852110a935e2023eb73f77667 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -36,6 +36,7 @@
     <feature.packetcable.version>1.2.0-SNAPSHOT</feature.packetcable.version>
     <feature.plugin2oc.version>0.2.0-SNAPSHOT</feature.plugin2oc.version>
     <feature.tcpmd5.version>1.1.0-SNAPSHOT</feature.tcpmd5.version>
+    <feature.topoprocessing.version>0.0.1-SNAPSHOT</feature.topoprocessing.version>
     <karaf.branding.version>1.1.0-SNAPSHOT</karaf.branding.version>
     <karaf.version>3.0.1</karaf.version>
     <maven.surefire.version>2.16</maven.surefire.version>