Update zuul.conf template
Allow the user to override the location of the zuul.conf templaste. Also added a few missing settings (layout_config). Change-Id: I1c7674223146287396d5559bd4dee9eaa292f13c Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
@@ -29,12 +29,17 @@ zuul_config_merger_git_dir: /var/lib/zuul/git
|
||||
zuul_config_merger_log_config: /etc/zuul/merger-logging.conf
|
||||
zuul_config_merger_zuul_url: localhost
|
||||
|
||||
zuul_config_zuul_layout_config: /etc/zuul/layout.yaml
|
||||
zuul_config_zuul_log_config: /etc/zuul/server-logging.conf
|
||||
zuul_config_zuul_state_dir: /var/lib/zuul
|
||||
|
||||
zuul_file_gearman_logging_conf: etc/zuul/gearman-logging.conf
|
||||
zuul_file_merger_logging_conf: etc/zuul/merger-logging.conf
|
||||
zuul_file_server_logging_conf: etc/zuul/server-logging.conf
|
||||
|
||||
zuul_template_zuul_conf_dest: /etc/zuul/zuul.conf
|
||||
zuul_template_zuul_conf_src: etc/zuul/zuul.conf.j2
|
||||
|
||||
# tasks/install.yaml
|
||||
zuul_git_dest: /opt/git/openstack-infra/zuul
|
||||
zuul_git_uri: https://git.openstack.org/openstack-infra/zuul
|
||||
|
||||
Reference in New Issue
Block a user