From 23cfb9e6ebc63a4da4577c0ef9e3450b9c946fa7 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 12 May 2020 12:05:45 +1000 Subject: [PATCH] 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 --- playbooks/pre.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/pre.yaml b/playbooks/pre.yaml index 4689a6354f..175888cbdd 100644 --- a/playbooks/pre.yaml +++ b/playbooks/pre.yaml @@ -19,6 +19,7 @@ set_fact: external_bridge_mtu: "{{ local_mtu | int - 50 }}" roles: + - ensure-virtualenv - test-matrix - configure-swap - setup-stack-user