From 9ff401774226e01fd800c1344db84f41201b4b39 Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Thu, 14 Apr 2016 01:31:37 -0700 Subject: [PATCH] curl is required for diskimage-builder On some minimal installs, it will not be present, and thus cannot be assumed. Change-Id: I8ffe253f76accc2185f5ee52f73bccb17295b05c --- .../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 0533c4b0d..8d23492f8 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 @@ -40,6 +40,7 @@ required_packages: - libvirt-bin - debootstrap - uuid-runtime + - curl - 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