From e9ff9d04e9731ada5661106f2d3d02ede7dd526f Mon Sep 17 00:00:00 2001 From: Navin Agrawal Date: Sun, 5 Apr 2015 23:18:46 -0700 Subject: [PATCH] Adding capwap features 1) Feature Tests Pass: https://jenkins.opendaylight.org/releng/job/capwap-merge-master/4/ 2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=capwap.git;a=blob;f=features/src/main/features/features.xml;h=7a747ce3bd157bde730c475e5f91c010d6aaf877;hb=HEAD a) Feature Names: Prefixed with 'odl-' : odl-capwap-ac-rest 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-capwap-ac-rest b) feature:install odl-integration-compatible-with-all 4) Integration Test Impact - none Change-Id: I7bd315f3bcaf9fbb21003cf978089b803b356b16 Signed-off-by: Navin Agrawal --- features/index/pom.xml | 8 ++++++++ features/index/src/main/resources/features.xml | 1 + features/test/src/main/resources/features.xml | 1 + pom.xml | 1 + 4 files changed, 11 insertions(+) diff --git a/features/index/pom.xml b/features/index/pom.xml index c9223321..f75b51f2 100644 --- a/features/index/pom.xml +++ b/features/index/pom.xml @@ -272,6 +272,14 @@ xml + + org.opendaylight.capwap + capwap-features + ${feature.capwap.version} + features + xml + + org.opendaylight.snmp features-snmp diff --git a/features/index/src/main/resources/features.xml b/features/index/src/main/resources/features.xml index f07bd413..43e146be 100644 --- a/features/index/src/main/resources/features.xml +++ b/features/index/src/main/resources/features.xml @@ -75,4 +75,5 @@ mvn:org.opendaylight.usc/usc-features/${feature.usc.version}/xml/features mvn:org.opendaylight.vpnservice/vpnservice-features/${feature.vpnservice.version}/xml/features mvn:org.opendaylight.vtn/features-vtn-manager/${feature.vtn-manager.version}/xml/features + mvn:org.opendaylight.capwap/capwap-features/${feature.capwap.version}/xml/features diff --git a/features/test/src/main/resources/features.xml b/features/test/src/main/resources/features.xml index 3e4ddcba..7464287d 100644 --- a/features/test/src/main/resources/features.xml +++ b/features/test/src/main/resources/features.xml @@ -65,6 +65,7 @@ odl-adsal-all odl-bgpcep-bgp-all odl-bgpcep-pcep-all + odl-capwap-ac-rest odl-didm-identification-api odl-didm-identification odl-didm-drivers-api diff --git a/pom.xml b/pom.xml index f34d95f7..054a924f 100644 --- a/pom.xml +++ b/pom.xml @@ -38,6 +38,7 @@ 1.1.0-SNAPSHOT 0.1.0-SNAPSHOT 1.0-SNAPSHOT + 0.1.0-SNAPSHOT 0.3.0-SNAPSHOT 0.4.0-SNAPSHOT