486cda26d8
In the upgrade CI job, the kayobe configuration is first generated for the previous release. If the job fails while deploying the previous release, we don't have access to the configuration that was used. This change adds previous_kayobe_config and previous_kolla_config to the saved logs. Change-Id: I603fc856cf79bdc52f5bf158c6706c1c0ffe2d95
17 lines
500 B
YAML
17 lines
500 B
YAML
---
|
|
# Job phase - one of 'pre' or 'post'.
|
|
kayobe_diagnostics_phase:
|
|
|
|
# Directory on the remote host in which to save diagnostics.
|
|
kayobe_diagnostics_logs_dir:
|
|
|
|
# Directory on the remote host in which configuration is stored.
|
|
kayobe_diagnostics_config_dir:
|
|
|
|
# Directory on the remote host in which configuration for the previous release,
|
|
# prior to an upgrade, is stored.
|
|
kayobe_diagnostics_previous_config_dir:
|
|
|
|
# Directory on the executor in which to save logs.
|
|
kayobe_diagnostics_executor_log_dir:
|