From 149d555d6b19ccfd903fff2797d901bfa3a0c69f Mon Sep 17 00:00:00 2001 From: Georgina Shippey Date: Mon, 18 Nov 2019 16:38:34 +0000 Subject: [PATCH] Readd some QEMU distro packages Had issues where QEMU packages were not in sync and got an error: ... Note: only modules from the same build can be loaded. ... The qemu package no longer lists dependencies on qemu-system, qemu-user, qemu-utils in apt show. Qemu-utils is recommended by other packages but I am unsure as to whether this will guarantee an upgrade in all circumstances. While qemu-system does list dependencies on the arm, mips, ppc... packages they are unversioned and therefore do not keep in step. Change-Id: I8ea4681a58a54bdc6a24ff053b11dfee5cc7af59 --- vars/debian.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vars/debian.yml b/vars/debian.yml index 2cb41b1a..7c9cffd8 100644 --- a/vars/debian.yml +++ b/vars/debian.yml @@ -70,7 +70,12 @@ nova_compute_kvm_distro_packages: - libvirt-daemon-system - python3-libvirt - qemu + - qemu-utils + - qemu-user - qemu-block-extra + - qemu-system + - "{{ (ansible_architecture == 'x86_64') | ternary('qemu-system-x86', 'qemu-system-arm') }}" + - qemu-system-misc nova_compute_kvm_packages_to_symlink: - python3-libvirt