Ensure openstack_hosts sets nodepool variables

This patch ensures that openstack_hosts gate jobs use the nodepool
variables set within openstack-ansible-tests.

Closes-Bug: 1748253
Change-Id: I343eea459aa8992e80291486decb03db4e224202
(cherry picked from commit 6b2131e864)
This commit is contained in:
Major Hayden 2018-02-08 15:18:05 -06:00
parent 2dfeff5a24
commit deb8d59ff4
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@
# Prepare the user ssh keys
- include: common/test-prepare-keys.yml
# Set nodepool variables when running in the OpenStack CI environment
- include: common/setting-nodepool-variables.yml
# Execute the role
- include: common/test-install-openstack-hosts.yml