Upgrades: quiet yum update
authorJiri Stransky <jistr@redhat.com>
Mon, 29 Feb 2016 16:38:42 +0000 (17:38 +0100)
committerJiri Stransky <jistr@redhat.com>
Wed, 2 Mar 2016 11:11:29 +0000 (12:11 +0100)
Quiet down yum during major upgrades to reduce the output size. This is
consistent with what was introduced into minor updates in change
I517271e8465885421a78b73c5af756816c37a977.

Change-Id: Ie6b470e383fdf42870ac6f60ca43e44b4c446ebe

extraconfig/tasks/major_upgrade_controller_pacemaker_1.sh

index 5604bb0..ff73a9a 100755 (executable)
@@ -46,7 +46,7 @@ while systemctl is-active pacemaker; do
     fi
 done
 
-yum update -y
+yum -y -q update
 
 # Pin messages sent to compute nodes to kilo, these will be upgraded later
 crudini  --set /etc/nova/nova.conf upgrade_levels compute "$upgrade_level_nova_compute"