663fd2225f
Now that Zuul and Jenkins use Gearman we don't need to push Jenkins auth details down into the zuul manifests. Removes these parameters and vars. Change-Id: I744977f002eb9fb60c3392f0281ab033ffe2bb12
21 lines
452 B
Plaintext
21 lines
452 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 %>
|