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
This commit is contained in:
Riccardo Pittau 2020-04-06 14:57:49 +02:00
parent 3ba8ca3ac8
commit df5bb921b8
2 changed files with 6 additions and 0 deletions

View File

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

View File

@ -4,6 +4,7 @@
description: Base job for devstack/tempest based ironic jobs.
parent: devstack-tempest
nodeset: openstack-single-node-bionic
post-run: playbooks/ci-workarounds/get_tftpd.yaml
timeout: 10800
required-projects:
- openstack/ironic