Comment 4 for bug 1623038

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (stable/mitaka)

Reviewed: https://review.openstack.org/370097
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=cd186656d89c161e77b07c54dd47c88c9d10aacb
Submitter: Jenkins
Branch: stable/mitaka

commit cd186656d89c161e77b07c54dd47c88c9d10aacb
Author: Vladimir Maliaev <email address hidden>
Date: Wed Sep 7 13:55:31 2016 +0000

    Upgrade a single package or a bunch of packages

    It takes package names and versions from hiera hash to upgrade
    and override "ensure" parameter in package resource.
    If any package from the current puppet catalog is upgraded,
    all the services in the same catalog should be restarted.

    If there are no upgraded packages, then no services to be restarted.

    Change-Id: Ic3455c54aeea8890f8f3454c269d5f8a8ea0de4e
    Closes-Bug: #1623038
    Related-Bug: #1616553