From 4cb98be4d43cd141b1fa6083a44488e28182e776 Mon Sep 17 00:00:00 2001 From: "Jesse Pretorius (odyssey4me)" Date: Wed, 17 Jun 2020 15:18:10 +0100 Subject: [PATCH] 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 d58efb58e0c39b2ca1585d87fe6d542484b33ad0) --- .../tripleo-packages/tripleo-packages-baremetal-puppet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/tripleo-packages/tripleo-packages-baremetal-puppet.yaml b/deployment/tripleo-packages/tripleo-packages-baremetal-puppet.yaml index 8771cf1b44..dc99ab6464 100644 --- a/deployment/tripleo-packages/tripleo-packages-baremetal-puppet.yaml +++ b/deployment/tripleo-packages/tripleo-packages-baremetal-puppet.yaml @@ -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.