Friday, 2025-04-11

-@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/+/94685200: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/+/94685202: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/+/94571906:12
-@gerrit:opendev.org- Simon Westphahl proposed: [zuul/zuul] 946989: Add support for configuring executor zones https://review.opendev.org/c/zuul/zuul/+/94698911:28
@f2ked:matrix.orgI have a playbook for uploading logs13: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.orgthis is all according to the docs https://zuul-ci.org/docs/zuul-jobs/latest/log-roles.html#role-upload-logs13: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/+/94685214: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/+/94681814: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/+/94700614: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/+/94628914: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/+/94679216: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/+/94689016: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/+/94661916:57
-@gerrit:opendev.org- Aurelio Jargas proposed: [zuul/zuul-jobs] 947041: Remove Artifactory cleanup playbook https://review.opendev.org/c/zuul/zuul-jobs/+/94704119:59
@f2ked:matrix.orgFWIW: my undefined `site_logs` was solved by using21: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/+/94704521: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/+/94704523:31

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!