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:
parent
9c083c236e
commit
4958943f0b
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user