From dd011e1c7ab10161b5d124284440239b3b268e48 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 20 Feb 2019 08:18:23 -0800 Subject: [PATCH] run-base: configure docker mirrors on all hosts in CI When setting up hosts for testing in CI, configure the docker mirrors before running the base playbook. Change-Id: I172ae87156238fa6a07414c74e1ca17df1a30257 --- playbooks/zuul/run-base-pre.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/playbooks/zuul/run-base-pre.yaml b/playbooks/zuul/run-base-pre.yaml index 3f74a35928..70b11424de 100644 --- a/playbooks/zuul/run-base-pre.yaml +++ b/playbooks/zuul/run-base-pre.yaml @@ -3,3 +3,10 @@ - ensure-tox - multi-node-known-hosts - copy-build-sshkey + - use-docker-mirror + tasks: + - include_role: + name: use-buildset-registry + vars: + buildset_registry_docker_user: root + when: buildset_registry is defined