Correct sample zuul.conf

And add missing zuul.conf config entries.

Change-Id: I776826e7ff1fff2edd6f6d332c20a24af1a4eb58
This commit is contained in:
James E. Blair 2017-06-23 20:43:38 +01:00
parent 3984036a98
commit edc4016b4b
2 changed files with 17 additions and 3 deletions

View File

@ -51,6 +51,18 @@ Client connection information for gearman.
**ssl_key**
Optional: An openssl file containing the client private key in PEM format.
zuul
""""
**status_url**
URL that will be posted in Zuul comments made to changes when
starting jobs for a change. Used by zuul-scheduler only.
``status_url=https://zuul.example.com/status``
**zookeeper_hosts**
A list of zookeeper hosts for Zuul to use when communicating with
Nodepool. ``zookeeper_hosts=zk1.example.com,zk2.example.com,zk3.example.com``
Scheduler
---------

View File

@ -11,12 +11,14 @@ start=true
;ssl_key=/path/to/server.key
[zuul]
layout_config=/etc/zuul/layout.yaml
status_url=https://zuul.example.com/status
zookeeper_hosts=127.0.0.1:2181
[scheduler]
tenant_config=/etc/zuul/main.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