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 <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-03-06 10:46:32 -05:00
parent 52ab8985bb
commit 16d3c10ce7
No known key found for this signature in database
GPG Key ID: 611A80832067AF38

View File

@ -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"