Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1791499 - puppet-access_insights_client causes excessive load on Satellite
Summary: puppet-access_insights_client causes excessive load on Satellite
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: RH Cloud - Insights
Version: 6.6.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: 6.6.2
Assignee: wclark
QA Contact: jcallaha
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-01-16 00:03 UTC by Mike McCune
Modified: 2023-03-24 16:43 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1787400
Environment:
Last Closed: 2020-02-13 14:59:35 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 28652 0 High Rejected puppet-access_insights_client causes excessive load on Katello 2020-04-21 11:32:15 UTC
Github redhataccess puppet-access_insights_client pull 6 0 None closed dont use ensure => latest 2020-04-21 11:32:15 UTC
Red Hat Product Errata RHBA-2020:0496 0 None None None 2020-02-13 14:59:45 UTC

Comment 3 jcallaha 2020-02-03 18:57:55 UTC
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,
  }
...

Comment 5 errata-xmlrpc 2020-02-13 14:59:35 UTC
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


Note You need to log in before you can comment on or make changes to this bug.