Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 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 "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". 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 "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-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 1836970

Summary: content set mappings for rhel-6 ELS repos are missing from cdn/cs_mappings-*.csv
Product: Red Hat Enterprise Linux 6 Reporter: John Sefler <jsefler>
Component: relengAssignee: Release Engineering Bug Triage <releng-maint-list>
Status: CLOSED CURRENTRELEASE QA Contact: Release Test Team <release-test-team-automation>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.10CC: gscarbor, sdaley, tmlcoch
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-03-29 08:20:09 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description John Sefler 2020-05-18 15:06:00 UTC
Description of problem:
Content sets for ELS (Red Hat Enterprise Linux Extended Life Cycle) should have a cs_mapping constraint similar to EUS that enforces RHEL systems to be entitled to the base RHEL products in addition to the ELS add-on subscription support. (inferred from https://access.redhat.com/solutions/690063 "...We require that customers running Red Hat Enterprise Linux products beyond their retirement continue to have active subscriptions which ensures that they continue receiving access to all previously released content, ...").   That means that content set constraints should be imposed on all *-els-* content set repos that will block an entitled rhel system from accessing the *-els-* repos until they have also attached a subscription that provides the base rhel engineering product that the *-els-* repos extend.  To achieve this behavior, the OIDS for all *-els-* content set repos need to be added to a cs_mappings file followed by a call to refresh pools for all the ELS engineering ids.


Below are lists of the ELS content set OIDs missing from...
 http://git.app.eng.bos.redhat.com/git/rcm/rcm-metadata.git/tree/cdn/cs_mappings-prod.csv
 http://git.app.eng.bos.redhat.com/git/rcm/rcm-metadata.git/tree/cdn/cs_mappings-stage.csv
 http://git.app.eng.bos.redhat.com/git/rcm/rcm-metadata.git/tree/cdn/cs_mappings-qa.csv

----------------------------------------------------------

From EngID 204: Red Hat Enterprise Linux Server - Extended Life Cycle Support
Provided by add-on sku RH00270: Red Hat Enterprise Linux Extended Life Cycle Support (Physical or Virtual Nodes)
The ENG CONTENT IDs below correspond to rhel-6-server-els-* content set repos and should extend the rhel-6-server-* content set repos provided by EngID 69.

ENG CONTENT ID, MODIFIES        Content Set Label provided for information
7396, 69                  <==== rhel-6-server-els-rpms
7397, 69                  <==== rhel-6-server-els-debug-rpms
7399, 69                  <==== rhel-6-server-els-source-rpms
7408, 69                  <==== rhel-6-server-els-optional-rpms
7409, 69                  <==== rhel-6-server-els-optional-debug-rpms
7411, 69                  <==== rhel-6-server-els-optional-source-rpms

Comment 1 John Sefler 2020-05-18 15:07:21 UTC
----------------------------------------------------------

After the content set mappings ENG CONTENT ID, MODIFIES above are committed to...
 http://git.app.eng.bos.redhat.com/git/rcm/rcm-metadata.git/tree/cdn/cs_mappings-prod.csv
 http://git.app.eng.bos.redhat.com/git/rcm/rcm-metadata.git/tree/cdn/cs_mappings-stage.csv
 http://git.app.eng.bos.redhat.com/git/rcm/rcm-metadata.git/tree/cdn/cs_mappings-qa.csv
RCM will need to issue the following calls to refresh pools to apply the new constraints

/mnt/redhat/scripts/rel-eng/utility/pool_refresh/subscription_pool_refresh.py --env prod 204
/mnt/redhat/scripts/rel-eng/utility/pool_refresh/subscription_pool_refresh.py --env stage 204
/mnt/redhat/scripts/rel-eng/utility/pool_refresh/subscription_pool_refresh.py --env qa 204

Comment 4 John Sefler 2020-06-22 18:20:09 UTC
Moving to VERIFIED.
Automated Tests for these six rhel-6-server-els repos are passing.

Comment 5 Tomas Mlcoch 2021-03-29 08:20:09 UTC
Closing per comment from John.