From f6680603a496d4bdaab74d65ed51be0a2446e518 Mon Sep 17 00:00:00 2001 From: Thomas Lee S Date: Mon, 30 May 2016 14:02:21 +0530 Subject: [PATCH] Addding Natapp features 1) Feature Tests Pass: https://jenkins.opendaylight.org/releng/view/natapp/job/natapp-merge-boron/org.opendaylight.natapp$natapp-features/ 2) Features Comply with Guidelines: https://jenkins.opendaylight.org/releng/view/natapp/job/natapp-merge-boron/org.opendaylight.natapp$natapp-features/lastSuccessfulBuild/artifact/org.opendaylight.natapp/natapp-features/0.1.0-SNAPSHOT/natapp-features-0.1.0-SNAPSHOT-features.xml a) Feature Names (prefixed with 'odl-'): odl-natapp b) Features Descriptions: "OpenDaylight :: natapp" c) Features Start-Levels: NA 3) Features Tested: Features have been tested for functionality with a) feature:install odl-natapp b) feature:install odl-natapp, odl-integration-compatible-with-all 4) Integration Test Impact: Nil Change-Id: Iac1024220c575854451b5d8b91c42a01a2691a78 Signed-off-by: Thomas Lee S --- features-index/pom.xml | 7 +++++++ features-index/src/main/resources/features.xml | 1 + features-test/src/main/resources/features.xml | 2 ++ pom.xml | 1 + 4 files changed, 11 insertions(+) diff --git a/features-index/pom.xml b/features-index/pom.xml index cf74dc82..5cd7f0d3 100644 --- a/features-index/pom.xml +++ b/features-index/pom.xml @@ -210,6 +210,13 @@ features xml + + org.opendaylight.natapp + natapp-features + ${feature.natapp.version} + features + xml + org.opendaylight.nemo nemo-features diff --git a/features-index/src/main/resources/features.xml b/features-index/src/main/resources/features.xml index 041440ba..06f672f2 100644 --- a/features-index/src/main/resources/features.xml +++ b/features-index/src/main/resources/features.xml @@ -61,6 +61,7 @@ mvn:org.opendaylight.l2switch/features-l2switch/${feature.l2switch.version}/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.natapp/natapp-features/${feature.natapp.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 diff --git a/features-test/src/main/resources/features.xml b/features-test/src/main/resources/features.xml index 5ac364f0..26b31c78 100644 --- a/features-test/src/main/resources/features.xml +++ b/features-test/src/main/resources/features.xml @@ -87,6 +87,8 @@ odl-lispflowmapping-ui odl-mdsal-benchmark odl-mdsal-broker + odl-natapp-api + odl-natapp odl-nemo-engine odl-nemo-engine-rest odl-nemo-engine-ui diff --git a/pom.xml b/pom.xml index 18ed79d0..84b589c6 100644 --- a/pom.xml +++ b/pom.xml @@ -44,6 +44,7 @@ 1.2.0-SNAPSHOT 1.4.0-SNAPSHOT 1.4.0-SNAPSHOT + 0.1.0-SNAPSHOT 1.1.0-SNAPSHOT 1.1.0-SNAPSHOT 0.2.0-SNAPSHOT -- 2.36.6