ironic/playbooks/ci-workarounds/get_tftpd.yaml
Riccardo Pittau df5bb921b8 Collect tftpd info from journald
This patch adds a post run playbook that collects info about the
tftpd daemon from journald to be available at the end of the
CI process.

Change-Id: I1dd11a8804b976e3abc42a43102c1b52fbe03f5a
2020-05-19 09:23:32 +02:00

5 lines
166 B
YAML

- hosts: all
tasks:
- name: Get tftpd info from journald
shell: "journalctl -t in.tftpd > {{ zuul_output_dir }}/logs/tftpd-journal.txt"
become: yes