Ansible job definitions for OpenStack projects CI systems
Go to file
Clark Boylan 60acea0da6 Run latest ansible-lint on Ubuntu Noble
We bump the Ansible version to the version that Zuul runs. We then set
ansible-lint to the current latest version. This results in a number of
new linter violations which we fix. These violations include:

 * Needing to name plays
 * Needing to start names with a capital letter
 * Using fully qualified names for action modules
 * Quoting permissions strings to avoid octal conversion errors
 * Using explicit yaml structures for tasks

We also tell ansible-lint to mock zuul_return so that we don't get
errors from it complaining that this module is not defined.

Change-Id: Ic881313fea58f4482f70e493f3d256541d31860a
2024-10-07 12:36:32 -07:00
doc Update docs building 2020-01-19 16:55:45 +01:00
playbooks Run latest ansible-lint on Ubuntu Noble 2024-10-07 12:36:32 -07:00
roles Run latest ansible-lint on Ubuntu Noble 2024-10-07 12:36:32 -07:00
tests Run latest ansible-lint on Ubuntu Noble 2024-10-07 12:36:32 -07:00
tools linters: update to ansible-lint 6 2022-07-28 15:24:38 +10:00
zuul.d Run latest ansible-lint on Ubuntu Noble 2024-10-07 12:36:32 -07:00
.ansible-lint Run latest ansible-lint on Ubuntu Noble 2024-10-07 12:36:32 -07: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
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 setup.cfg: Replace dashes with underscores 2021-07-14 06:19:47 +00:00
setup.py Initial commit for docs 2017-05-19 17:03:53 -04:00
test-requirements.txt Run latest ansible-lint on Ubuntu Noble 2024-10-07 12:36:32 -07:00
tox.ini flake8 : ignore .cache subdirectory, avoid broken ansible-compat 2023-05-02 12:49:16 +10: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.