Adding NetIDE features 10/29310/3
authoraleckey <alexander.j.leckey@intel.com>
Thu, 5 Nov 2015 13:57:04 +0000 (13:57 +0000)
committerLuis Gomez <ecelgp@gmail.com>
Sat, 14 Nov 2015 02:16:14 +0000 (02:16 +0000)
1) Feature Tests Pass:
https://jenkins.opendaylight.org/releng/view/netide/job/netide-merge-beryllium/67/
2) Features Comply with Guidelines:
https://git.opendaylight.org/gerrit/gitweb?p=netide.git;a=blob;f=features/src/main/resources/features.xml
    a) Feature Names: Prefixed with 'odl-' : odl-netide-rest
    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-netide-rest
    b) feature:install odl-integration-compatible-with-all
4) Integration Test Impact - none

Change-Id: I8cd7657099df166534ab0ee3c41dce947239e7d2
Signed-off-by: aleckey <alexander.j.leckey@intel.com>
features/index/pom.xml
features/index/src/main/resources/features.xml
features/test/src/main/resources/features.xml
pom.xml

index e2b520bf5b0498817b9835f4ff8800285746942a..ef7b33607e797de70a7ae6edfd4046a8acaa1597 100644 (file)
       <classifier>features</classifier>
       <type>xml</type>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.netide</groupId>
+      <artifactId>netide-features</artifactId>
+      <version>${feature.netide.version}</version>
+      <classifier>features</classifier>
+      <type>xml</type>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.neutron</groupId>
       <artifactId>features-neutron</artifactId>
index 69c467ac55752df7c07cb912856e6824717bb85e..e4454fdddde7875aa5a904c1415e66a6dc4a1466 100644 (file)
@@ -58,6 +58,7 @@
     <repository>mvn:org.opendaylight.netconf/features-netconf/${feature.netconf.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.netconf/features-netconf-connector/${feature.netconf.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.netconf/features-restconf/${feature.restconf.version}/xml/features</repository>
+    <repository>mvn:org.opendaylight.netide/netide-features/${feature.netide.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.neutron/features-neutron/${feature.neutron.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.nic/features-nic/${feature.nic.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.ofextensions.circuitsw/circuitsw-features/${feature.circuitsw.version}/xml/features</repository>
index f6bdb4db0ca12f113c54ed34bf7d3f7d824aad97..9e7711e7b9e7ecb7b3728a623856382f09145eca 100644 (file)
@@ -99,6 +99,7 @@
         <feature version='${feature.nemo.version}'>odl-nemo-engine-ui</feature>
         <feature version='${feature.neutron.version}'>odl-neutron-service</feature>
         <feature version='${feature.netconf.version}'>odl-netconf-connector-ssh</feature>
+        <feature version='${feature.netide.version}'>odl-netide-rest</feature>
         <feature version='0.7.0-SNAPSHOT'>odl-openflowjava-protocol</feature>
         <feature version='${feature.openflowplugin.version}'>odl-openflowplugin-flow-services</feature>
         <feature version='${feature.openflowplugin.version}'>odl-openflowplugin-flow-services-rest</feature>
diff --git a/pom.xml b/pom.xml
index c4910be4ef73c81c1715f3ea2a914a3300c0448c..61a7e0bf5cd29a4ec2faedd255266f086117a39e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -40,6 +40,7 @@
     <feature.messaging4transport.version>1.0.0-SNAPSHOT</feature.messaging4transport.version>
     <feature.nemo.version>1.0.0-SNAPSHOT</feature.nemo.version>
     <feature.netconf.version>1.0.0-SNAPSHOT</feature.netconf.version>
+    <feature.netide.version>0.1.0-SNAPSHOT</feature.netide.version>
     <feature.nic.version>1.1.0-SNAPSHOT</feature.nic.version>
     <feature.neutron.version>0.6.0-SNAPSHOT</feature.neutron.version>
     <feature.openflowplugin.version>0.2.0-SNAPSHOT</feature.openflowplugin.version>