Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
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.
Description of problem:
Any product disabled/removed from Red Hat Satellite 6, should automatically disassociate from sync plan
Version-Release number of selected component (if applicable):
All active versions.
How reproducible:
Always
Steps to Reproduce:
1. Enable a repository in Satellite 6 and add the Product in a sync-plan
=====
Ex. Red Hat Software Collections RPMs for Red Hat Enterprise Linux 7 Server x86_64 7Server
hammer> sync-plan info --organization-id 1 --id 2
ID: 2
Name: test
Start Date: 2020/09/02 22:36:00
Interval: weekly
Enabled: no
Cron Expression:
Recurring Logic ID: 5
Description:
Created at: 2020/09/02 21:36:42
Updated at: 2020/09/02 21:36:42
Products:
1) ID: 220
Name: Red Hat Software Collections for RHEL Server
=====
2. Disable repository [Red Hat Software Collections RPMs for Red Hat Enterprise Linux 7 Server x86_64 7Server ] from Satellite 6.
Actual results:
- Product is not removed from Syn Plan
Expected results:
- There should not be any blank product [w/o any repositories] in a sync plan
Additional info:
As disabled product not removed from sync-plan, sat-maintain fails to enable/disable sync plan, which results in upgrade failure.
Running ForemanMaintain::Scenario
================================================================================
disable active sync plans:
| disabling sync plans [FAIL]
Could not update the sync plan:
Validation failed: Can not add product Red Hat Software Collections (for RHEL Server) because it is disabled.
--------------------------------------------------------------------------------
Scenario [ForemanMaintain::Scenario] failed.
The following steps ended up in failing state:
[sync-plans-disable]
Resolve the failed steps and rerun
the command. In case the failures are false positives,
use --whitelist="sync-plans-disable"
Workaround
- Whitelist enable/disable sync-plan step while upgrading
- Remove Product w/o repositories from sync-plan [https://access.redhat.com/solutions/4021771]
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 (Moderate: Satellite 6.9 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-2021:1313
Description of problem: Any product disabled/removed from Red Hat Satellite 6, should automatically disassociate from sync plan Version-Release number of selected component (if applicable): All active versions. How reproducible: Always Steps to Reproduce: 1. Enable a repository in Satellite 6 and add the Product in a sync-plan ===== Ex. Red Hat Software Collections RPMs for Red Hat Enterprise Linux 7 Server x86_64 7Server hammer> sync-plan info --organization-id 1 --id 2 ID: 2 Name: test Start Date: 2020/09/02 22:36:00 Interval: weekly Enabled: no Cron Expression: Recurring Logic ID: 5 Description: Created at: 2020/09/02 21:36:42 Updated at: 2020/09/02 21:36:42 Products: 1) ID: 220 Name: Red Hat Software Collections for RHEL Server ===== 2. Disable repository [Red Hat Software Collections RPMs for Red Hat Enterprise Linux 7 Server x86_64 7Server ] from Satellite 6. Actual results: - Product is not removed from Syn Plan Expected results: - There should not be any blank product [w/o any repositories] in a sync plan Additional info: As disabled product not removed from sync-plan, sat-maintain fails to enable/disable sync plan, which results in upgrade failure. Running ForemanMaintain::Scenario ================================================================================ disable active sync plans: | disabling sync plans [FAIL] Could not update the sync plan: Validation failed: Can not add product Red Hat Software Collections (for RHEL Server) because it is disabled. -------------------------------------------------------------------------------- Scenario [ForemanMaintain::Scenario] failed. The following steps ended up in failing state: [sync-plans-disable] Resolve the failed steps and rerun the command. In case the failures are false positives, use --whitelist="sync-plans-disable" Workaround - Whitelist enable/disable sync-plan step while upgrading - Remove Product w/o repositories from sync-plan [https://access.redhat.com/solutions/4021771]