From e05a96429ac2d4823011c9dc70accdd0f581b862 Mon Sep 17 00:00:00 2001 From: jhh Date: Tue, 13 Apr 2021 17:27:35 -0500 Subject: Add legacy-config new feature This feature makes the legacy configuration optional. It was used by brmsgw and other tooling to provision via its DMaaP channel. The capability to configure via PdpConfiguration object is kept in the core preserving backwards compatibility, but the DMaaP provisioning channel(s) are optional. Issue-ID: POLICY-2618 Signed-off-by: jhh Change-Id: Ia7198ac3b2810d85133c06ba5217a9c28e07ac4c Signed-off-by: jhh --- packages/docker/src/main/docker/Dockerfile | 2 +- packages/install/pom.xml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/docker/src/main/docker/Dockerfile b/packages/docker/src/main/docker/Dockerfile index 361d9a8f..691fc665 100644 --- a/packages/docker/src/main/docker/Dockerfile +++ b/packages/docker/src/main/docker/Dockerfile @@ -73,7 +73,7 @@ RUN unzip -o install-drools.zip && \ chmod 600 $POLICY_HOME/config/* && \ rm -f $POLICY_INSTALL/*.conf && \ . $POLICY_HOME/etc/profile.d/env.sh && \ - $POLICY_HOME/bin/features install healthcheck distributed-locking lifecycle no-locking && \ + $POLICY_HOME/bin/features install healthcheck distributed-locking lifecycle no-locking legacy-config && \ $POLICY_HOME/bin/features enable lifecycle && \ find $HOME/.m2/ -name _maven.repositories -exec rm -v {} \; && \ find $HOME/.m2/ -name _remote.repositories -exec rm -v {} \; && \ diff --git a/packages/install/pom.xml b/packages/install/pom.xml index db4ac39b..7bc21f69 100644 --- a/packages/install/pom.xml +++ b/packages/install/pom.xml @@ -145,6 +145,12 @@ ${project.version} zip + + org.onap.policy.drools-pdp + feature-legacy-config + ${project.version} + zip + -- cgit 1.2.3-korg