Update zuulv3.conf
Several config options have recently changed, update the conf file template to match. Change-Id: I084417b6d622bbb34377c973cc73c4cb0b5e84bb
This commit is contained in:
parent
efa87a0fa7
commit
faa53c009c
@ -24,14 +24,16 @@ ssl_cert=/etc/zuul/ssl/server.pem
|
|||||||
ssl_key=/etc/zuul/ssl/server.key
|
ssl_key=/etc/zuul/ssl/server.key
|
||||||
<% end -%>
|
<% end -%>
|
||||||
|
|
||||||
[zuul]
|
[scheduler]
|
||||||
tenant_config=/etc/zuul/layout/<%= @tenant_file_name %>
|
tenant_config=/etc/zuul/layout/<%= @tenant_file_name %>
|
||||||
log_config=/etc/zuul/logging.conf
|
log_config=/etc/zuul/logging.conf
|
||||||
state_dir=/var/lib/zuul
|
state_dir=/var/lib/zuul
|
||||||
url_pattern=<%= @url_pattern %>
|
|
||||||
|
[webapp]
|
||||||
status_url=<%= @status_url %>
|
status_url=<%= @status_url %>
|
||||||
job_name_in_report=<%= @job_name_in_report %>
|
|
||||||
zookeeper_hosts=<%= @zookeeper_hosts %>
|
[zookeeper]
|
||||||
|
hosts=<%= @zookeeper_hosts %>
|
||||||
|
|
||||||
[merger]
|
[merger]
|
||||||
git_dir=/var/lib/zuul/git
|
git_dir=/var/lib/zuul/git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user