summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-10-11 11:52:42 -0400
committerGitHub <noreply@github.com>2017-10-11 11:52:42 -0400
commit7b5cc97271ae834b9f2e64ec2b17f4ea3208017f (patch)
tree7917fefb2a817c3f5446c8c6f8d489526651ee1c /playbooks
parentc38f63cc4a7e8cf2942e5bc83ee92fbea7aa59fe (diff)
parentbb1d5f45255d60a88a3220ea7e7b724a073465b1 (diff)
downloadopenshift-7b5cc97271ae834b9f2e64ec2b17f4ea3208017f.tar.gz
openshift-7b5cc97271ae834b9f2e64ec2b17f4ea3208017f.tar.bz2
openshift-7b5cc97271ae834b9f2e64ec2b17f4ea3208017f.tar.xz
openshift-7b5cc97271ae834b9f2e64ec2b17f4ea3208017f.zip
Merge pull request #5716 from mgugino-upstream-stage/fix-debug_level
Fix broken debug_level
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml b/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml
index 797e21bc3..c37a5f9ab 100644
--- a/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml
+++ b/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml
@@ -31,7 +31,6 @@
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: Upgrade and backup etcd
include: ./etcd/main.yml