Ansible job definitions for Zuul
Go to file
Ian Wienand bbb149ebf9 ensure-pip: always check for python3-venv on Debuntu
As explained inline, we can have systems where pip is installed, but
python3-venv isn't.

This role is assuming that "python3 -m venv --help" indicates that you
will be able to create a working venv with this command, but this is
unfortunately incorrect.  On Debuntu this requires the python3-venv
package as well.  Put in an unconditional probe for this in the
workarounds, and install it if required.

Change-Id: Iaa3ecd05b64af6dd9b2ee17a39bcbe6cde8686ba
2020-05-11 11:10:04 +10:00
.rules Check blocks recursively for loops 2020-05-05 22:56:46 +02:00
doc dhall-diff: add new job 2020-05-03 19:06:37 +00:00
playbooks tox: run ensure-python first 2020-05-09 17:56:37 +00:00
roles ensure-pip: always check for python3-venv on Debuntu 2020-05-11 11:10:04 +10:00
test-playbooks Revert "ensure-tox: use venv to install" 2020-05-08 07:36:40 -07:00
tests Add test cases for tox line comment parsing 2020-04-03 19:34:24 +02:00
tools Remove opensuse-15-plain testing 2020-05-06 12:40:40 +10:00
zuul-tests.d Remove opensuse-15-plain testing 2020-05-06 12:40:40 +10:00
zuul.d Made sequence indent consistent 2020-05-07 14:13:55 +01:00
.ansible-lint Add loop var policy to ansible-lint 2020-04-29 17:20:59 +02:00
.gitignore Add a python unit test framework 2018-07-25 09:11:25 -07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:25:30 +00:00
.stestr.conf Add a python unit test framework 2018-07-25 09:11:25 -07:00
.yamllint Made sequence indent consistent 2020-05-07 14:13:55 +01:00
bindep.txt bindep: add gcc 2020-05-09 13:49:03 -04:00
CONTRIBUTING.rst Link the policy to the CONTRIBUTING.rst file 2020-01-28 07:21:08 -05:00
LICENSE Add initial license, docs, and other config 2017-06-08 14:01:21 -07:00
README.rst Add installation/deprecation documentation 2018-04-11 08:03:57 -07:00
setup.cfg Add initial license, docs, and other config 2017-06-08 14:01:21 -07:00
setup.py Add initial license, docs, and other config 2017-06-08 14:01:21 -07:00
test-requirements.txt Bumb ansible to version 2.6 2020-05-07 11:14:45 +02:00
tox.ini Set ignore_basepython_conflict to true 2020-05-09 20:43:52 +00:00

Zuul Jobs

This repo contains a set of Zuul jobs and Ansible roles suitable for use by any Zuul system.