From ab69212fe72bd3004513f7eaba7f36769aad8b41 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Mon, 11 Oct 2021 11:49:50 +0200 Subject: [PATCH] Set explicit boot mode to bios for legacy job The default boot mode for ironic is now uefi [1] The legacy jobs should set IRONIC_BOOT_MODE explicitely to bios. [1] https://opendev.org/openstack/ironic/commit/493b4f0caf591caeaa3285c7f597a54121d99985 Change-Id: If5c8feb3a829eaff56519846de3e5ccd6bab24c4 --- .zuul.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 95fd0b8..d81c89c 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -128,6 +128,7 @@ # NOTE(dtantsur): we need to use streaming, otherwise the image won't # fit in RAM. IRONIC_AGENT_IMAGE_DOWNLOAD_SOURCE: http + IRONIC_BOOT_MODE: bios devstack_services: # Since we're using streaming, try non-swift backends. s-account: false @@ -156,7 +157,6 @@ # NOTE(dtantsur): we need to use streaming, otherwise the image won't # fit in RAM. IRONIC_AGENT_IMAGE_DOWNLOAD_SOURCE: http - IRONIC_BOOT_MODE: uefi IRONIC_VM_SPECS_RAM: 3072 devstack_services: # Since we're using streaming, try non-swift backends. @@ -179,6 +179,8 @@ parent: metalsmith-integration-base run: playbooks/integration/run.yaml vars: + devstack_localrc: + IRONIC_BOOT_MODE: bios metalsmith_netboot: true metalsmith_precreate_port: false @@ -189,6 +191,8 @@ parent: metalsmith-integration-base run: playbooks/integration/run.yaml vars: + devstack_localrc: + IRONIC_BOOT_MODE: bios metalsmith_netboot: true metalsmith_precreate_port: true metalsmith_use_http: true