Ensure pip is installed locally
Recent changes to the base nodepool images removed the system-wide installation of pip and virtualenv. As a result of this, some requirements-check jobs are failing with an error that pip could not be found. This adds the ensure-pip role as part of pre_tasks in our requirements-check playbook. Change-Id: Id4969156383545eb94462677e3321b89c1160b48 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com> (cherry picked from commit74a5bed896) (cherry picked from commitd303fe350d) (cherry picked from commitd43e0a5857)
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
- hosts: all
|
||||
pre_tasks:
|
||||
- name: Ensure pip
|
||||
include_role:
|
||||
name: ensure-pip
|
||||
|
||||
tasks:
|
||||
- name: Run requirements check script
|
||||
# Use command module here instead of script since Zuul gets output
|
||||
|
||||
Reference in New Issue
Block a user