Actions
Bug #24752
closedneed to reset puppet::server_puppetserver_metrics on Puppet4 → Puppet5 upgrade
Difficulty:
Triaged:
Yes
Description
When upgrading to PuppetServer 5 (5.3.5) from 4.x, we do not reset the puppet::server_puppetserver_metrics
param.
The installer sets it to versioncmp($::puppetversion, '5.0.0') >= 0
during the original install, and that remains in the answer file. On Puppet4 installs this is false
However, Puppet5 needs metrics enabled, and does not start otherwise: https://ci.centos.org/job/foreman-katello-upgrade-nightly-test/31/
We need to reset the param, so that versioncmp is re-evaluated.
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello-installer/pull/677 added
Updated by Evgeni Golov over 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello-installer|08d694639c2b8a752fa6c8166dea10d5a6fed2c9.
Updated by The Foreman Bot over 6 years ago
- Pull request https://github.com/Katello/katello-installer/pull/678 added
Updated by The Foreman Bot over 6 years ago
- Pull request https://github.com/Katello/katello-installer/pull/679 added
Updated by Justin Sherrill over 6 years ago
- Target version set to Katello 3.9.0
- Triaged changed from No to Yes
Actions