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
This commit is contained in:
Dmitry Tantsur 2022-02-17 15:31:52 +01:00
parent a83f38479e
commit 48f30ab528
1 changed files with 1 additions and 1 deletions

View File

@ -36,6 +36,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
@ -129,7 +130,6 @@
description: Test ironic standalone with IPA from source
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.