From bdeebcaa914b2b9c9bc46069444133996daab42e Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Wed, 16 Sep 2015 10:34:57 -0400 Subject: [PATCH] Add warning text to Debian package list Added warning text to indicate that dnsmasq should be installed last on Debian based systems. Change-Id: I11a1934388a37fb4fc95eae50b386917b2ec8016 --- .../defaults/required_defaults_Debian_family.yml | 4 ++++ 1 file changed, 4 insertions(+) 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 bd3264a99..e8cd0f910 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,3 +39,7 @@ required_packages: - libvirt-bin - debootstrap - 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 +# temporarily block packages following it while the system is being +# reconfigured. See: https://review.openstack.org/#/c/223813