From f6d4446faf3ffd7daf5ae4e5e9eef3e7ee71fe78 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Wed, 16 Mar 2016 15:06:10 -0400 Subject: [PATCH] Ensure uuid-runtime is presesent on Debian based systems DIB based tests appear to fail when uuidgen is not present. On Debian based systems, this is packaged in uuid-runtime. Change-Id: Ib040406779a4144c6c0409cefa5e420c15ad2bcb --- .../defaults/required_defaults_Debian_family.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/roles/bifrost-ironic-install/defaults/required_defaults_Debian_family.yml b/playbooks/roles/bifrost-ironic-install/defaults/required_defaults_Debian_family.yml index dff3ba29e..0533c4b0d 100644 --- a/playbooks/roles/bifrost-ironic-install/defaults/required_defaults_Debian_family.yml +++ b/playbooks/roles/bifrost-ironic-install/defaults/required_defaults_Debian_family.yml @@ -39,6 +39,7 @@ required_packages: - sgabios - libvirt-bin - debootstrap + - uuid-runtime - dnsmasq # NOTE(TheJulia): The above entry for dnsmasq must be the last entry in the # package list as the installation causes name resolution changes that can