Higher timeout and two tries for update packages
For the yum/apt upgrade exec increase the timeout from the default 5 minutes to 15 minutes and do two tries. Change-Id: I6687e7768862ab0471714392b358ac423f31ef72
This commit is contained in:
parent
1c1fd8bf1f
commit
9cb0e06ee6
@ -131,6 +131,8 @@ class openstack_integration::repos {
|
||||
exec { 'update-packages':
|
||||
command => $update_cmd,
|
||||
refreshonly => true,
|
||||
tries => 2,
|
||||
timeout => 900,
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user