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
This commit is contained in:
Jim Rollenhagen 2016-12-16 13:45:38 -05:00
parent 50eed23336
commit 1903f4f28f

View File

@ -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