0a68468f4d
Change-Id: Ica5ae3936b3396ce7d29f69c0c688ec6867bea48
30 lines
682 B
Plaintext
30 lines
682 B
Plaintext
[gearman]
|
|
server=<%= gearman_server %>
|
|
|
|
[gearman_server]
|
|
start=<%= internal_gearman %>
|
|
log_config=/etc/zuul/gearman-logging.conf
|
|
|
|
[gerrit]
|
|
server=<%= gerrit_server %>
|
|
user=<%= gerrit_user %>
|
|
sshkey=/var/lib/zuul/ssh/id_rsa
|
|
|
|
[zuul]
|
|
layout_config=/etc/zuul/layout.yaml
|
|
log_config=/etc/zuul/logging.conf
|
|
state_dir=/var/lib/zuul
|
|
git_dir=/var/lib/zuul/git
|
|
push_change_refs=<%= push_change_refs %>
|
|
url_pattern=<%= url_pattern %>
|
|
status_url=<%= status_url %>
|
|
job_name_in_report=<%= job_name_in_report %>
|
|
zuul_url=<%= zuul_url %>
|
|
|
|
<% if replication_targets != [] -%>
|
|
[replication]
|
|
<% replication_targets.each do |target| -%>
|
|
<%= target['name'] %>=<%= target['url'] %>
|
|
<% end -%>
|
|
<% end -%>
|