From 4958943f0bdf7ad4391cd28cdaea9149e0d9b9ce Mon Sep 17 00:00:00 2001 From: Kyle MacLeod Date: Wed, 8 Sep 2021 17:54:32 -0400 Subject: [PATCH] Config values for network issues during subcloud audit Add config values for: Handle intermittent network issues during subcloud audit by queuing the subcloud for reattempt, up to a configurable max-reattempt number. Story: 2008960 Task: 43243 Signed-off-by: Kyle MacLeod Change-Id: I8feb48db89f464eaecf9cbdffa8c154ef895e990 --- modules/puppet-sysinv/src/sysinv/manifests/certmon.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/puppet-sysinv/src/sysinv/manifests/certmon.pp b/modules/puppet-sysinv/src/sysinv/manifests/certmon.pp index 6e1bce85..ad6a6f1a 100644 --- a/modules/puppet-sysinv/src/sysinv/manifests/certmon.pp +++ b/modules/puppet-sysinv/src/sysinv/manifests/certmon.pp @@ -83,6 +83,8 @@ class sysinv::certmon ( 'certmon/max_retry': value => 14; 'certmon/audit_interval': value => 86400; 'certmon/startup_audit_all': value => false; + 'certmon/network_retry_interval': value => 180; + 'certmon/network_max_retry': value => 5; 'certmon/audit_batch_size': value => 10; 'certmon/audit_greenpool_size': value => 4; }