From 83da35136cd5edfc66200043284068789507bffc Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Fri, 4 Aug 2017 12:38:28 -0400 Subject: [PATCH] Promote configure-mirror role to base job By testing with I916057cba5a017ba9373876c5cfccdd0b69380cd we can confirm our site-varaibles have been setup properly on ze01.o.o. Change-Id: I25b9dafa74f8f0b998c739f850c918a1605ccab6 Signed-off-by: Paul Belanger --- playbooks/base/pre.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/base/pre.yaml b/playbooks/base/pre.yaml index 320c179df1..3118e0a22e 100644 --- a/playbooks/base/pre.yaml +++ b/playbooks/base/pre.yaml @@ -6,3 +6,5 @@ # TODO(mordred) When we have site-local variables, these should go there zuul_traceroute_host: git.openstack.org zuul_image_manifest: /etc/dib-builddate.txt + - role: configure-mirrors + mirror_fqdn: "{{ zuul_site_mirror_fqdn }}"