system-config/modules/zuul/templates/zuul.conf.erb
James E. Blair 0a68468f4d Fix typo in zuul config template
Change-Id: Ica5ae3936b3396ce7d29f69c0c688ec6867bea48
2014-01-08 16:26:21 +08:00

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 -%>