aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancescoFioraEst <francesco.fiora@est.tech>2023-07-18 15:08:13 +0100
committerAdheli Tavares <adheli.tavares@est.tech>2023-08-09 10:20:45 +0000
commit45fb56e7cf9711a3687f61a6e28e7c6d3dcdaf12 (patch)
tree5572e571662a913d6f23ed79528793aeecc22950
parentcdfcca42051c92ce54e85e6658ede5a75fa15540 (diff)
Fix ACM OFF_LINE issue in microk8s environment
Issue-ID: POLICY-4770 Change-Id: I9722a2d863af9fd763aa72e339679f45a93d7850 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech> (cherry picked from commit 4e2f85fc36d6ae3d88f867990b03d12e09bfb5ef)
-rwxr-xr-xcompose/config/clamp/A1pmsParticipantParameters.yaml7
-rwxr-xr-x[-rw-r--r--]helm/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml5
2 files changed, 2 insertions, 10 deletions
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
index 899cced6..98b6a76c 100644..100755
--- 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:
-