Ansible job definitions for OpenStack projects CI systems
Go to file
Sorin Sbarnea 5777cfe479 Implement workaround for ansible unmount bug
It seems that unmount can falsely report success but removing it from
fstab seems to be a way to avoid that bug.

Example build failure caused by it:
http://logs.openstack.org/13/626613/1/check/tripleo-buildimage-overcloud-full-centos-7/e9d97b2/job-output.txt.gz

See https://github.com/ansible/ansible/issues/48313

Change-Id: I608ba6801f36f834d4e82c0438b41ea1e90620e8
2019-01-08 12:47:31 +00:00
doc/source Add project-templates to docs 2017-10-18 14:03:11 -07:00
playbooks Update laravel legacy jobs for PHP 7.x 2019-01-07 11:03:08 -03:00
roles Implement workaround for ansible unmount bug 2019-01-08 12:47:31 +00:00
tests Use is instead of | for tests 2019-01-07 14:10:32 +00:00
zuul.d Add fetch-output and ensure-output-dirs tests 2019-01-06 17:10:01 +00:00
.gitignore Add configure-swap role 2017-10-20 14:13:33 +11:00
.gitreview Added .gitreview 2017-05-03 14:18:56 +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
bindep.txt Add zuul to test-requirements for linting 2018-10-18 10:40:00 -05:00
setup.cfg Initial commit for docs 2017-05-19 17:03:53 -04:00
setup.py Initial commit for docs 2017-05-19 17:03:53 -04:00
test-requirements.txt Pin ansible-lint to <4 2019-01-05 00:37:30 +00:00
tox.ini Add zuul to test-requirements for linting 2018-10-18 10:40:00 -05:00

README.rst

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.