From 0c7f2d1e05d436091f50700880622c4be264e532 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 3 May 2017 10:51:32 +0200 Subject: [PATCH] BUG-8342: force config-manager startup config-manager needs to be pretty much the first thing that comes up due to historic reasons. Assign it a low start level so it activates before the blueprint extension. Change-Id: I2d0a3706843409e8a22f9064f27e47cc0df46c95 Signed-off-by: Robert Varga (cherry picked from commit 21870dc0696930b3be36c689bc7ae0929c5b9878) --- .../features-config/src/main/features/features.xml | 2 +- features/config/odl-config-manager/pom.xml | 2 +- .../src/main/feature/feature.xml | 14 ++++++++++++++ 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 features/config/odl-config-manager/src/main/feature/feature.xml diff --git a/features/config/features-config/src/main/features/features.xml b/features/config/features-config/src/main/features/features.xml index e34769d481..47d0df0294 100644 --- a/features/config/features-config/src/main/features/features.xml +++ b/features/config/features-config/src/main/features/features.xml @@ -37,6 +37,6 @@ odl-config-core - mvn:org.opendaylight.controller/config-manager/{{VERSION}} + mvn:org.opendaylight.controller/config-manager/{{VERSION}} diff --git a/features/config/odl-config-manager/pom.xml b/features/config/odl-config-manager/pom.xml index 2ce6d4e2b0..2b82463727 100644 --- a/features/config/odl-config-manager/pom.xml +++ b/features/config/odl-config-manager/pom.xml @@ -38,4 +38,4 @@ - \ No newline at end of file + diff --git a/features/config/odl-config-manager/src/main/feature/feature.xml b/features/config/odl-config-manager/src/main/feature/feature.xml new file mode 100644 index 0000000000..c5c322ef1b --- /dev/null +++ b/features/config/odl-config-manager/src/main/feature/feature.xml @@ -0,0 +1,14 @@ + + + + mvn:org.opendaylight.controller/odl-config-core/${project.version}/xml/features + + mvn:org.opendaylight.controller/config-manager/${project.version} + + -- 2.36.6