Ensure ipxe-qemu is always installed

This is required by qemu-system-x86 but only recommended by
qemu-system-arm. Without the file /usr/lib/ipxe/efi-virtio.rom
from ipxe-qemu it is not possible to boot a VM on arm
hosts.

This patch ensures that ipxe-qemu is always installed.

Change-Id: I27fd98a1568bda8bea3d88c3f18b44a080982d0e
This commit is contained in:
Jonathan Rosser 2023-05-04 10:08:12 +01:00
parent dd00e710d7
commit 15fde4287d

View File

@ -80,6 +80,7 @@ nova_compute_kvm_distro_packages:
- qemu-block-extra
- "{{ (ansible_facts['architecture'] == 'x86_64') | ternary('qemu-system-x86', 'qemu-system-arm') }}"
- qemu-system-misc
- ipxe-qemu
nova_compute_kvm_packages_to_symlink:
- python3-libvirt