Ansible role to manage Zuul
Go to file
Paul Belanger 12dd334b2e Clean up bitrot
Depends-On: https://review.opendev.org/c/windmill/windmill-config/+/797553
Change-Id: I12e7b603c9d4ae7364982044069e9ac7ac4d6034
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2021-06-22 21:59:30 -04:00
defaults Clean up openstack references 2019-04-20 14:27:16 -04:00
doc Rework tox -edocs 2019-03-30 20:36:32 -04:00
handlers Fix truthy value should be true or false warnings 2018-08-19 12:33:51 -04:00
meta Bump minimal version of ansible to 2.4.0 2018-04-19 16:13:58 -04:00
tasks Create zuul_pip_virtualenv_symlink variable 2019-03-23 23:20:26 -04:00
templates/etc Define zookeeper hosts for zuul configuration 2019-03-22 20:14:19 -04:00
tests Clean up bitrot 2021-06-22 21:59:30 -04:00
vars Add new build dependencies 2018-04-19 16:12:27 -04:00
.gitignore Import ansible-role-zuul into OpenStack workflow 2015-11-24 11:38:17 -05:00
.gitreview OpenDev Migration Patch 2019-04-19 19:52:08 +00:00
.zuul.yaml Clean up bitrot 2021-06-22 21:59:30 -04:00
LICENSE Initial commit 2015-09-10 16:50:05 -04:00
README.rst Clean up openstack references 2019-04-20 14:27:16 -04:00
bindep.txt Clean up bitrot 2021-06-22 21:59:30 -04:00
requirements.txt Bump minimal version of ansible to 2.4.0 2018-04-19 16:13:58 -04:00
test-requirements.txt Clean up bitrot 2021-06-22 21:59:30 -04:00
tox.ini Clean up bitrot 2021-06-22 21:59:30 -04:00

README.rst

ansible-role-zuul

Ansible role to manage Zuul

Description

Zuul is a program that is used to gate the source code repository of a project so that changes are only merged if they pass tests.

Requirements

  • pip3 to be installed if using zuul_install_method: (git|pip)

See bindep.txt for role dependencies.

Packages

Package repository index files should be up to date before using this role, we do not manage them.

SSH

An SSH private key will need to be installed before you can use zuul. The contents of the private key will be used by zuul_config_gerrit_user and should be copied to zuul_config_gerrit_sshkey.

Role Variables

Zuul Merger Configuration

# Value to pass to git config user.email.
# Default: Empty
zuul_config_merger_git_user_email: ""

# Value to pass to git config user.name.
# Default: Empty
zuul_config_merger_git_user_name: ""

Dependencies

Example Playbook

- name: Install zuul
  hosts: zuul
  roles:
    - ansible-role-zuul