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/
14 lines
418 B
YAML
14 lines
418 B
YAML
---
|
|
- name: tenks-deploy-teardown post run
|
|
hosts: all
|
|
pre_tasks:
|
|
- name: Include common variables
|
|
include_vars: common.yml
|
|
roles:
|
|
- role: tenks-diagnostics
|
|
tenks_diagnostics_phase: "post"
|
|
tenks_diagnostics_log_dir: "{{ logs_dir }}"
|
|
tenks_diagnostics_config_dir: "{{ config_dir }}"
|
|
tenks_diagnostics_executor_log_dir: "{{ zuul.executor.log_root }}/{{ inventory_hostname }}"
|
|
|