Browse Source

Merge pull request #2794 from dgoodwin/no-fact-cache

Fix HA upgrade when fact cache deleted.
Scott Dodson 8 years ago
parent
commit
8e872d99d9

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

@@ -25,6 +25,7 @@
       role: master
       local_facts:
         embedded_etcd: "{{ groups.oo_etcd_to_config | default([]) | length == 0 }}"
+        debug_level: "{{ openshift_master_debug_level | default(openshift.common.debug_level | default(2)) }}"
 
 - name: Backup etcd
   hosts: etcd_hosts_to_backup