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:
parent
a83f38479e
commit
48f30ab528
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user