ansible-role-zuul/templates/etc/zuul/zuul.conf

35 lines
789 B
Plaintext

# This file is generated by Ansible
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
#
[gearman]
port = 4730
server = 127.0.0.1
[gearman_server]
listen_address = 127.0.0.1
log_config = /etc/zuul/gearman-logging.conf
start = true
[gerrit]
port = 29418
server = 127.0.0.1
sshkey = /var/lib/zuul/.ssh/id_rsa
user = zuul
[zuul]
layout_config = /etc/zuul/config/layout.yaml
log_config = /etc/zuul/scheduler-logging.conf
pidfile = /var/run/zuul-scheduler/zuul-scheduler.pid
state_dir = /var/lib/zuul
[launcher]
jenkins_jobs=/var/lib/zuul
log_config = /etc/zuul/launcher-logging.conf
workspace_root=/var/lib/zuul/workspace
[merger]
git_dir = /var/lib/zuul/git
log_config = /etc/zuul/merger-logging.conf
pidfile = /var/run/zuul-merger/zuul-merger.pid
zuul_url = 127.0.0.1