| # This file is generated by Ansible |
| # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN |
| # |
| [gearman] |
| server = ::1 |
| |
| [zookeeper] |
| hosts = nodepool.gerrit.cesnet.cz |
| |
| [gearman_server] |
| listen_address = ::1 |
| log_config = /etc/zuul/gearman-logging.conf |
| start = true |
| |
| [scheduler] |
| tenant_config_script = /usr/local/bin/zuul-fetch-tenants-from-gerrit.sh |
| log_config = /etc/zuul/scheduler-logging.conf |
| state_dir = /var/lib/zuul |
| |
| [executor] |
| log_config = /etc/zuul/executor-logging.conf |
| workspace_root = /var/lib/zuul/workspace |
| disk_limit_per_job = 2048 |
| |
| [fingergw] |
| listen_address = :: |
| 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 = ::1 |
| |
| [web] |
| log_config = /etc/zuul/web-logging.conf |
| listen_address = ::1 |
| |
| [connection cesnet-gerrit] |
| driver = gerrit |
| server = gerrit.cesnet.cz |
| gitweb_url_template = {baseurl}/plugins/gitiles/{project.name}/+/{sha}^!/ |
| sshkey = /var/lib/zuul/.ssh/id_rsa |
| user = cesnet-zuul |
| |
| [connection cesnet-pgsql] |
| driver = sql |
| dburi = postgresql+psycopg2://zuul@/zuul |
| table_prefix = cesnet_ |