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:
1 changed files with 1 additions and 1 deletions
@@ -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.
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.