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:
parent
0d90186970
commit
3719d5bf8b
@ -71,13 +71,12 @@ nova_compute_oslomsg_amqp1_distro_packages:
|
|||||||
nova_compute_kvm_distro_packages:
|
nova_compute_kvm_distro_packages:
|
||||||
- libvirt-daemon
|
- libvirt-daemon
|
||||||
- libvirt-daemon-system
|
- libvirt-daemon-system
|
||||||
- ovmf
|
|
||||||
- python3-libvirt
|
- python3-libvirt
|
||||||
- qemu-efi
|
|
||||||
- qemu-utils
|
- qemu-utils
|
||||||
- qemu-user
|
- qemu-user
|
||||||
- qemu-block-extra
|
- qemu-block-extra
|
||||||
- "{{ (ansible_facts['architecture'] == 'x86_64') | ternary('qemu-system-x86', 'qemu-system-arm') }}"
|
- "{{ (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
|
- qemu-system-misc
|
||||||
- ipxe-qemu
|
- ipxe-qemu
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user