zuul/etc/zuul.conf-sample
Paul Belanger bbb4875072 Plumb zookeeper config settings into zuul-scheduler
We need a way to configure zuul to connect to zookeeper.  Add a new
setting into the zuul section of zuul.conf. Multiple zookeeper hosts
would be configured as:

  [zuul]
  zookeeper_hosts=nodepool.openstack.org:2181,foo.openstack.org:1337

Change-Id: I4640c4af5ba925e099978b64c59ed29d723b1230
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2017-02-21 11:12:04 -05:00

47 lines
872 B
Plaintext

[gearman]
server=127.0.0.1
[gearman_server]
start=true
[zuul]
layout_config=/etc/zuul/layout.yaml
log_config=/etc/zuul/logging.conf
pidfile=/var/run/zuul/zuul.pid
state_dir=/var/lib/zuul
status_url=https://jenkins.example.com/zuul/status
zookeeper_hosts=127.0.0.1:2181
[merger]
git_dir=/var/lib/zuul/git
;git_user_email=zuul@example.com
;git_user_name=zuul
zuul_url=http://zuul.example.com/p
[swift]
authurl=https://identity.api.example.org/v2.0/
user=username
key=password
default_container=logs
region_name=EXP
logserver_prefix=http://logs.example.org/server.app/
[webapp]
listen_address=0.0.0.0
port=8001
[connection gerrit]
driver=gerrit
server=review.example.com
;baseurl=https://review.example.com/r
user=jenkins
sshkey=/home/jenkins/.ssh/id_rsa
[connection smtp]
driver=smtp
server=localhost
port=25
default_from=zuul@example.com
default_to=you@example.com