summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorJason DeTiberus <jdetiber@redhat.com>2015-11-24 14:14:28 -0500
committerJason DeTiberus <jdetiber@redhat.com>2015-11-30 16:57:03 -0500
commit526038fa15a6c02661f2315278c086477157b87f (patch)
treecf7d64037a0a85f2396d81999952a40ba6a1cde1 /playbooks
parenta2dc715e54f47fa2abbac58d9d04565837bc6e56 (diff)
downloadopenshift-526038fa15a6c02661f2315278c086477157b87f.tar.gz
openshift-526038fa15a6c02661f2315278c086477157b87f.tar.bz2
openshift-526038fa15a6c02661f2315278c086477157b87f.tar.xz
openshift-526038fa15a6c02661f2315278c086477157b87f.zip
remove debug logging from scc/privileged patch command
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml b/playbooks/common/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml
index cc7367801..00ebf4ce6 100644
--- a/playbooks/common/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml
+++ b/playbooks/common/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml
@@ -518,8 +518,7 @@
- "'false' in _scc.stdout"
command: >
{{ oc_cmd }} patch scc/privileged -p
- '{"allowHostPorts":true,"allowHostNetwork":true}' --loglevel=9
- --api-version=v1
+ '{"allowHostPorts":true,"allowHostNetwork":true}' --api-version=v1
- name: Update deployment config to 1.0.4/3.0.1 spec
when: _default_router.rc == 0