From 16d3c10ce72f2024b876bfbafde386575d68cfe0 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Tue, 6 Mar 2018 10:46:32 -0500 Subject: [PATCH] Base: Add trusted option to apt mirrors Since our Debian+Ubuntu mirrors are unsigned, we need to set the "trusted" option on them in order to allow newer apt versions to pull updates from them. Logs of testing can be found at https://review.openstack.org/549867/ Change-Id: Ib847b953d4f8255ac4967889e83325e015516cb8 Signed-off-by: Paul Belanger --- playbooks/base/pre.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/base/pre.yaml b/playbooks/base/pre.yaml index 401afad28d..3396b794af 100644 --- a/playbooks/base/pre.yaml +++ b/playbooks/base/pre.yaml @@ -12,7 +12,8 @@ - use-cached-repos - mirror-workspace-git-repos - mirror-info - - configure-mirrors + - role: configure-mirrors + set_apt_mirrors_trusted: True - role: fetch-zuul-cloner destination: "/usr/zuul-env/bin/zuul-cloner" repo_src_dir: "/home/zuul/src/git.openstack.org"