747f3ba540
This migrates installation of config files from using 'copy' to 'template', allowing downstream users of the role the ability to carry a template in their playbooks and have it easily rendered out simply by overriding the zuul_file_*_dest variables. Note, this omits layout.yaml for the time being Depends-on: I32cc11901bddd03125e1c4ce6f246d811f414cba Change-Id: I9f5890a54ded2b0169aa76501828e7856e0d6583
35 lines
780 B
Plaintext
35 lines
780 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/server-logging.conf
|
|
pidfile = /var/run/zuul-server/zuul-server.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
|