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 1320607 - rhel-x86_64-server-hpn-6 channel maps are absent from channel-cert-mapping.txt
Summary: rhel-x86_64-server-hpn-6 channel maps are absent from channel-cert-mapping.txt
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: subscription-manager-migration-data
Version: 6.8
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: vritant
QA Contact: John Sefler
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-23 15:49 UTC by John Sefler
Modified: 2017-03-21 10:54 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-03-21 10:54:52 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2017:0698 0 normal SHIPPED_LIVE Moderate: subscription-manager security, bug fix, and enhancement update 2017-03-21 12:39:12 UTC

Description John Sefler 2016-03-23 15:49:43 UTC
Description of problem:

RHN Classic channel 'rhel-x86_64-server-hpn-6' is accounted for in subscription-manager-migration-data file '/usr/share/rhsm/product/RHEL-6/channel-cert-mapping.txt'. expected:<true> but was:<false>

RHN Classic channel 'rhel-x86_64-server-hpn-6-debuginfo' is accounted for in subscription-manager-migration-data file '/usr/share/rhsm/product/RHEL-6/channel-cert-mapping.txt'. expected:<true> but was:<false>

Version-Release number of selected component (if applicable):
[root@jsefler-6 ~]# rpm -q subscription-manager-migration-data
subscription-manager-migration-data-2.0.27-1.el6.noarch

How reproducible:


Steps to Reproduce:
[root@jsefler-6 ~]# grep "rhel-x86_64-server-hpn-6" /usr/share/rhsm/product/RHEL-6/channel-cert-mapping.txt
rhel-x86_64-server-hpn-6-beta: Server-HPN-x86_64-c9bf6ef2fe49-132.pem
rhel-x86_64-server-hpn-6-beta-debuginfo: Server-HPN-x86_64-c9bf6ef2fe49-132.pem
[root@jsefler-6 ~]# 

Actual results:
  above

Expected results:
  also expected the grep to find channel maps for:
rhel-x86_64-server-hpn-6
rhel-x86_64-server-hpn-6-debuginfo

Additional info:
Before this bug can be fixed in subscription-manager-migration-data, an upstream fix to http://git.app.eng.bos.redhat.com/git/rcm/rcm-metadata.git/tree/cdn/product-certs.json must be done by Release Engineering.

Comment 3 John Sefler 2017-01-16 19:55:38 UTC
This is still a bug in version...
[root@jsefler-rhel6 ~]# rpm -q subscription-manager-migration-data 
subscription-manager-migration-data-2.0.32-1.el6.noarch
[root@jsefler-rhel6 ~]# grep "rhel-x86_64-server-hpn-6" /usr/share/rhsm/product/RHEL-6/channel-cert-mapping.txt
rhel-x86_64-server-hpn-6-beta: Server-HPN-x86_64-c9bf6ef2fe49-132.pem
rhel-x86_64-server-hpn-6-beta-debuginfo: Server-HPN-x86_64-c9bf6ef2fe49-132.pem
[root@jsefler-rhel6 ~]# 

Moreover, satellite-sync shows that the beta channels are empty....
[root@rhsm-sat5 ~]# satellite-sync --list-channels > allchannels.txt
[root@rhsm-sat5 ~]# egrep "rhel-x86_64-server-hpn-6" allchannels.txt
12:24:47       p rhel-x86_64-server-hpn-6                   54 
12:24:47       p rhel-x86_64-server-hpn-6-beta               0     <==== EMPTY
12:24:47       p rhel-x86_64-server-hpn-6-beta-debuginfo     0     <==== EMPTY
12:24:47       p rhel-x86_64-server-hpn-6-debuginfo         24 
[root@rhsm-sat5 ~]# 


NEEDINFO

Comment 4 John Sefler 2017-02-13 17:49:30 UTC
Re-testing version...
[root@jsefler-rhel6 ~]# rpm -q subscription-manager-migration-data
subscription-manager-migration-data-2.0.33-1.el6.noarch
[root@jsefler-rhel6 ~]# grep "rhel-x86_64-server-hpn-6" /usr/share/rhsm/product/RHEL-6/channel-cert-mapping.txt
rhel-x86_64-server-hpn-6: Server-HPN-x86_64-1a212270d985-132.pem
rhel-x86_64-server-hpn-6-beta: Server-HPN-x86_64-d5403bb5f7d1-132.pem
rhel-x86_64-server-hpn-6-beta-debuginfo: Server-HPN-x86_64-d5403bb5f7d1-132.pem
rhel-x86_64-server-hpn-6-debuginfo: Server-HPN-x86_64-1a212270d985-132.pem
[root@jsefler-rhel6 ~]# 

VERIFIED: The non-beta rhn channel to product cert maps are included in subscription-manager-migration-data-2.0.33-1.el6.noarch

Comment 6 John Sefler 2017-02-16 19:07:01 UTC
Verifying Version...
[root@jsefler-rhel6 ~]# rpm -q subscription-manager-migration-data
subscription-manager-migration-data-2.0.34-1.el6.noarch
[root@jsefler-rhel6 ~]# 
[root@jsefler-rhel6 ~]# grep "rhel-x86_64-server-hpn-6" /usr/share/rhsm/product/RHEL-6/channel-cert-mapping.txt
rhel-x86_64-server-hpn-6: Server-HPN-x86_64-1a212270d985-132.pem
rhel-x86_64-server-hpn-6-beta: Server-HPN-x86_64-d5403bb5f7d1-132.pem
rhel-x86_64-server-hpn-6-beta-debuginfo: Server-HPN-x86_64-d5403bb5f7d1-132.pem
rhel-x86_64-server-hpn-6-debuginfo: Server-HPN-x86_64-1a212270d985-132.pem
[root@jsefler-rhel6 ~]# 

VERIFIED: The non-beta (in addition to the beta) rhn channel to product cert maps are included in subscription-manager-migration-data-2.0.34-1.el6.noarch

Comment 8 errata-xmlrpc 2017-03-21 10:54:52 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://rhn.redhat.com/errata/RHSA-2017-0698.html


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