From 73dbc6bf43b0869bb0ae9ed325079285d3a91e5b Mon Sep 17 00:00:00 2001 From: Steve Dean Date: Thu, 5 Mar 2015 09:55:49 -0800 Subject: [PATCH] Adding features to main features.xml in integraion repo 1) Feature Tests Pass: https://jenkins.opendaylight.org/releng/job/integration-distribution-verify-master/5/testReport/ 2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=snmp.git;a=blob;f=features/src/main/resources/features.xml a) Feature Names (prefixed with 'odl-'): odl-snmp-plugin (check https://wiki.opendaylight.org/view/Runtime:Karaf_Features_Guidelines#Feature_Naming) b) Features Descriptions: Present (check https://wiki.opendaylight.org/view/Runtime:Karaf_Features_Guidelines#Description) c) Features Start-Levels: None 3) Features Tested: Features have been tested for functionality with a) feature:install odl-snmp-plugin b) feature:install odl-snmp-plugin, odl-integration-compatible-with-all 4) Integration Test Impact: None Change-Id: Ifacc077dd4b46db2365e38cb58fc873ed796eb49 Signed-off-by: Steve Dean --- features/index/pom.xml | 9 ++++++++- features/index/src/main/resources/features.xml | 3 ++- features/test/src/main/resources/features.xml | 7 ++++--- pom.xml | 8 +------- 4 files changed, 15 insertions(+), 12 deletions(-) diff --git a/features/index/pom.xml b/features/index/pom.xml index 4373b410..869ecccb 100644 --- a/features/index/pom.xml +++ b/features/index/pom.xml @@ -45,7 +45,7 @@ xml - org.opendaylight.controller + org.opendaylight.neutron features-neutron ${feature.neutron.version} features @@ -258,6 +258,13 @@ xml + + org.opendaylight.snmp + features-snmp + ${snmp.plugin.version} + features + xml + diff --git a/features/index/src/main/resources/features.xml b/features/index/src/main/resources/features.xml index ffd45990..13fbe3cf 100644 --- a/features/index/src/main/resources/features.xml +++ b/features/index/src/main/resources/features.xml @@ -44,7 +44,7 @@ mvn:org.opendaylight.groupbasedpolicy/features-groupbasedpolicy/${feature.groupbasedpolicy.version}/xml/features mvn:org.opendaylight.l2switch/features-l2switch/0.2.0-SNAPSHOT/xml/features mvn:org.opendaylight.lispflowmapping/features-lispflowmapping/${feature.lispflowmapping.version}/xml/features - mvn:org.opendaylight.controller/features-neutron/${feature.neutron.version}/xml/features + mvn:org.opendaylight.neutron/features-neutron/${feature.neutron.version}/xml/features mvn:org.opendaylight.openflowplugin/features-openflowplugin/${feature.openflowplugin.version}/xml/features mvn:org.opendaylight.openflowplugin/features-openflowplugin-extension/${feature.openflowplugin.version}/xml/features mvn:org.opendaylight.openflowplugin.legacy/features-legacy/${feature.openflowplugin.version}/xml/features @@ -65,4 +65,5 @@ mvn:org.opendaylight.topoprocessing/features-topoprocessing/${feature.topoprocessing.version}/xml/features mvn:org.opendaylight.ttp/features-ttp/${feature.ttp.version}/xml/features mvn:org.opendaylight.vtn/features-vtn-manager/${feature.vtn-manager.version}/xml/features + mvn:org.opendaylight.snmp/features-snmp/${snmp.plugin.version}/xml/features diff --git a/features/test/src/main/resources/features.xml b/features/test/src/main/resources/features.xml index 4dc9de78..f42c02b4 100644 --- a/features/test/src/main/resources/features.xml +++ b/features/test/src/main/resources/features.xml @@ -68,8 +68,7 @@ odl-dlux-core odl-lispflowmapping-all odl-mdsal-broker - odl-neutron-northbound - odl-neutron-implementation + odl-neutron-service odl-netconf-connector-ssh odl-nsf-all odl-openflowjava-protocol @@ -86,10 +85,12 @@ odl-sfclisp odl-sfcofl2 odl-snbi-all - odl-topoprocessing-all + odl-topoprocessing-framework + odl-topoprocessing-mlmt odl-ttp-all odl-snmp4sdn-all odl-tcpmd5-all + odl-snmp-plugin diff --git a/pom.xml b/pom.xml index 4c91350e..187172b8 100644 --- a/pom.xml +++ b/pom.xml @@ -47,6 +47,7 @@ 2.16 2.13 1.3.1 + 1.0-SNAPSHOT distributions/ @@ -263,13 +264,6 @@ features xml - - - - org.opendaylight.yangtools - features-test - ${feature.yangtools.version} - -- 2.36.6