Add ensure-virtualenv to nodepool-functional-openstack

This playbook attempts to create a virtualenv, which now fails since
virtualenv is not included in the base image. This adds the
ensure-virtualenv role to make sure it is present.

Change-Id: Id4e41fb6022536ce77cf274626d4fc3e0c6329eb
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2020-06-20 08:17:41 -05:00
parent db6a8944ee
commit 004f60eb8b
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8

View File

@ -5,6 +5,7 @@
- role: test-setup - role: test-setup
zuul_work_dir: "{{ zuul.projects['opendev.org/zuul/nodepool'].src_dir }}" zuul_work_dir: "{{ zuul.projects['opendev.org/zuul/nodepool'].src_dir }}"
- ensure-devstack - ensure-devstack
- ensure-virtualenv
tasks: tasks:
# Create the virtualenv so we can control the python version # Create the virtualenv so we can control the python version
- name: Create virtualenv - name: Create virtualenv