
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>
51 lines
1.7 KiB
YAML
51 lines
1.7 KiB
YAML
# Copyright 2015 Red Hat, Inc.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
# License for the specific language governing permissions and limitations
|
|
# under the License.
|
|
---
|
|
# tasks/config.yaml
|
|
zuul_config_gearman_port: 4730
|
|
zuul_config_gearman_server: localhost
|
|
|
|
zuul_config_gearman_server_start: true
|
|
zuul_config_gearman_server_listen_address: 127.0.0.1
|
|
zuul_config_gearman_server_log_config: /etc/zuul/gearman-logging.conf
|
|
|
|
zuul_config_gerrit_port: 29418
|
|
zuul_config_gerrit_server: localhost
|
|
zuul_config_gerrit_sshkey: /var/lib/zuul/.ssh/id_rsa
|
|
zuul_config_gerrit_user: zuul
|
|
|
|
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
|
|
zuul_git_version: master
|
|
|
|
zuul_install_method: git
|
|
|
|
zuul_pip_version:
|