From 1903f4f28ffc2b78f27c616cd3dbd32cd811e1bc Mon Sep 17 00:00:00 2001
From: Jim Rollenhagen <jim@jimrollenhagen.com>
Date: Fri, 16 Dec 2016 13:45:38 -0500
Subject: [PATCH] Use ironic-vars-early in grenade job

This was left out of d5b3275fcd51d9c1e9abcd6d3074046a7c1e3502, and is
needed because the grenade job depends on the tempest plugin.

Change-Id: Ice43d385c424f90497ea2f87f997977bfdec3637
---
 jenkins/jobs/ironic.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/jenkins/jobs/ironic.yaml b/jenkins/jobs/ironic.yaml
index 3c9888ffef..080f91cc40 100644
--- a/jenkins/jobs/ironic.yaml
+++ b/jenkins/jobs/ironic.yaml
@@ -1048,6 +1048,14 @@
           fi
           export GRENADE_PLUGINRC="enable_grenade_plugin ironic https://git.openstack.org/openstack/ironic"
 
+          # NOTE(jroll) yes, this looks silly right before ironic-extra-vars,
+          # but we don't have anything to do between them, and need both of
+          # them for builders we include
+          # Ensure the ironic-vars-EARLY file exists
+          touch ironic-vars-early
+          # Pull in the EARLY variables injected by the optional builders
+          source ironic-vars-early
+
           # Ensure the ironic-EXTRA-vars file exists
           touch ironic-extra-vars
           # Pull in the EXTRA variables injected by the optional builders