From 3719d5bf8b74c2f531d5ad7e0d569c597f1ffe09 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Thu, 18 Jul 2024 12:06:27 +0100 Subject: [PATCH] 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 --- vars/debian.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vars/debian.yml b/vars/debian.yml index f7786e4c..1c0be27c 100644 --- a/vars/debian.yml +++ b/vars/debian.yml @@ -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