Modify VIM Activate puppet configuration
Puppet configuration for VIM Activate retry is changed from 120 secs to 30 secs to be inline with VIM repo configuration. TEST PLAN PASSED: Upgrade from 24.09 to 25.09 with activation retries. Story: 2011045 Task: 51650 Change-Id: Ia4f502ab371217aac06f98df45485b4b717bccf8 Signed-off-by: Vanathi.Selvaraju <vanathi.selvaraju@windriver.com>
This commit is contained in:
parent
0333af6eff
commit
6eb001865e
@ -44,8 +44,8 @@ class nfv::vim (
|
||||
# sw_deploy_rollback uses timeout from sw_deploy_execute
|
||||
$deploy_host_execute_timeout = 3600,
|
||||
$deploy_activate_timeout = 3600,
|
||||
$deploy_activate_retries = 2,
|
||||
$deploy_activate_retry_delay = 120,
|
||||
$deploy_activate_retries = 3,
|
||||
$deploy_activate_retry_delay = 30,
|
||||
) {
|
||||
|
||||
include nfv::params
|
||||
|
Loading…
x
Reference in New Issue
Block a user