Ansible job definitions for OpenStack projects CI systems
Go to file
Akihiro Motoki 8f1859f4a3 Use python3 in release-notes-jobs
release-notes-jobs project-template used in stable branches like rocky
uses python2, but it refers to the master branch of the requirements repo
which now supports only python3. As a result build-openstack-releasenotes
job fail. The releasenotes build is always run against the master branch,
so we can use python3 in release-notes-jobs project-template.

release-notes-jobs and release-notes-jobs-python3 are now similar,
but it would be good to keep both as release-notes-jobs is referred
in stable branches in many repositories.

Change-Id: I708b20424a7b044cac3ea589714235fce5fae546
2020-02-10 22:22:37 +09:00
doc Update docs building 2020-01-19 16:55:45 +01:00
playbooks Remove legacy bgpvpn jobs 2020-01-30 10:00:16 +01:00
roles Merge "Update ansible-lint" 2020-01-24 09:33:59 +00:00
tests Remove base role integration testing 2019-07-08 10:48:16 -07:00
zuul.d Use python3 in release-notes-jobs 2020-02-10 22:22:37 +09:00
.gitignore Add configure-swap role 2017-10-20 14:13:33 +11:00
.gitreview OpenDev Migration Patch 2019-04-19 19:29:57 +00:00
bindep.txt Add zuul to test-requirements for linting 2018-10-18 10:40:00 -05:00
LICENSE Initial commit 2017-05-03 11:53:09 -04:00
README.rst Update README to reflect current status 2017-10-23 11:41:06 +02:00
setup.cfg Update docs building 2020-01-19 16:55:45 +01:00
setup.py Initial commit for docs 2017-05-19 17:03:53 -04:00
test-requirements.txt Merge "Update ansible-lint" 2020-01-24 09:33:59 +00:00
tox.ini Merge "Update ansible-lint" 2020-01-24 09:33:59 +00:00

OpenStack Infra Zuul jobs

This repo contains a set of ansible playbooks which are used by the OpenStack project CI system Zuul. It also contains job and project-template definitions for the OpenStack project. You should edit these files to make configuration changes to OpenStack Infrastructure CI.