commit | 5fc82a5e99657f11784494919c3abbed5f040b11 | [log] [tgz] |
---|---|---|
author | avm99963 <me@avm99963.com> | Wed Feb 10 22:10:29 2021 +0100 |
committer | avm99963 <me@avm99963.com> | Wed Feb 10 22:10:29 2021 +0100 |
tree | b81a95a12592d37f3927f061e921c242542e9caf | |
parent | d4c8c63c444f90454270affdf2ba8b98502a14e8 [diff] |
Add local logs Change-Id: I283f281f95a97369c99b7715933692525469e2d4
diff --git a/playbooks/base/post-logs.yaml b/playbooks/base/post-logs.yaml index 23cf1c6..fcee733 100644 --- a/playbooks/base/post-logs.yaml +++ b/playbooks/base/post-logs.yaml
@@ -2,6 +2,8 @@ gather_facts: False roles: - generate-zuul-manifest + - role: upload-logs + zuul_log_url: "http://localhost:8000" - role: upload-logs-s3 zuul_log_bucket: "{{s3_config.bucket}}" zuul_log_aws_access_key: "{{s3_config.access_key}}"