summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2022-02-17 15:31:52 +0100
committerDmitry Tantsur <dtantsur@protonmail.com>2022-02-22 11:32:48 +0000
commita48f3f1c4aa4720e7b8d27e9cb14f4f6f7f742f5 (patch)
tree076038f237dd0cfad4c9953b7d715a1fe6988984
parentba8981e3d29a56c33a931ef61e1c1d2380d2477e (diff)
downloadironic-python-agent-a48f3f1c4aa4720e7b8d27e9cb14f4f6f7f742f5.tar.gz
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
-rw-r--r--zuul.d/ironic-python-agent-jobs.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/zuul.d/ironic-python-agent-jobs.yaml b/zuul.d/ironic-python-agent-jobs.yaml
index 01486039..4c78c0b2 100644
--- a/zuul.d/ironic-python-agent-jobs.yaml
+++ b/zuul.d/ironic-python-agent-jobs.yaml
@@ -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.