diff --git a/vars/ubuntu-16.04.yml b/vars/ubuntu-16.04.yml index 12a69fc2..1f20847c 100644 --- a/vars/ubuntu-16.04.yml +++ b/vars/ubuntu-16.04.yml @@ -42,6 +42,8 @@ nova_novnc_distro_packages: nova_compute_barbican_distro_packages: - cryptsetup +# the qemu-system-.*, qemu-block-extra, qemu-utils, qemu-user packages are explictly listed +# for consistent upgrades (they will all be to the same version) nova_compute_kvm_distro_packages: - bridge-utils - genisoimage @@ -58,6 +60,16 @@ nova_compute_kvm_distro_packages: - dosfstools - dosfstools-dbg - multipath-tools + - qemu-system + - qemu-system-arm + - qemu-system-mips + - qemu-system-ppc + - qemu-system-sparc + - qemu-system-x86 + - qemu-system-misc + - qemu-block-extra + - qemu-utils + - qemu-user nova_compute_lxd_distro_packages: - bridge-utils