From: FrancescoFioraEst Date: Tue, 18 Jul 2023 14:08:13 +0000 (+0100) Subject: Fix ACM OFF_LINE issue in microk8s environment X-Git-Tag: 3.0.1~10 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4e2f85fc36d6ae3d88f867990b03d12e09bfb5ef;p=policy%2Fdocker.git Fix ACM OFF_LINE issue in microk8s environment Issue-ID: POLICY-4770 Change-Id: I9722a2d863af9fd763aa72e339679f45a93d7850 Signed-off-by: FrancescoFioraEst --- diff --git a/compose/config/clamp/A1pmsParticipantParameters.yaml b/compose/config/clamp/A1pmsParticipantParameters.yaml index c9b5a8ad..f905484a 100755 --- a/compose/config/clamp/A1pmsParticipantParameters.yaml +++ b/compose/config/clamp/A1pmsParticipantParameters.yaml @@ -25,12 +25,7 @@ participant: intermediaryParameters: reportingTimeIntervalMs: 120000 description: Participant Description - participantId: - name: A1PMSParticipant0 - version: 1.0.0 - participantType: - name: org.onap.policy.clamp.acm.A1PMSParticipant - version: 2.3.4 + participantId: 101c62b3-8918-41b9-a747-d21eb79c6c00 clampAutomationCompositionTopics: topicSources: - topic: POLICY-ACRUNTIME-PARTICIPANT diff --git a/helm/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml b/helm/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml old mode 100644 new mode 100755 index 899cced6..98b6a76c --- a/helm/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml +++ b/helm/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml @@ -74,10 +74,7 @@ runtime: participantParameters: heartBeatMs: 120000 maxMessageAgeMs: 600000 - maxStatusWaitMs: 100000 - updateParameters: - maxRetryCount: 3 - maxWaitMs: 100000 + maxStatusWaitMs: 200000 topicParameterGroup: topicSources: -