-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/zuul] 946852: Add niz cleanup https://review.opendev.org/c/zuul/zuul/+/946852 | 00:03 | |
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/zuul] 946852: Add niz cleanup https://review.opendev.org/c/zuul/zuul/+/946852 | 02:02 | |
-@gerrit:opendev.org- Zuul merged on behalf of Benjamin Schanzel: [zuul/nodepool] 945719: metastatic: Pass tenant_name to backing node request https://review.opendev.org/c/zuul/nodepool/+/945719 | 06:12 | |
-@gerrit:opendev.org- Simon Westphahl proposed: [zuul/zuul] 946989: Add support for configuring executor zones https://review.opendev.org/c/zuul/zuul/+/946989 | 11:28 | |
@f2ked:matrix.org | I have a playbook for uploading logs | 13:59 |
---|---|---|
``` | ||
- hosts: localhost | ||
roles: | ||
- generate-zuul-manifest | ||
- role: add-fileserver-with-port | ||
fileserver: "{{ site_logs }}" | ||
- hosts: "{{ site_logs.fqdn }}" | ||
gather_facts: false | ||
roles: | ||
- role: upload-logs | ||
... | ||
``` | ||
`site_logs` is getting passed to `fileserver` just fine but then I get | ||
``` | ||
Ansible output: b"ERROR! The field 'hosts' has an invalid value, which includes an undefined variable. The error was: 'site_logs' is undefined. 'site_logs' is undefined" | ||
``` | ||
@f2ked:matrix.org | this is all according to the docs https://zuul-ci.org/docs/zuul-jobs/latest/log-roles.html#role-upload-logs | 13:59 |
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/zuul] 946852: Add niz cleanup https://review.opendev.org/c/zuul/zuul/+/946852 | 14:05 | |
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/zuul] 946818: Avoid 500 on /project with no project configs https://review.opendev.org/c/zuul/zuul/+/946818 | 14:12 | |
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/zuul] 947006: Launcher: add image import-timeout https://review.opendev.org/c/zuul/zuul/+/947006 | 14:34 | |
-@gerrit:opendev.org- Zuul merged on behalf of James E. Blair https://matrix.to/#/@jim:acmegating.com: [zuul/zuul-jobs] 946289: Add eatmydata support to ensure-zookeeper https://review.opendev.org/c/zuul/zuul-jobs/+/946289 | 14:46 | |
-@gerrit:opendev.org- Zuul merged on behalf of James E. Blair https://matrix.to/#/@jim:acmegating.com: [zuul/zuul] 946792: Slow processing of failed nodescan connections https://review.opendev.org/c/zuul/zuul/+/946792 | 16:49 | |
-@gerrit:opendev.org- Zuul merged on behalf of Simon Westphahl: [zuul/zuul] 946890: Wake launcher when node is (un-)locked https://review.opendev.org/c/zuul/zuul/+/946890 | 16:51 | |
-@gerrit:opendev.org- Zuul merged on behalf of Simon Westphahl: [zuul/zuul] 946619: Allow boto3 session to configure itself https://review.opendev.org/c/zuul/zuul/+/946619 | 16:57 | |
-@gerrit:opendev.org- Aurelio Jargas proposed: [zuul/zuul-jobs] 947041: Remove Artifactory cleanup playbook https://review.opendev.org/c/zuul/zuul-jobs/+/947041 | 19:59 | |
@f2ked:matrix.org | FWIW: my undefined `site_logs` was solved by using | 21:00 |
``` | ||
- hosts: "{{ hostvars['localhost'].site_logs.fqdn }}" | ||
``` | ||
instead | ||
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/zuul-registry] 947045: Add caching support https://review.opendev.org/c/zuul/zuul-registry/+/947045 | 21:48 | |
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/zuul-registry] 947045: Add caching support https://review.opendev.org/c/zuul/zuul-registry/+/947045 | 23:31 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!