diff --git a/playbooks/ci-workarounds/get_extra_logging.yaml b/playbooks/ci-workarounds/get_extra_logging.yaml new file mode 100644 index 0000000000..5f6a1f8fe3 --- /dev/null +++ b/playbooks/ci-workarounds/get_extra_logging.yaml @@ -0,0 +1,8 @@ +- hosts: all + tasks: + - name: Get tftpd info from journald + shell: "journalctl -t in.tftpd > {{ zuul_output_dir }}/logs/tftpd-journal.txt" + become: yes + - name: Get network connection information for ironic process + shell: "netstat -apn |grep ironic > {{ zuul_output_dir }}/logs/post-job-network-connections.txt" + become: yes diff --git a/playbooks/ci-workarounds/get_tftpd.yaml b/playbooks/ci-workarounds/get_tftpd.yaml deleted file mode 100644 index 8a0e1f3b4f..0000000000 --- a/playbooks/ci-workarounds/get_tftpd.yaml +++ /dev/null @@ -1,5 +0,0 @@ -- hosts: all - tasks: - - name: Get tftpd info from journald - shell: "journalctl -t in.tftpd > {{ zuul_output_dir }}/logs/tftpd-journal.txt" - become: yes \ No newline at end of file diff --git a/zuul.d/ironic-jobs.yaml b/zuul.d/ironic-jobs.yaml index 489370a5b4..c6f3ef854b 100644 --- a/zuul.d/ironic-jobs.yaml +++ b/zuul.d/ironic-jobs.yaml @@ -4,7 +4,7 @@ description: Base job for devstack/tempest based ironic jobs. parent: devstack-tempest nodeset: openstack-single-node-focal - post-run: playbooks/ci-workarounds/get_tftpd.yaml + post-run: playbooks/ci-workarounds/get_extra_logging.yaml timeout: 10800 required-projects: - openstack/ironic