From 6ad75cf3afd80879a45def8d57f252bc2a91afbd Mon Sep 17 00:00:00 2001 From: Martin Sunal Date: Sun, 14 Jun 2015 23:32:11 +0200 Subject: [PATCH] Adding sxp features 1) Feature Tests Pass: https://jenkins.opendaylight.org/releng/view/sxp/job/sxp-merge-stable-lithium/org.opendaylight.sxp$features/6/testReport/ 2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=sxp.git;a=blob;f=features/src/main/resources/features.xml; a) Feature Names (prefixed with 'odl-'): odl-sxp-controller 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-sxp-controller b) feature:install odl-sxp-controller, odl-integration-compatible-with-all 4) Integration Test Impact: none Signed-off-by: Martin Sunal --- features/index/pom.xml | 7 +++++++ features/index/src/main/resources/features.xml | 1 + features/test/src/main/resources/features.xml | 1 + pom.xml | 1 + 4 files changed, 10 insertions(+) diff --git a/features/index/pom.xml b/features/index/pom.xml index c2e0d8cf..54bc364c 100644 --- a/features/index/pom.xml +++ b/features/index/pom.xml @@ -310,6 +310,13 @@ features xml + + org.opendaylight.sxp + features + ${feature.sxp.version} + features + xml + org.opendaylight.tcpmd5 features-tcpmd5 diff --git a/features/index/src/main/resources/features.xml b/features/index/src/main/resources/features.xml index 81cd67db..4f182343 100644 --- a/features/index/src/main/resources/features.xml +++ b/features/index/src/main/resources/features.xml @@ -71,6 +71,7 @@ mvn:org.opendaylight.snbi/features-snbi/${feature.snbi.version}/xml/features mvn:org.opendaylight.snmp/features-snmp/${snmp.plugin.version}/xml/features mvn:org.opendaylight.snmp4sdn/features-snmp4sdn/${feature.snmp4sdn.version}/xml/features + mvn:org.opendaylight.sxp/features/${feature.sxp.version}/xml/features mvn:org.opendaylight.tcpmd5/features-tcpmd5/${feature.tcpmd5.version}/xml/features mvn:org.opendaylight.topoprocessing/features-topoprocessing/${feature.topoprocessing.version}/xml/features mvn:org.opendaylight.tsdr/features-tsdr/${feature.tsdr.version}/xml/features diff --git a/features/test/src/main/resources/features.xml b/features/test/src/main/resources/features.xml index 2e0a4cb7..a3cf7cc8 100644 --- a/features/test/src/main/resources/features.xml +++ b/features/test/src/main/resources/features.xml @@ -96,6 +96,7 @@ odl-sfc-sb-rest odl-sfc-ovs odl-sfc-netconf + odl-sxp-controller odl-snmp-plugin odl-snmp4sdn-all odl-tcpmd5-all diff --git a/pom.xml b/pom.xml index 36538922..2f9ce09d 100644 --- a/pom.xml +++ b/pom.xml @@ -45,6 +45,7 @@ 0.1.0-SNAPSHOT 1.1.0-SNAPSHOT 0.2.0-SNAPSHOT + 1.1-SNAPSHOT 1.1.0-SNAPSHOT 0.0.1-SNAPSHOT 1.0-SNAPSHOT -- 2.36.6