From: Ramesh Parthasarathy Date: Thu, 27 Sep 2018 22:43:35 +0000 (+0000) Subject: Watchdog timer too short in oom override.yaml X-Git-Tag: 3.0.0-ONAP~239^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=cae2d4dc4fabbf3130c74ed402974f9b7a2fb10a;p=oom.git Watchdog timer too short in oom override.yaml watchdog timeout was increased to 300 seconds from 60 seconds in override.yaml to overcome distribution timeout Change-Id: Icaf9e31ae92b5b786eb89487c0744d71921fa97e Issue-ID: SO-1072 Signed-off-by: Ramesh Parthasarathy(rp6768) --- diff --git a/kubernetes/so/charts/so-sdc-controller/resources/config/overrides/override.yaml b/kubernetes/so/charts/so-sdc-controller/resources/config/overrides/override.yaml index 899274c715..38c3848892 100755 --- a/kubernetes/so/charts/so-sdc-controller/resources/config/overrides/override.yaml +++ b/kubernetes/so/charts/so-sdc-controller/resources/config/overrides/override.yaml @@ -52,7 +52,7 @@ mso: activateServerTLSAuth: false keyStorePassword: keyStorePath: - watchDogTimeout: 60 + watchDogTimeout: 300 isFitlerInEmptyResources: true messageBusAddress: message-router.{{ include "common.namespace" . }},message-router.{{ include "common.namespace" . }} asdc: