소스 검색

Fix HA upgrade when fact cache deleted.

This variable is referenced in the systemd unit templates, this seems
like the easiest and most consistent fix.
Devan Goodwin 8 년 전
부모
커밋
0c7e3f3a00
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml

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

@@ -25,6 +25,7 @@
       role: master
       role: master
       local_facts:
       local_facts:
         embedded_etcd: "{{ groups.oo_etcd_to_config | default([]) | length == 0 }}"
         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
 - name: Backup etcd
   hosts: etcd_hosts_to_backup
   hosts: etcd_hosts_to_backup