Install architecture specific efi firmware for qemu

The qemu-efi package does not exist on Ubuntu Noble, so instead
install the specific package for the host architecture.

Change-Id: Id91cafc9c2f234bd5f18017a99f757f2bd751b35
This commit is contained in:
Jonathan Rosser 2024-07-18 12:06:27 +01:00
parent 0d90186970
commit 3719d5bf8b

View File

@ -71,13 +71,12 @@ nova_compute_oslomsg_amqp1_distro_packages:
nova_compute_kvm_distro_packages:
- libvirt-daemon
- libvirt-daemon-system
- ovmf
- python3-libvirt
- qemu-efi
- qemu-utils
- qemu-user
- qemu-block-extra
- "{{ (ansible_facts['architecture'] == 'x86_64') | ternary('qemu-system-x86', 'qemu-system-arm') }}"
- "{{ (ansible_facts['architecture'] == 'x86_64') | ternary('ovmf', 'qemu-efi-aarch64') }}"
- qemu-system-misc
- ipxe-qemu