From fe1fe64d7e7d4c86b3e2b516fa86f0260e869b1b Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Wed, 6 Feb 2019 10:16:20 +0100 Subject: [PATCH] Add tabular python lib to preriquisites --- test/ci-bootstrap.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/test/ci-bootstrap.py b/test/ci-bootstrap.py index 269cebd46..cc2559c5b 100755 --- a/test/ci-bootstrap.py +++ b/test/ci-bootstrap.py @@ -3,9 +3,11 @@ Used by CI to bootstrap a new cluster and run tests. Prerequisites -- ansible > 2.2 (at least stretch-backports needed) -- ansible-runner python module -- python3 requests lib +- Ansible > 2.2 (at least stretch-backports needed) +- External python3 libraries: + - ansible-runner + - requests + - tabulate Env vars needed: - COSMOS_API_TOKEN @@ -13,7 +15,7 @@ Env vars needed: In Debian: apt-get install -y --no-install-recommends ansible gcc libc6-dev - pip3 install ansible-runner requests + pip3 install ansible-runner requests tabulate """ import ansible_runner -- GitLab