From 7fe3be1efdc8bc4170563b99ed3be7660966e74b Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 4 Sep 2017 09:18:53 -0500 Subject: [PATCH] Set validate_host parameters in site-variables We have a todo list item to pull these from site-variables, get that done. With this, our base pre playbook is pretty copyable if someone wanted to. Change-Id: Icfd1d416a9f4520775b6e33c4055dbd223600cbb --- zuul/site-variables.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zuul/site-variables.yaml b/zuul/site-variables.yaml index 949cb73861..ca7d1f5216 100644 --- a/zuul/site-variables.yaml +++ b/zuul/site-variables.yaml @@ -1,5 +1,9 @@ # This file contains ansible variables that are used by our zuul-executors. --- zuul_site_mirror_fqdn: "mirror.{{ nodepool.region | lower }}.{{ nodepool.cloud | lower }}.openstack.org" +zuul_site_traceroute_host: git.openstack.org +zuul_site_image_manifest_files: + - /etc/dib-builddate.txt + - /etc/image-hostname.txt bindep_command: /usr/bindep-env/bin/bindep bindep_fallback: /usr/local/jenkins/common_data/bindep-fallback.txt