From: FrancescoFioraEst Date: Fri, 16 May 2025 13:23:55 +0000 (+0100) Subject: Add the new timeout parameter in properties file in CSIT X-Git-Tag: 4.2.0~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F11%2F140911%2F2;p=policy%2Fdocker.git Add the new timeout parameter in properties file in CSIT Add new parameter for timeout for all operations in ACM runtime. Issue-ID: POLICY-5369 Change-Id: Icf3794f10f875bc80a6e3a953f5c395f24520cf5 Signed-off-by: FrancescoFioraEst --- diff --git a/compose/config/clamp/AcRuntimeParameters.yaml b/compose/config/clamp/AcRuntimeParameters.yaml index b1297650..5387aaf3 100644 --- a/compose/config/clamp/AcRuntimeParameters.yaml +++ b/compose/config/clamp/AcRuntimeParameters.yaml @@ -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: - 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 f29c27e8..184d8731 100644 --- a/helm/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml +++ b/helm/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml @@ -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: -