summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevan Goodwin <dgoodwin@redhat.com>2016-11-14 10:54:19 -0400
committerDevan Goodwin <dgoodwin@redhat.com>2016-11-14 12:17:54 -0400
commit0c7e3f3a004ecda200a6f529b578158ef917a353 (patch)
tree3eb4caeb115899ceb3044293493b49a8ec2a0fca
parentb29e9340544cbfb127e0a7f6be88f8b4f2818b4d (diff)
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.
-rw-r--r--playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml b/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml
index 764563d28..1ed451af8 100644
--- a/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml
+++ b/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