From faa53c009c89a4279cea464879790451147a0acf Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 7 Jul 2017 10:39:40 -0700 Subject: [PATCH] Update zuulv3.conf Several config options have recently changed, update the conf file template to match. Change-Id: I084417b6d622bbb34377c973cc73c4cb0b5e84bb --- templates/zuulv3.conf.erb | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/templates/zuulv3.conf.erb b/templates/zuulv3.conf.erb index eb0cd76..6939b74 100644 --- a/templates/zuulv3.conf.erb +++ b/templates/zuulv3.conf.erb @@ -24,14 +24,16 @@ ssl_cert=/etc/zuul/ssl/server.pem ssl_key=/etc/zuul/ssl/server.key <% end -%> -[zuul] +[scheduler] tenant_config=/etc/zuul/layout/<%= @tenant_file_name %> log_config=/etc/zuul/logging.conf state_dir=/var/lib/zuul -url_pattern=<%= @url_pattern %> + +[webapp] status_url=<%= @status_url %> -job_name_in_report=<%= @job_name_in_report %> -zookeeper_hosts=<%= @zookeeper_hosts %> + +[zookeeper] +hosts=<%= @zookeeper_hosts %> [merger] git_dir=/var/lib/zuul/git