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 <kyle.macleod@windriver.com>
Change-Id: I8feb48db89f464eaecf9cbdffa8c154ef895e990
This commit is contained in:
Kyle MacLeod 2021-09-08 17:54:32 -04:00
parent 9c083c236e
commit 4958943f0b
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}