Update layout for zuulv3 syntax

Add an example tenant to layout.yaml to allow zuul-scheduler to start
properly.

Collect additional logs to add in debugging gate failures.

Change-Id: Ic8db52d90716fe8a73afba231ac3a063db2710db
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-02-14 12:09:44 -05:00
parent 810b66b6b3
commit 9d41bcc959
2 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,5 @@
# This file is generated by Ansible
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
#
pipelines: []
jobs: []
projects: []
- tenant:
name: example

View File

@ -12,5 +12,8 @@
mode: pull
rsync_opts:
- "--relative"
src: /var/log/zuul
src: "{{ item }}"
verify_host: true
with_items:
- /etc/zuul
- /var/log/zuul