Make sure virtualenv is installed for check plugins

We need to install this in a pre-playbook.

Change-Id: Ic01735080727206a5792d7906aa8e07c3531250f
This commit is contained in:
Monty Taylor 2020-06-17 11:13:23 -05:00
parent 1f9202fe72
commit 72bb1eaa52
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,7 @@
- job:
name: openstackclient-check-plugins
parent: unittests
pre-run: playbooks/pre.yaml
run: playbooks/openstackclient-check-plugins/run.yaml
timeout: 1800
required-projects:

3
playbooks/pre.yaml Normal file
View File

@ -0,0 +1,3 @@
- hosts: all
roles:
- ensure-virtualenv