From a52e8ba7f3859cf2d4a3d9dc866897cadc9c0e5c Mon Sep 17 00:00:00 2001 From: A H Date: Fri, 29 Jul 2016 08:57:41 -0700 Subject: [PATCH] Adding eman features 1) Feature Tests Pass: https://jenkins.opendaylight.org/releng/job/eman-merge-boron/2/ 2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=eman.git;a=blob;f=features/src/main/features/features.xml; a) Feature Names: Prefixed with 'odl-' : odl-eman b) Features Descriptions: Present c) Features Start-Levels: No start-levels on elements or elements 3) Features Tested: Features have been tested for functionality with a) feature:install odl-eman b) feature:install odl-eman, odl-integration-compatible-with-all 4) Integration Test Impact - none Change-Id: Ic5fe3d580e28f5d3e9a43687677ac631b29e981b Signed-off-by: A H --- features-index/pom.xml | 7 +++++++ features-index/src/main/resources/features.xml | 1 + features-test/src/main/resources/features.xml | 3 +++ pom.xml | 1 + 4 files changed, 12 insertions(+) diff --git a/features-index/pom.xml b/features-index/pom.xml index 1b851ff8..613a3dfb 100644 --- a/features-index/pom.xml +++ b/features-index/pom.xml @@ -183,6 +183,13 @@ features xml + + org.opendaylight.eman + eman-features + ${feature.eman.version} + features + xml + org.opendaylight.faas features-faas diff --git a/features-index/src/main/resources/features.xml b/features-index/src/main/resources/features.xml index f2b90341..3ebf4001 100644 --- a/features-index/src/main/resources/features.xml +++ b/features-index/src/main/resources/features.xml @@ -52,6 +52,7 @@ mvn:org.opendaylight.didm/features-didm-hp/${didm.version}/xml/features mvn:org.opendaylight.didm/features-didm-ovs/${didm.version}/xml/features mvn:org.opendaylight.dlux/features-dlux/${feature.dlux.version}/xml/features + mvn:org.opendaylight.eman/eman-features/${feature.eman.version}/xml/features mvn:org.opendaylight.faas/features-faas/${feature.faas.version}/xml/features mvn:org.opendaylight.genius/genius-features/${feature.genius.version}/xml/features mvn:org.opendaylight.groupbasedpolicy/features-groupbasedpolicy/${feature.groupbasedpolicy.version}/xml/features diff --git a/features-test/src/main/resources/features.xml b/features-test/src/main/resources/features.xml index 28b99010..4cde1cbe 100644 --- a/features-test/src/main/resources/features.xml +++ b/features-test/src/main/resources/features.xml @@ -83,6 +83,9 @@ odl-circuitsw-switch-ui odl-dlux-core odl-distribution-version + odl-eman + odl-eman-rest + odl-eman-ui odl-lispflowmapping-msmr odl-lispflowmapping-ui odl-mdsal-benchmark diff --git a/pom.xml b/pom.xml index 360f3f45..dcf5a2d5 100644 --- a/pom.xml +++ b/pom.xml @@ -41,6 +41,7 @@ 0.5.0-SNAPSHOT 1.7.0-SNAPSHOT 0.4.0-SNAPSHOT + 1.0.0-SNAPSHOT 1.1.0-SNAPSHOT 1.4.0-SNAPSHOT 0.1.0-SNAPSHOT -- 2.36.6