ca3b5a7701
Adds a new abstract parent job for the following kayobe deploy jobs: kayobe-overcloud-centos kayobe-overcloud-upgrade-centos kayobe-seed-centos kayobe-seed-upgrade-centos This parent includes commonly used variables, and pre-run and post-run playbooks for preparing and executing diagnostics, plus other initialisation. Change-Id: I9ab89fbc49bb32d86af56d50ec3914740e65d0f8
10 lines
393 B
YAML
10 lines
393 B
YAML
---
|
|
- hosts: all
|
|
roles:
|
|
- role: kayobe-diagnostics
|
|
kayobe_diagnostics_phase: "post"
|
|
kayobe_diagnostics_log_dir: "/tmp/logs"
|
|
kayobe_diagnostics_config_dir: "{{ kayobe_config_src_dir }}"
|
|
kayobe_diagnostics_previous_config_dir: "{{ previous_kayobe_config_src_dir }}"
|
|
kayobe_diagnostics_executor_log_dir: "{{ zuul.executor.log_root }}/{{ inventory_hostname }}"
|