Bug 1791499
| Summary: | puppet-access_insights_client causes excessive load on Satellite | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Mike McCune <mmccune> |
| Component: | RH Cloud - Insights | Assignee: | wclark |
| Status: | CLOSED ERRATA | QA Contact: | jcallaha |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.6.0 | CC: | dsynk, ecerqueira, zhunting |
| Target Milestone: | 6.6.2 | Keywords: | Triaged |
| Target Release: | Unused | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1787400 | Environment: | |
| Last Closed: | 2020-02-13 14:59:35 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
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://access.redhat.com/errata/RHBA-2020:0496 |
Verified in Satellite 6.6.2 The solution was to update the old manifest to check that packages were installed instead of latest. cat /usr/share/puppet/modules/access_insights_client/manifests/old.pp ... ) { package { $package_name: ensure => installed, } ...