
This should allow us to start testing the latest versions of zuul again. Change-Id: Ia41f1104bff14728291502c33110eff150d3a372 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
56 lines
1.2 KiB
Plaintext
56 lines
1.2 KiB
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
|
|
|
|
[zookeeper]
|
|
hosts = localhost:2181
|
|
tls_ca = /etc/zuul/ssl/zookeeper-cacert.pem
|
|
tls_cert = /etc/zuul/ssl/zookeeper-client.pem
|
|
tls_key = /etc/zuul/ssl/zookeeper-client.key
|
|
|
|
[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
|
|
|
|
[scheduler]
|
|
tenant_config = /etc/zuul/main.yaml
|
|
log_config = /etc/zuul/scheduler-logging.conf
|
|
state_dir = /var/lib/zuul
|
|
|
|
[executor]
|
|
finger_port = 17979
|
|
log_config = /etc/zuul/executor-logging.conf
|
|
workspace_root = /var/lib/zuul/workspace
|
|
|
|
[fingergw]
|
|
listen_address = 127.0.0.1
|
|
log_config = /etc/zuul/fingergw-logging.conf
|
|
user = {{ zuul_user_name }}
|
|
|
|
[merger]
|
|
git_dir = /var/lib/zuul/git
|
|
log_config = /etc/zuul/merger-logging.conf
|
|
zuul_url = 127.0.0.1
|
|
|
|
[web]
|
|
log_config = /etc/zuul/web-logging.conf
|
|
listen_address = 127.0.0.1
|
|
root = http://localhost:9000
|
|
|
|
[connection database]
|
|
driver = sql
|
|
dburi = mysql+pymysql://zuul:secret@127.0.0.1/zuul
|
|
|
|
[keystore]
|
|
password = MY_SECRET_PASSWORD
|