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] 493b4f0caf

Change-Id: If5c8feb3a829eaff56519846de3e5ccd6bab24c4
This commit is contained in:
Riccardo Pittau
2021-10-11 11:49:50 +02:00
parent f98dfa61c1
commit ab69212fe7

View File

@@ -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