Skip to content
Snippets Groups Projects
Commit 49c33e0a authored by Pierre Riteau's avatar Pierre Riteau
Browse files

seed-vm/infra-vms: Use efi as default

Change-Id: I7d71689ef9b5a8a092fe78da4ee3d2a645a1316e
parent 9702736b
No related branches found
No related tags found
No related merge requests found
......@@ -76,8 +76,8 @@ infra_vm_wait_connection_ssh_extra_args: '-o StrictHostKeyChecking=no'
# OS family. Needed for config drive generation.
infra_vm_os_family: "{{ 'RedHat' if os_distribution in ['centos', 'rocky'] else 'Debian' }}"
# Boot firmware. Possible values are 'bios' or 'efi'. Default is 'bios'.
infra_vm_boot_firmware: "bios"
# Boot firmware. Possible values are 'bios' or 'efi'. Default is 'efi'.
infra_vm_boot_firmware: "efi"
# Machine type. Libvirt default configuration is used.
infra_vm_machine:
......
......@@ -66,8 +66,8 @@ seed_vm_data_format: qcow2
# List of network interfaces to attach to the seed VM.
seed_vm_interfaces: "{{ network_interfaces | sort | map('net_libvirt_vm_network') | list }}"
# Boot firmware. Possible values are 'bios' or 'efi'. Default is 'bios'.
seed_vm_boot_firmware: "bios"
# Boot firmware. Possible values are 'bios' or 'efi'. Default is 'efi'.
seed_vm_boot_firmware: "efi"
# Machine type. Libvirt default configuration is used.
seed_vm_machine:
......@@ -58,7 +58,7 @@
# OS family. Needed for config drive generation.
#infra_vm_os_family:
# Boot firmware. Possible values are 'bios' or 'efi'. Default is 'bios'.
# Boot firmware. Possible values are 'bios' or 'efi'. Default is 'efi'.
#infra_vm_boot_firmware:
# Machine type. Libvirt default configuration is used.
......
......@@ -61,7 +61,7 @@
#
#seed_vm_interfaces:
# Boot firmware. Possible values are 'bios' or 'efi'. Default is 'bios'.
# Boot firmware. Possible values are 'bios' or 'efi'. Default is 'efi'.
#seed_vm_boot_firmware:
# Machine type. Libvirt default configuration is used.
......
---
upgrade:
- |
Changes the default boot firmware for seed and infra VMs to ``efi``. Set
``infra_vm_boot_firmware`` and ``seed_vm_boot_firmware`` to ``bios`` to
retain existing behaviour.
fixes:
- |
Fixes compatibility with Rocky Linux 9.4 GenericCloud images by switching
to ``efi`` boot firmware.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment