From c05fa8d16eee7e142295169d1e5a7bd688123870 Mon Sep 17 00:00:00 2001 From: Kai Gao Date: Thu, 3 Aug 2017 16:23:44 +0800 Subject: [PATCH] Add ALTO to Karaf 4 distribution Patch set: trigger rebuild after fixing missing config Patch set: use single features instead of aggregated features Patch set: recheck Change-Id: I5927dc9a4771f722d98979e72edfc24720f75b1f Signed-off-by: Kai Gao --- artifacts/upstream/feature-repos/pom.xml | 10 +++++ artifacts/upstream/single-features/pom.xml | 37 +++++++++++++++++++ features/repos/index/pom.xml | 8 ++++ .../pom.xml | 32 ++++++++++++++++ 4 files changed, 87 insertions(+) diff --git a/artifacts/upstream/feature-repos/pom.xml b/artifacts/upstream/feature-repos/pom.xml index 398aa6a6..d0940407 100644 --- a/artifacts/upstream/feature-repos/pom.xml +++ b/artifacts/upstream/feature-repos/pom.xml @@ -59,6 +59,16 @@ xml + + + org.opendaylight.alto + features4-alto + ${alto.version} + features + xml + + + org.opendaylight.bier diff --git a/artifacts/upstream/single-features/pom.xml b/artifacts/upstream/single-features/pom.xml index 07d67294..1f0cbf40 100644 --- a/artifacts/upstream/single-features/pom.xml +++ b/artifacts/upstream/single-features/pom.xml @@ -58,6 +58,43 @@ xml + + + org.opendaylight.alto + odl-alto-simpleird + ${alto.version} + features + xml + + + org.opendaylight.alto + odl-alto-manual-maps + ${alto.version} + features + xml + + + org.opendaylight.alto + odl-alto-simpleecs + ${alto.version} + features + xml + + + org.opendaylight.alto + odl-alto-auto-maps + ${alto.version} + features + xml + + + org.opendaylight.alto + odl-alto-spce + ${alto.version} + features + xml + + org.opendaylight.bier diff --git a/features/repos/index/pom.xml b/features/repos/index/pom.xml index 3ee05543..311adf38 100644 --- a/features/repos/index/pom.xml +++ b/features/repos/index/pom.xml @@ -69,6 +69,14 @@ xml + + + org.opendaylight.alto + features4-alto + features + xml + + org.opendaylight.bgpcep diff --git a/features/singles/odl-integration-compatible-with-all/pom.xml b/features/singles/odl-integration-compatible-with-all/pom.xml index c7e6380d..a6fce3a0 100644 --- a/features/singles/odl-integration-compatible-with-all/pom.xml +++ b/features/singles/odl-integration-compatible-with-all/pom.xml @@ -62,6 +62,38 @@ features + + + org.opendaylight.alto + odl-alto-simpleird + features + xml + + + org.opendaylight.alto + odl-alto-manual-maps + features + xml + + + org.opendaylight.alto + odl-alto-simpleecs + features + xml + + + org.opendaylight.alto + odl-alto-auto-maps + features + xml + + + org.opendaylight.alto + odl-alto-spce + features + xml + + org.opendaylight.bgpcep -- 2.36.6