Ansible job definitions for Zuul
Go to file
Guillaume Chauvel 54645685a8 ensure-tox: fix tox_executable fact when tox is preinstalled
While making test with a node:
- with tox installed using "pip install --user" as a non-root user
- PATH modified using ~/.ssh/environment
- declared in nodepool to run as this non-root user

tox checks produce an error:
"Check if tox is installed" evalues correctly (shell, bash)
"Output tox version" cannot find tox (command, no sh, no etc ...)

This change sets fact using the output of the first install check

Change-Id: I5886858bcd57afc8ea5fd121ad44bd82afb1a671
2020-05-30 00:26:30 +02:00
.rules Policy rule for ownership between remote and executor 2020-05-13 09:41:38 +02:00
doc Merge "shake-build: add shake build system job" 2020-05-28 13:28:21 +00:00
playbooks shake-build: add shake build system job 2020-05-28 12:48:16 +00:00
roles ensure-tox: fix tox_executable fact when tox is preinstalled 2020-05-30 00:26:30 +02:00
test-playbooks Merge "upload-artifactory: fix variable misspelling" 2020-05-29 14:15:39 +00:00
tests Add test cases for tox line comment parsing 2020-04-03 19:34:24 +02:00
tools Make gentoo multinode job nv 2020-05-26 09:45:20 +02:00
zuul-tests.d shake-build: add shake build system job 2020-05-28 12:48:16 +00:00
zuul.d shake-build: add shake build system job 2020-05-28 12:48:16 +00:00
.ansible-lint Bump ansible-lint to 4.3.0 2020-05-28 16:48:14 +01: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 yamlint: EOF newlines and comments indent 2020-05-14 08:42:17 +00:00
bindep.txt Fix py27 tox 2020-05-27 17:12:32 +02: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
linters-requirements.txt Bump ansible-lint to 4.3.0 2020-05-28 16:48:14 +01: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-constraints.txt Fix py27 tox 2020-05-27 17:12:32 +02:00
test-requirements.txt Bump ansible-lint to 4.3.0 2020-05-28 16:48:14 +01:00
tox.ini Bump ansible-lint to 4.3.0 2020-05-28 16:48:14 +01:00

Zuul Jobs

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