Adding yang-push features 90/32190/4
authorAmbika Prasad Tripathy <ambika.tripathy@cisco.com>
Wed, 6 Jan 2016 14:31:09 +0000 (20:01 +0530)
committerLuis Gomez <ecelgp@gmail.com>
Mon, 11 Jan 2016 23:48:52 +0000 (23:48 +0000)
1) Feature Tests Pass: https://jenkins.opendaylight.org/releng/job/yang-push-merge-beryllium/8/
2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=yang-push.git;a=blob;f=features/src/main/features/features.xml
a) Feature Names: Prefixed with 'odl-' : odl-yangpush
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-yangpush
b) feature:install odl-restconf-all odl-netconf-mdsal odl-netconf-connector-all
4) Integration Test Impact - none

Change-Id: I17c3761a816ce071533d44df135175350f5beeb7
Signed-off-by: Ambika Prasad Tripathy <ambika.tripathy@cisco.com>
features-index/pom.xml
features-index/src/main/resources/features.xml
features-test/src/main/resources/features.xml
pom.xml

index da494e4692a406137a55a13a8c86191b63482ef8..97768f3efd91e548f393da1448ed80d79ed1edcd 100644 (file)
       <classifier>features</classifier>
       <type>xml</type>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.yang-push</groupId>
+      <artifactId>yangpush-features</artifactId>
+      <version>${feature.yang-push.version}</version>
+      <classifier>features</classifier>
+      <type>xml</type>
+    </dependency>
     <!-- test to validate features.xml -->
     <dependency>
       <groupId>org.opendaylight.odlparent</groupId>
index 31794e02a7048b2133bc1d10cacb8a8e217d400d..72339bfa7a41d499f1760f00cb50e3dcdae913f5 100644 (file)
@@ -94,4 +94,5 @@
     <repository>mvn:org.opendaylight.usecplugin/usecplugin-features/${feature.usecplugin.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>
+    <repository>mvn:org.opendaylight.yang-push/yangpush-features/${feature.yang-push.version}/xml/features</repository>
 </features>
index 297bcc379ddcd495806e576b50f2e17549eb6dae..ae92ec81466ad8af85d839a2c695bd9d87cb6f65 100644 (file)
         <feature version='${feature.vpnservice.version}'>odl-vpnservice-openstack</feature>
         <feature version='${feature.vtn-manager.version}'>odl-vtn-manager-neutron</feature>
         <feature version='${feature.vtn-manager.version}'>odl-vtn-manager-rest</feature>
+        <feature version='${feature.yang-push.version}'>odl-yangpush-api</feature>
+        <feature version='${feature.yang-push.version}'>odl-yangpush</feature>
     </feature>
 
 </features>
diff --git a/pom.xml b/pom.xml
index 1d7e87f8c6132dd20bf2c318becd7eaffe1ca679..4ccafb1c8aca657a98eaa88590d890627fc04540 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -65,6 +65,7 @@
     <feature.usecplugin.version>1.0.0-SNAPSHOT</feature.usecplugin.version>
     <feature.vpnservice.version>0.2.0-SNAPSHOT</feature.vpnservice.version>
     <feature.vtn-manager.version>0.4.0-SNAPSHOT</feature.vtn-manager.version>
+    <feature.yang-push.version>1.0.0-SNAPSHOT</feature.yang-push.version>
     <feature.yangtools.version>0.8.0-SNAPSHOT</feature.yangtools.version>
     <karaf.branding.version>1.2.0-SNAPSHOT</karaf.branding.version>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>