Browse Source

Upgrade: don't check master service status for bootstrapped nodes

Vadim Rutkovsky 7 years ago
parent
commit
a7cf471f1b

+ 3 - 1
playbooks/common/openshift-cluster/upgrades/pre/verify_cluster.yml

@@ -68,7 +68,9 @@
       local_facts:
         ha: "{{ groups.oo_masters_to_config | length > 1 }}"
 
-  - when: openshift_is_containerized | bool
+  - when:
+    - openshift_is_containerized | bool
+    - not openshift_is_bootstrapped | bool
     block:
     - set_fact:
         master_services: