Description of problem: product cert mapping for "Red Hat Developer Toolset (for RHEL for IBM POWER)" channels "rhel-ppc-server-dts-5-*" to 195.pem are missing from /usr/share/rhsm/product/RHEL-5/channel-cert-mapping.txt Need a new build of the subscription-manager-migration-data. Version-Release number of selected component (if applicable): [root@rhsm-accept-rhel5 ~]# rpm -q subscription-manager-migration-data subscription-manager-migration-data-1.11.2.7-1.el5 How reproducible: Steps to Reproduce: [root@rhsm-accept-rhel5 ~]# grep rhel-ppc-server-dts /usr/share/rhsm/product/RHEL-5/channel-cert-mapping.txt [root@rhsm-accept-rhel5 ~]# ^^^ Expected to find mappings for RHN Channels these channels: "rhel-ppc-server-dts-5-beta", "rhel-ppc-server-dts-5-beta-debuginfo",
This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux release for currently deployed products. This request is not yet committed for inclusion in a release.
This request was not resolved in time for the current release. Red Hat invites you to ask your support representative to propose this request, if still desired, for consideration in the next release of Red Hat Enterprise Linux.
This bug appears due to a mismatch in architecture names between the certificate and what is in product_baseline.json. In product_baseline.json: "Name": "Red Hat Developer Toolset (for RHEL for IBM POWER)", "Product ID": "195", "RHN Channels": [ "rhel-ppc-server-dts-5-beta", "rhel-ppc-server-dts-5-beta-debuginfo", "rhel-ppc64-server-dts-6-beta", "rhel-ppc64-server-dts-6-beta-debuginfo" ] And in the product_ids directory: % find -name '*195.pem' ./dts-1.1/Server-DTS-ppc64-c65aad65dfe2-195.pem Note that the channel name for RHEL 5 has the "ppc" architecture and that the certificate has the "ppc64" architecture. This mismatch causes the script that generates the channel-cert-mapping.txt file to miss finding the certificate when it searches. The script is actually performing a glob search for "*ppc-*-195*.pem" which doesn't match the actual certificate name.
Let's not worry about this bug... DTS for ppc was added at DTS 1.1 Beta but then dropped before 1.1 GA. I'll work on removing the channels from RHN.
Per comments from Dennis, Closing this out.