
This adds a database connection for testing, which will be required in 4.0+. Change-Id: I3c9ba6aac023a0018d857bd3d34f54cdc26e4b79 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
49 lines
989 B
Plaintext
49 lines
989 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
|
|
|
|
[zookeeper]
|
|
hosts = localhost:2181
|
|
|
|
[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
|
|
|
|
[connection database]
|
|
driver = sql
|
|
dburi = mysql+pymysql://zuul:secret@127.0.0.1/zuul
|