Merge "Collect tftpd info from journald"

This commit is contained in:
Zuul 2020-05-22 12:21:23 +00:00 committed by Gerrit Code Review
commit ae67f54c6f
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