From 004f60eb8b91b07dddf51e0b80308dfb54b3b6a7 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Sat, 20 Jun 2020 08:17:41 -0500 Subject: [PATCH] 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 --- playbooks/nodepool-functional-openstack/pre.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/nodepool-functional-openstack/pre.yaml b/playbooks/nodepool-functional-openstack/pre.yaml index 6e613f687..35808b136 100644 --- a/playbooks/nodepool-functional-openstack/pre.yaml +++ b/playbooks/nodepool-functional-openstack/pre.yaml @@ -5,6 +5,7 @@ - role: test-setup zuul_work_dir: "{{ zuul.projects['opendev.org/zuul/nodepool'].src_dir }}" - ensure-devstack + - ensure-virtualenv tasks: # Create the virtualenv so we can control the python version - name: Create virtualenv