Merge "Update openstack-puppet-modules dependencies"

This commit is contained in:
Jenkins 2016-11-04 14:08:15 +00:00 committed by Gerrit Code Review
commit cac8c7d285
1 changed files with 2 additions and 1 deletions

View File

@ -73,8 +73,9 @@ if [[ "$pacemaker_status" == "active" ]] ; then
pcs cluster stop
fi
else
echo "Upgrading openstack-puppet-modules"
echo "Upgrading openstack-puppet-modules and its dependencies"
yum -q -y update openstack-puppet-modules
yum deplist openstack-puppet-modules | awk '/dependency/{print $2}' | xargs yum -q -y update
echo "Upgrading other packages is handled by config management tooling"
echo -n "true" > $heat_outputs_path.update_managed_packages
exit 0