From 9b0c5428b9fab22af0bfa25c9385d4cd4fdba155 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Mon, 28 Oct 2024 10:14:14 -0500 Subject: [PATCH] fix: Ensure build timeouts are set to 10 minutes (#509) This change adds three new nova options to ensure that new instances have up to 10 minutes to become active, even when using boot from volume. Signed-off-by: Kevin Carter --- base-helm-configs/nova/nova-helm-overrides.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/base-helm-configs/nova/nova-helm-overrides.yaml b/base-helm-configs/nova/nova-helm-overrides.yaml index e423b891..3ec67f37 100644 --- a/base-helm-configs/nova/nova-helm-overrides.yaml +++ b/base-helm-configs/nova/nova-helm-overrides.yaml @@ -1378,6 +1378,9 @@ conf: instance_usage_audit: True instance_usage_audit_period: hour resume_guests_state_on_host_boot: True + instance_build_timeout: 600 + block_device_allocate_retries: 120 + block_device_allocate_retries_interval: 5 compute: max_disk_devices_to_attach: 8 vnc: