summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade_nodes.yml
diff options
context:
space:
mode:
authorJan Chaloupka <jchaloup@redhat.com>2017-09-29 17:13:37 +0200
committerGitHub <noreply@github.com>2017-09-29 17:13:37 +0200
commit23237328eaaae5305c2f0e7d46e594cb5bdebc89 (patch)
treeb983f7222c4bb5b796f54b20fbc2b8965e537b3c /playbooks/common/openshift-cluster/upgrades/v3_7/upgrade_nodes.yml
parent9920ea81d7f036432553921b708cf8c49ac6ea62 (diff)
parent602d3ed24a6c6b3a8eddf549b60b777d0b5a8c33 (diff)
downloadopenshift-23237328eaaae5305c2f0e7d46e594cb5bdebc89.tar.gz
openshift-23237328eaaae5305c2f0e7d46e594cb5bdebc89.tar.bz2
openshift-23237328eaaae5305c2f0e7d46e594cb5bdebc89.tar.xz
openshift-23237328eaaae5305c2f0e7d46e594cb5bdebc89.zip
Merge pull request #5594 from ingvagabund/move-health-checks-and-ctrl-plane-ver-before-excluders
move health-checks and control-plane-verification before excluders
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades/v3_7/upgrade_nodes.yml')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/v3_7/upgrade_nodes.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade_nodes.yml b/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade_nodes.yml
index e5e04e643..bc080f9a3 100644
--- a/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade_nodes.yml
+++ b/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade_nodes.yml
@@ -48,6 +48,10 @@
tags:
- pre_upgrade
+- include: ../pre/verify_health_checks.yml
+ tags:
+ - pre_upgrade
+
- include: ../disable_node_excluders.yml
tags:
- pre_upgrade
@@ -68,10 +72,6 @@
# docker is configured and running.
skip_docker_role: True
-- include: ../pre/verify_health_checks.yml
- tags:
- - pre_upgrade
-
- name: Verify masters are already upgraded
hosts: oo_masters_to_config
tags: