Ansible role to manage Zuul
Go to file
Paul Belanger 98e276dfd1 Use full-reconfigure to reload zuul-scheduler
Depends-On: https://review.opendev.org/c/windmill/windmill/+/798005
Change-Id: Ia1c9af51f4e0d1032ae844b7c97f37841c3ffcef
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2021-06-24 14:20:25 -04:00
defaults Add ssl support for zookeeper 2021-06-22 21:59:34 -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 Add ssl support for zookeeper 2021-06-22 21:59:34 -04:00
templates/etc Use full-reconfigure to reload zuul-scheduler 2021-06-24 14:20:25 -04:00
tests Add ssl support for zookeeper 2021-06-22 21:59:34 -04:00
tools Initial database support 2021-06-23 11:35:59 -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 Make jobs voting again 2021-06-23 12:03:37 -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 Initial database support 2021-06-23 11:35:59 -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