Files
James E. Blair 45dfa8597c Switch quickstart to zuul-launcher
This replaces nodepool with zuul-launcher in the quick-start
documentation.

Change-Id: Id0c8be2f82342dca43e8a594c3bdb25b4654ac1f
2026-01-23 09:10:06 -08:00

56 lines
1.0 KiB
Plaintext

[zookeeper]
hosts=zk:2281
tls_cert=/var/certs/certs/client.pem
tls_key=/var/certs/keys/clientkey.pem
tls_ca=/var/certs/certs/cacert.pem
[keystore]
password=secret
[scheduler]
tenant_config=/etc/zuul/main.yaml
[connection "gerrit"]
driver=gerrit
server=gerrit
sshkey=/var/ssh/zuul
user=zuul
password=secret
baseurl=http://gerrit:8080
auth_type=basic
[connection "opendev.org"]
driver=git
baseurl=https://opendev.org
[database]
# Use variable interpolation to supply the password from the
# docker-compose file.
# https://zuul-ci.org/docs/zuul/latest/configuration.html
dburi=mariadb+pymysql://zuul:%(ZUUL_MYSQL_PASSWORD)s@mysql/zuul
[web]
listen_address=0.0.0.0
port=9000
root=http://localhost:9000
[executor]
private_key_file=/var/ssh/nodepool
default_username=root
trusted_rw_paths=/srv/static/logs
[auth zuul_operator]
driver=HS256
allow_authz_override=true
realm=zuul.example.com
client_id=zuul.example.com
issuer_id=zuul_operator
secret=exampleSecret
[webclient]
url=http://localhost:9000
verify_ssl=false
[connection static]
driver=static