From ed03c8bb6cb5762e06176c8a671f39d60469b2c2 Mon Sep 17 00:00:00 2001 From: A H Date: Thu, 15 Oct 2015 00:01:50 -0700 Subject: [PATCH 1/1] Adding nemo features. 1) Feature Tests Pass: http://jenkins.opendaylight.org/releng/view/nemo/job/nemo-merge-beryllium/3/ 2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=nemo.git;a=blob;f=nemo-features/src/main/features/features.xml; a) Feature Names: odl-nemo-engine-ui 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-restconf-all odl-mdsal-apidocs odl-nemo-engine-ui b) feature:install odl-integration-compatible-with-all 4) Integration Test Impact: None Change-Id: If4c6f6417cf73634be3b9c9676b362f432ea0ff8 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 125df959..622f43de 100644 --- a/features/index/pom.xml +++ b/features/index/pom.xml @@ -165,6 +165,13 @@ features xml + + org.opendaylight.nemo + nemo-features + ${feature.nemo.version} + features + xml + org.opendaylight.netconf features-netconf diff --git a/features/index/src/main/resources/features.xml b/features/index/src/main/resources/features.xml index 2cf17b5b..2f4ec8af 100644 --- a/features/index/src/main/resources/features.xml +++ b/features/index/src/main/resources/features.xml @@ -52,6 +52,7 @@ mvn:org.opendaylight.l2switch/features-l2switch/0.3.0-SNAPSHOT/xml/features mvn:org.opendaylight.lacp/features-lacp/${feature.lacp.version}/xml/features mvn:org.opendaylight.lispflowmapping/features-lispflowmapping/${feature.lispflowmapping.version}/xml/features + mvn:org.opendaylight.nemo/nemo-features/${feature.nemo.version}/xml/features mvn:org.opendaylight.netconf/features-netconf/${feature.netconf.version}/xml/features mvn:org.opendaylight.netconf/features-netconf-connector/${feature.netconf.version}/xml/features mvn:org.opendaylight.netconf/features-restconf/${feature.restconf.version}/xml/features diff --git a/features/test/src/main/resources/features.xml b/features/test/src/main/resources/features.xml index 325f26b1..8c782a76 100644 --- a/features/test/src/main/resources/features.xml +++ b/features/test/src/main/resources/features.xml @@ -79,6 +79,9 @@ odl-lispflowmapping-neutron odl-lispflowmapping-ui odl-mdsal-broker + odl-nemo-engine + odl-nemo-engine-rest + odl-nemo-engine-ui odl-neutron-service odl-netconf-connector-ssh odl-nsf-all diff --git a/pom.xml b/pom.xml index fda70377..c4f053d3 100644 --- a/pom.xml +++ b/pom.xml @@ -34,6 +34,7 @@ 1.1.0-SNAPSHOT 1.3.0-SNAPSHOT 1.3.0-SNAPSHOT + 1.0.0-SNAPSHOT 1.0.0-SNAPSHOT 1.1.0-SNAPSHOT 0.6.0-SNAPSHOT -- 2.36.6