From 6fb5d3a67fb762f59d407e46a25c4778dba79798 Mon Sep 17 00:00:00 2001 From: "Claudio D. Gasparini" Date: Mon, 19 Oct 2015 16:34:34 +0200 Subject: [PATCH] Bug-2230: RSVP plugin integration -integrate RSVP with ODL karaf distribution -added "odl-bgppcep-rsvp" feature Change-Id: I576d01f850bc5076afd73eb75cf040751dd72e66 Signed-off-by: Claudio D. Gasparini --- features/index/pom.xml | 7 +++++++ features/index/src/main/resources/features.xml | 1 + features/test/src/main/resources/features.xml | 1 + 3 files changed, 9 insertions(+) diff --git a/features/index/pom.xml b/features/index/pom.xml index 15dc3655..4fb41630 100644 --- a/features/index/pom.xml +++ b/features/index/pom.xml @@ -86,6 +86,13 @@ ${feature.bgpcep.version} xml + + org.opendaylight.bgpcep + features-rsvp + features + ${feature.bgpcep.version} + xml + org.opendaylight.capwap capwap-features diff --git a/features/index/src/main/resources/features.xml b/features/index/src/main/resources/features.xml index 7b30a66b..fb0fe6c5 100644 --- a/features/index/src/main/resources/features.xml +++ b/features/index/src/main/resources/features.xml @@ -39,6 +39,7 @@ mvn:org.opendaylight.bgpcep/features-bmp/${feature.bgpcep.version}/xml/features mvn:org.opendaylight.bgpcep/features-extras/${feature.bgpcep.version}/xml/features mvn:org.opendaylight.bgpcep/features-pcep/${feature.bgpcep.version}/xml/features + mvn:org.opendaylight.bgpcep/features-rsvp/${feature.bgpcep.version}/xml/features mvn:org.opendaylight.capwap/capwap-features/${feature.capwap.version}/xml/features mvn:org.opendaylight.controller/features-adsal/${feature.adsal.version}/xml/features mvn:org.opendaylight.controller/features-mdsal/${feature.mdsal.version}/xml/features diff --git a/features/test/src/main/resources/features.xml b/features/test/src/main/resources/features.xml index 48000fff..d6488b2f 100644 --- a/features/test/src/main/resources/features.xml +++ b/features/test/src/main/resources/features.xml @@ -68,6 +68,7 @@ odl-bgpcep-bgp-all odl-bgpcep-bmp odl-bgpcep-pcep-all + odl-bgpcep-rsvp odl-capwap-ac-rest odl-didm-identification-api odl-didm-identification -- 2.36.6