|
@@ -38,6 +38,12 @@
|
|
|
l_upgrade_excluder_hosts: "oo_masters_to_config"
|
|
|
openshift_protect_installed_version: False
|
|
|
|
|
|
+# Need to run sanity checks after version has been run.
|
|
|
+- import_playbook: ../../../../init/sanity_checks.yml
|
|
|
+ vars:
|
|
|
+ # oo_lb_to_config might not be present; Can't use !oo_nodes because masters are nodes.
|
|
|
+ l_sanity_check_hosts: "{{ groups['oo_etcd_to_config'] | union(groups['oo_masters_to_config']) | union(groups['oo_lb_to_config'] | default([]) ) }}"
|
|
|
+
|
|
|
- name: Flag pre-upgrade checks complete for hosts without errors
|
|
|
hosts: oo_masters_to_config:oo_etcd_to_config
|
|
|
tasks:
|