From 5d7e529f095a706b1d5085d03c8b50b3df4f57ad Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Thu, 17 Feb 2022 15:31:52 +0100 Subject: Stop defaulting the standalone job to netboot; use the correct boot mode Its configuration must match one in Ironic, and netboot does not work with whole disk images under UEFI. Fix the boot mode of the BIOS job: it was running in UEFI. Change-Id: Ia207e80bbfc30f8d2891e11bbeda7b2ab0d617c0 --- zuul.d/ironic-python-agent-jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul.d/ironic-python-agent-jobs.yaml b/zuul.d/ironic-python-agent-jobs.yaml index 8bf1ea89..4fac9a7e 100644 --- a/zuul.d/ironic-python-agent-jobs.yaml +++ b/zuul.d/ironic-python-agent-jobs.yaml @@ -40,6 +40,7 @@ s-object: True s-proxy: True devstack_localrc: + IRONIC_BOOT_MODE: bios IRONIC_DEFAULT_BOOT_OPTION: netboot IRONIC_DEFAULT_DEPLOY_INTERFACE: direct SWIFT_ENABLE_TEMPURLS: True @@ -140,7 +141,6 @@ - openstack/ironic-lib vars: devstack_localrc: - IRONIC_DEFAULT_BOOT_OPTION: netboot IRONIC_BUILD_DEPLOY_RAMDISK: True # NOTE(dtantsur): the ansible deploy doesn't depend on IPA code, # excluding it from the enabled list to save gate time. -- cgit v1.2.1