Pass -q option to yum
authorZane Bitter <zbitter@redhat.com>
Sat, 6 Feb 2016 17:13:09 +0000 (12:13 -0500)
committerJiri Stransky <jistr@redhat.com>
Mon, 8 Feb 2016 09:37:05 +0000 (10:37 +0100)
commitd85b12dcb87dd3dc7b9b349ec4aa0ad0c096a18a
tree7edcefe9ad50b8b33e5a92a1c206bcec4fae311c
parent2125ffc65073d172b70c49f933ba3f7c442d1ff0
Pass -q option to yum

The maximum payload size of the return signal from a Heat software
deployment is 1MB, and the output of yum starts breaking this limit at
~1000 packages to update - which is not an atypical number. To prevent
this, pass the -q (quiet) option to reduce the amount of output to a
manageable level.

Change-Id: I517271e8465885421a78b73c5af756816c37a977
Resolves-rhbz: #1304878
Closes-Bug: #1543034
extraconfig/tasks/yum_update.sh