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 16:54:44 +0200
committerJan Chaloupka <jchaloup@redhat.com>2017-09-29 16:54:44 +0200
commit602d3ed24a6c6b3a8eddf549b60b777d0b5a8c33 (patch)
treeb983f7222c4bb5b796f54b20fbc2b8965e537b3c /playbooks/common/openshift-cluster/upgrades/v3_7/upgrade_nodes.yml
parent9920ea81d7f036432553921b708cf8c49ac6ea62 (diff)
downloadopenshift-602d3ed24a6c6b3a8eddf549b60b777d0b5a8c33.tar.gz
openshift-602d3ed24a6c6b3a8eddf549b60b777d0b5a8c33.tar.bz2
openshift-602d3ed24a6c6b3a8eddf549b60b777d0b5a8c33.tar.xz
openshift-602d3ed24a6c6b3a8eddf549b60b777d0b5a8c33.zip
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: