Browse Source

add health checks 3_6,3_7 upgrade path

juanvallejo 7 years ago
parent
commit
81f4748390

+ 4 - 0
playbooks/common/openshift-cluster/upgrades/v3_6/upgrade_control_plane.yml

@@ -75,6 +75,10 @@
     # docker is configured and running.
     skip_docker_role: True
 
+- include: ../pre/verify_health_checks.yml
+  tags:
+  - pre_upgrade
+
 - include: ../pre/verify_control_plane_running.yml
   tags:
   - pre_upgrade

+ 4 - 0
playbooks/common/openshift-cluster/upgrades/v3_6/upgrade_nodes.yml

@@ -68,6 +68,10 @@
     # 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:

+ 4 - 0
playbooks/common/openshift-cluster/upgrades/v3_7/upgrade_control_plane.yml

@@ -75,6 +75,10 @@
     # docker is configured and running.
     skip_docker_role: True
 
+- include: ../pre/verify_health_checks.yml
+  tags:
+  - pre_upgrade
+
 - include: ../pre/verify_control_plane_running.yml
   tags:
   - pre_upgrade

+ 4 - 0
playbooks/common/openshift-cluster/upgrades/v3_7/upgrade_nodes.yml

@@ -68,6 +68,10 @@
     # 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: