From 09aa19e8a2f9be539e6498a0279425439257571d Mon Sep 17 00:00:00 2001
From: Paul Belanger <pabelanger@redhat.com>
Date: Thu, 20 Jul 2017 18:22:16 -0400
Subject: [PATCH] Remove validate-host from unittests/pre.yaml

This now exists in the base job, remove to avoid running the role
twice.

Change-Id: I915500b040968bfcdb504d44b58f91ccc36ab843
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
---
 playbooks/unittests/pre.yaml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/playbooks/unittests/pre.yaml b/playbooks/unittests/pre.yaml
index 815110e89..77ded9800 100644
--- a/playbooks/unittests/pre.yaml
+++ b/playbooks/unittests/pre.yaml
@@ -4,10 +4,6 @@
       # TODO(mordred) When we have site-local variables, these should go there
       mirror_host: "mirror.{{ nodepool.region | lower }}.{{ nodepool.provider | lower }}.openstack.org"
       mirror_domain: openstack.org
-    - role: validate-host
-      # 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: bindep
       bindep_profile: test
       bindep_dir: "{{ zuul_work_dir }}"