Blame zuul.conf

f71cf1d
[gearman]
f71cf1d
server=127.0.0.1
f71cf1d
;port=4730
f71cf1d
;ssl_ca=/path/to/ca.pem
f71cf1d
;ssl_cert=/path/to/client.pem
f71cf1d
;ssl_key=/path/to/client.key
f71cf1d
f71cf1d
[statsd]
f71cf1d
server=127.0.0.1
f71cf1d
f71cf1d
[zookeeper]
f71cf1d
hosts=127.0.0.1:2181
f71cf1d
f71cf1d
[gearman_server]
f71cf1d
start=true
f71cf1d
;ssl_ca=/path/to/ca.pem
f71cf1d
;ssl_cert=/path/to/server.pem
f71cf1d
;ssl_key=/path/to/server.key
f71cf1d
;port=4730
f71cf1d
f71cf1d
[scheduler]
f71cf1d
tenant_config=/etc/zuul/main.yaml
f71cf1d
log_config=/etc/zuul/logging.conf
f71cf1d
pidfile=/var/run/zuul/zuul.pid
f71cf1d
state_dir=/var/lib/zuul
f71cf1d
f71cf1d
[merger]
f71cf1d
git_dir=/var/lib/zuul/git
f71cf1d
;git_user_email=zuul@example.com
f71cf1d
;git_user_name=zuul
f71cf1d
f71cf1d
[executor]
f71cf1d
default_username=zuul
f71cf1d
log_config=/etc/zuul/logging.conf
c6b7f7e
;trusted_ro_paths=/opt/zuul-scripts:/var/cache
c6b7f7e
;trusted_rw_paths=/opt/zuul-logs
f71cf1d
f71cf1d
[web]
18f64de
log_config=/etc/zuul/logging.conf
f71cf1d
listen_address=127.0.0.1
f71cf1d
port=9000
f71cf1d
static_cache_expiry=0
f71cf1d
status_url=https://zuul.example.com/status
18f64de
static_path=/usr/share/zuul-ui/build
f71cf1d
f71cf1d
[webclient]
f71cf1d
url=https://zuul.example.com
f71cf1d
verify_ssl=true
f71cf1d
f71cf1d
[auth zuul_operator]
f71cf1d
driver=HS256
f71cf1d
allow_authz_override=true
f71cf1d
realm=zuul.example.com
f71cf1d
default=true
f71cf1d
client_id=zuul.example.com
f71cf1d
issuer_id=zuul_operator
f71cf1d
secret=NoDanaOnlyZuul
f71cf1d
max_validity_time=36000
f71cf1d
skew=0
f71cf1d
f71cf1d
;[connection gerrit]
f71cf1d
;driver=gerrit
f71cf1d
;server=review.example.com
f71cf1d
;baseurl=https://review.example.com/r
f71cf1d
;user=jenkins
f71cf1d
;sshkey=/home/jenkins/.ssh/id_rsa
f71cf1d
;keepalive=60
f71cf1d
f71cf1d
[connection smtp]
f71cf1d
driver=smtp
f71cf1d
server=localhost
f71cf1d
port=25
f71cf1d
default_from=zuul@example.com
f71cf1d
default_to=you@example.com
f71cf1d
f71cf1d
;[connection mqtt]
f71cf1d
;driver=mqtt
f71cf1d
;server=localhost
f71cf1d
;user=zuul
f71cf1d
;password=zuul
f71cf1d
;keepalive=60
f71cf1d