Increase the default UpgradeLeappRebootTimeout to 60 mins

On a physical host with ~36+ HDDs it can take 20-30mins to complete
the hardware part of the boot, so rather than cut off the reboot at
30 mins we double it to 60 mins.

Note that if the host is ready before that, the process will continue.

Change-Id: Iac930081170daa7d4453846c8efaa93b6ceabcfa
Closes-Bug: bz#1846475
(cherry picked from commit d58efb58e0)
This commit is contained in:
Jesse Pretorius (odyssey4me) 2020-06-17 15:18:10 +01:00 committed by Sergii Golovatiuk
parent ab3548f23a
commit 987df66853
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ parameters:
UpgradeLeappRebootTimeout:
description: Timeout (seconds) for the OS upgrade phase via Leapp
type: number
default: 1800
default: 3600
UpgradeLeappToRemove:
default: []
description: List of packages to remove during Leapp upgrade.