Add support for zuul_file_main_yaml

We recently update ansible-role-zuul to support main.yaml for zuul.
Add an example configuration for windmill.

Change-Id: Iab506f322732757918f96567f28d2a9a830eed3f
Depends-On: https://review.openstack.org/561473
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-04-15 15:52:11 -04:00
parent 9d6fbc0626
commit e8b400a6e2
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
2 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@ sshkey = {{ zuul_user_home }}/.ssh/gerrit_id_rsa
user = zuul
[scheduler]
tenant_config = {{ zuul_file_main_yaml_dest | default('/etc/zuul/config/layout.yaml') }}
tenant_config = {{ zuul_file_main_yaml_dest }}
log_config = /etc/zuul/scheduler-logging.conf
pidfile = /var/run/zuul-scheduler/zuul-scheduler.pid
state_dir = {{ zuul_user_home }}

View File

@ -221,6 +221,7 @@
src: "{{ item }}"
verify_host: true
with_items:
- /etc/zuul/main.yaml
- /etc/zuul/scheduler-logging.conf
- /etc/zuul/zuul.conf
- /var/log/zuul/scheduler-debug.log