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 2126349 - Missing cron job for ACS refresh in /etc/cron.d/katello
Summary: Missing cron job for ACS refresh in /etc/cron.d/katello
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Packaging
Version: 6.12.0
Hardware: All
OS: All
unspecified
high
Target Milestone: 6.13.0
Assignee: Chris Roberts
QA Contact: Gaurav Talreja
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-09-13 08:51 UTC by Gaurav Talreja
Modified: 2023-05-03 13:22 UTC (History)
2 users (show)

Fixed In Version: foreman-3.4.0
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-05-03 13:22:03 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 34898 0 Normal Closed Katello cron job needed to run the alternate content source refresh rake task on a schedule 2022-11-02 18:36:49 UTC
Red Hat Issue Tracker SAT-14344 0 None None None 2022-12-08 15:49:18 UTC
Red Hat Product Errata RHSA-2023:2097 0 None None None 2023-05-03 13:22:15 UTC

Description Gaurav Talreja 2022-09-13 08:51:28 UTC
Description of problem:


Version-Release number of selected component (if applicable):
Satellite 6.12.0 Snap 10.0

How reproducible:
Always

Steps to Reproduce:
1. # cat /etc/cron.d/katello
2.
3.

Actual results:
Missing cron job for ACS refresh

Expected results:
Cron job to refresh ACS regularly

Additional info:
https://github.com/theforeman/foreman-packaging/pull/8071

Comment 3 Ian Ballou 2022-11-02 18:36:50 UTC
I'm linking in the packaging PR that fixes this so automation can take care of it.  Also moving to the packaging component.

Comment 4 Bryan Kearney 2022-11-02 20:03:35 UTC
Upstream bug assigned to chrobert

Comment 5 Bryan Kearney 2022-11-02 20:03:36 UTC
Moving this bug to POST for triage into Satellite since the upstream issue https://projects.theforeman.org/issues/34898 has been resolved.

Comment 6 Gaurav Talreja 2022-12-13 15:56:04 UTC
Verified

Tested on Satellite 6.13.0 Snap 2.0

Steps:
1. # cat /etc/cron.d/katello
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

# Script for initiating removal of orphaned content
00 22 * * 0	root	foreman-rake katello:delete_orphaned_content RAILS_ENV=production >/dev/null 2>&1

# Script to refresh all alternate content sources
00 18 * * 0     root    foreman-rake katello:refresh_alternate_content_sources >/dev/null 2>&1

Observation:
Cron job exists for ACS refresh which will run every week

Comment 9 errata-xmlrpc 2023-05-03 13:22:03 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 (Important: Satellite 6.13 Release), 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/RHSA-2023:2097


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