b4bc89dfff
This stops short of enrolling the nodes in Ironic, but provides some coverage of the earlier stages. Change-Id: I48a0bafaff1555caea0a7d216ac6f6a4f11c2b55 Depends-On: https://review.openstack.org/#/c/615544/ Depends-On: https://review.openstack.org/#/c/616510/ Depends-On: https://review.openstack.org/#/c/616501/
15 lines
356 B
YAML
15 lines
356 B
YAML
---
|
|
|
|
- name: Run diagnostics script
|
|
script: dump_libvirt_logs.sh
|
|
register: dump_libvirt_logs_result
|
|
become: true
|
|
failed_when: false
|
|
environment:
|
|
LOG_DIR: "{{ tenks_diagnostics_log_dir }}"
|
|
CONFIG_DIR: "{{ tenks_diagnostics_config_dir }}"
|
|
|
|
- name: Print dump_libvirt_logs.sh output
|
|
debug:
|
|
msg: "{{ dump_libvirt_logs_result.stdout }}"
|