Add ensure-virtualenv role
On this branch some tests are still running under Python 2 and thus rely on virtualenv (instead of us standardising on "python3 -m venv" on the master branch where we are all Python 3). Use the zuul-role to ensure the system package that provides "/usr/bin/virtualenv" is installed. Change-Id: I2b092bd70a9dbc6ef3a673ba45ca6925f9220bce
This commit is contained in:
parent
ebf7705a98
commit
23cfb9e6eb
@ -19,6 +19,7 @@
|
|||||||
set_fact:
|
set_fact:
|
||||||
external_bridge_mtu: "{{ local_mtu | int - 50 }}"
|
external_bridge_mtu: "{{ local_mtu | int - 50 }}"
|
||||||
roles:
|
roles:
|
||||||
|
- ensure-virtualenv
|
||||||
- test-matrix
|
- test-matrix
|
||||||
- configure-swap
|
- configure-swap
|
||||||
- setup-stack-user
|
- setup-stack-user
|
||||||
|
Loading…
Reference in New Issue
Block a user