Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion playbooks/common/openshift-cluster/upgrades/init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

- import_playbook: ../../../init/basic_facts.yml
- import_playbook: ../../../init/base_packages.yml
- import_playbook: ../../../init/cluster_facts.yml

- name: Inspect cluster certificates
hosts: "{{ l_upgrade_cert_check_hosts }}"
Expand Down
2 changes: 2 additions & 0 deletions playbooks/common/openshift-cluster/upgrades/pre/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
# openshift_protect_installed_version is passed n via upgrade_control_plane.yml
# l_openshift_version_set_hosts is passed via upgrade_control_plane.yml

- import_playbook: ../../../../init/cluster_facts.yml

- name: OpenShift Health Checks
hosts: "{{ l_upgrade_health_check_hosts }}"
any_errors_fatal: true
Expand Down