Add the new timeout parameter in properties file in CSIT 11/140911/2
authorFrancescoFioraEst <francesco.fiora@est.tech>
Fri, 16 May 2025 13:23:55 +0000 (14:23 +0100)
committerFrancesco Fiora <francesco.fiora@est.tech>
Mon, 19 May 2025 13:18:25 +0000 (13:18 +0000)
Add new parameter for timeout for all operations in ACM runtime.

Issue-ID: POLICY-5369
Change-Id: Icf3794f10f875bc80a6e3a953f5c395f24520cf5
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
compose/config/clamp/AcRuntimeParameters.yaml
helm/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml

index b129765..5387aaf 100644 (file)
@@ -1,3 +1,21 @@
+#  ============LICENSE_START=======================================================
+#   Copyright (C) 2024-2025 OpenInfra Foundation Europe. All rights reserved.
+#  ================================================================================
+#  Licensed under the Apache License, Version 2.0 (the "License");
+#  you may not use this file except in compliance with the License.
+#  You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+#
+#  SPDX-License-Identifier: Apache-2.0
+#  ============LICENSE_END=========================================================
+
 spring:
   application:
     name: acm-r
@@ -46,7 +64,8 @@ runtime:
     syncTopic: acm-ppnt-sync
   participantParameters:
     heartBeatMs: 20000
-    maxStatusWaitMs: 200000
+    maxStatusWaitMs: 150000
+    maxOperationWaitMs: 200000
   topicParameterGroup:
     topicSources:
       -
index f29c27e..184d873 100644 (file)
@@ -1,5 +1,5 @@
 #  ============LICENSE_START=======================================================
-#   Copyright (C) 2022,2024-2025 Nordix Foundation.
+#   Copyright (C) 2022,2024-2025 OpenInfra Foundation Europe. All rights reserved.
 #  ================================================================================
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
@@ -68,7 +68,8 @@ runtime:
     syncTopic: acm-ppnt-sync
   participantParameters:
     heartBeatMs: 120000
-    maxStatusWaitMs: 200000
+    maxStatusWaitMs: 150000
+    maxOperationWaitMs: 200000
   topicParameterGroup:
     topicSources:
       -