Description of problem: The swift client is attempted to be reinstalled every time the update runs which causes the swift services to be restarted. This is caused by the norpm puppet provider which does not properly handle virtual packages. In puppet-swift we use 'python-swiftclient' to ensure the package is installed but the package name is actually 'python2-swiftclient'. Version-Release number of selected component (if applicable): puppet-tripleo-5.5.0-2.el7ost.noarch.rpm How reproducible: Every time an update to the stack is run. Simple test case: cat >test.pp <<EOF include ::tripleo::packages include ::swift::client EOF puppet apply --modulepath=/etc/puppet/modules test.pp Actual results: Output will contain: Notice: /Stage[main]/Swift::Client/Package[swiftclient]/ensure: created Expected results: Output should not contain: Notice: /Stage[main]/Swift::Client/Package[swiftclient]/ensure: created Related BZ 1421883
Verified package no longer reports being installed when already installed.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2017-0451.html
*** Bug 1442595 has been marked as a duplicate of this bug. ***