Ansible job definitions for Zuul
Go to file
Albin Vass 94e69147a7 Replace occurences of '/' in nodename to something more path friendly
Inventory hostnames like "abc/123" is valid in both ansible and zuul
but this role breaks since it uses it as part of a path. This sanitizes
the hostname from "abc/123" to "abc_123".

Change-Id: Ic89d595b6f004b5ca4805f1af8387e8ba56564aa
2020-03-16 11:27:10 +01:00
doc Merge "Remove deprecated upload-afs role" 2020-02-24 18:27:11 +00:00
playbooks Add a markdownlint job and role 2020-01-27 12:23:24 +00:00
roles Replace occurences of '/' in nodename to something more path friendly 2020-03-16 11:27:10 +01:00
test-playbooks Replace occurences of '/' in nodename to something more path friendly 2020-03-16 11:27:10 +01:00
tests Add a python unit test framework 2018-07-25 09:11:25 -07:00
tools Fix unittests for python2 and fedora 2020-02-24 10:50:13 -06:00
zuul-tests.d Tests bindep role on all-platforms 2020-03-09 20:26:08 +01:00
zuul.d Merge "Skip test-setup.sh in pep8 jobs" 2020-02-17 16:42:45 +00: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
bindep.txt Tests bindep role on all-platforms 2020-03-09 20:26:08 +01: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 Remove enum34 from test-requirements 2020-02-24 11:29:51 -06:00
tox.ini Add tox env for update-test-platforms 2020-02-07 09:58:10 +11:00

Zuul Jobs

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