From: kalaiselvik Date: Thu, 19 Mar 2015 11:57:40 +0000 (+0530) Subject: Adding lacp feature X-Git-Tag: release/lithium-sr2~51 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=7b042e7301be5225bfd79a99506b9fadaf560657;p=integration%2Fdistribution.git Adding lacp feature 1)Feature Tests Pass: https://jenkins.opendaylight.org/releng/job/lacp-merge-master/33/org.opendaylight.lacp$features-lacp/testReport/ 2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=lacp.git;a=blob;f=features/src/main/features/features.xml a) Feature Names: Prefixed with 'odl-' : odl-lacp-ui, odl-lacp-rest 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-lacp-ui b) feature:install odl-integration-compatible-with-all 4) Integration Test Impact - none Change-Id: I2cc7bdf237b75c40e113f1e53ca15ff3bb66e636 Signed-off-by: kalaiselvik --- diff --git a/features/index/pom.xml b/features/index/pom.xml index 5d36135f..f9e97554 100644 --- a/features/index/pom.xml +++ b/features/index/pom.xml @@ -289,6 +289,13 @@ features xml + + org.opendaylight.lacp + features-lacp + 1.0.0-SNAPSHOT + features + xml + diff --git a/features/index/src/main/resources/features.xml b/features/index/src/main/resources/features.xml index 79fe0857..7b572f38 100644 --- a/features/index/src/main/resources/features.xml +++ b/features/index/src/main/resources/features.xml @@ -69,4 +69,5 @@ mvn:org.opendaylight.snmp/features-snmp/${snmp.plugin.version}/xml/features mvn:org.opendaylight.didm/didm-features/${didm.version}/xml/features mvn:org.opendaylight.vpnservice/vpnservice-features/${feature.vpnservice.version}/xml/features + mvn:org.opendaylight.lacp/features-lacp/${feature.lacp.version}/xml/features diff --git a/features/test/src/main/resources/features.xml b/features/test/src/main/resources/features.xml index 3555e96b..aa4f4211 100644 --- a/features/test/src/main/resources/features.xml +++ b/features/test/src/main/resources/features.xml @@ -98,6 +98,7 @@ odl-didm-identification odl-didm-drivers-api odl-vpnservice-core + odl-lacp-ui diff --git a/pom.xml b/pom.xml index 274dc901..887233bd 100644 --- a/pom.xml +++ b/pom.xml @@ -51,6 +51,7 @@ 1.0-SNAPSHOT 0.1.0-SNAPSHOT 1.0-SNAPSHOT + 1.0.0-SNAPSHOT distributions/