Merge "Upgrade virtualenv in pre"

This commit is contained in:
Zuul 2020-02-12 16:57:38 +00:00 committed by Gerrit Code Review
commit 06eabcb919

View File

@ -7,6 +7,11 @@
- bindep - bindep
- multi-node-firewall - multi-node-firewall
tasks: tasks:
# TODO(mnasiadka): Remove once infra merges virtualenv fixes
- name: Upgrade virtualenv package
command: python3 -m pip install -U virtualenv
become: True
# We have had cases where the nodepool private IP address is not assigned, # We have had cases where the nodepool private IP address is not assigned,
# which causes hard to diagnose errors later on. Catch it early. # which causes hard to diagnose errors later on. Catch it early.
- name: Assert that the nodepool private IPv4 address is assigned - name: Assert that the nodepool private IPv4 address is assigned