Ansible job definitions for Zuul
Go to file
yatinkarel 82d321c6fd ensure-sphix: upgrade setuptools in venv
With [1] pip was ensured to be latest, but for
cases like ubuntu bionic which has too old
setuptools(39.0.1) and that doesn't support version
from file, the support only available with
setuptools-39.2.0[2].

This patch proposes to upgrade setuptools
along with pip to support dependencies which
set's version in a file. Other option is to
pass option --use-deprecated legacy-resolver
to pip install or downgrade pip to working version.

This will resolve issue with translation jobs
in neutron which fails during installation of
pyroute2[3].

[1] https://review.opendev.org/c/zuul/zuul-jobs/+/828441
[2] https://github.com/pypa/setuptools/pull/1359/commits/a960ee1c3
[3] https://zuul.openstack.org/builds?job_name=propose-translation-update&project=openstack%2Fneutron

Change-Id: I23475a48fa9cc924962f2f4b5edc7aeb5dd6261c
2022-04-13 20:35:46 +05:30
doc Merge "Add upload-logs-ibm role" 2022-04-11 22:30:23 +00:00
playbooks Add FIPS enable multinode job definition 2021-10-20 11:20:52 -03:00
roles ensure-sphix: upgrade setuptools in venv 2022-04-13 20:35:46 +05:30
test-playbooks Fix encrypt files stat validation 2022-03-17 10:56:13 -07:00
tests Upgrade ansible-lint to 5.0 2021-03-17 15:44:43 +00:00
tools Make CentOS9 jobs voting 2022-02-02 17:28:11 +01:00
util-tasks More E208 mode fixes 2020-10-31 07:34:03 +00:00
zuul-tests.d Merge "Add tox-py310 job" 2022-04-04 13:51:04 +00:00
zuul.d Merge "Add tox-py310 job" 2022-04-04 13:51:04 +00:00
.ansible-lint Remove ansible-lint path exclusions 2021-04-27 08:22:32 +00:00
.gitignore Enable progressive mode with ansible-lint 2020-11-07 03:20:19 +01: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 bindep.txt: skip python-devel for el8 platform 2021-03-11 17:43:59 +00: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 Update ansible-lint pin to fix rich dep 2022-01-10 11:44:21 -08: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 pin oauthlib version for python2.7 2022-01-27 14:35:06 +01:00
test-requirements.txt Merge "Add upload-logs-ibm role" 2022-04-11 22:30:23 +00:00
tox.ini Upgrade ansible-lint to 5.0 2021-03-17 15:44:43 +00:00

Zuul Jobs

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