Description of problem: RHEL 7.3 EUS not available as a base channel option when changing base channels in Satellite Server v.5.7 Version-Release number of selected component (if applicable): latest version for Satellite Server v.5.7 RHEL 7.3 EUS How reproducible: Steps to Reproduce: 1. Sync RHEL 7.3 EUS over the Satellite Server 2. Register a RHEL-7 client to Satellite Server 3. Try to change the base channel for RHEL-7 Client to RHEL7.3 EUS Actual results: Unable to change since RHEL-7.3 EUS not available as an valid option Expected results: Should be able to change to RHEL-7.3 EUS base channel Additional info:
The reason is rhel-x86_64-server-7.3.eus channel doesn't have associated product name. I saw this problem on other Satellites too. select label, product_name_id from rhnchannel; label | product_name_id ---------------------------------------------------+----------------- rhel-x86_64-server-6 | 125 c2017-02-rhel-x86_64-server-6 | 125 rhn-tools-rhel-x86_64-server-7 | 127 rhel-x86_64-server-7 | 125 rhn-tools-rhel-x86_64-server-6 | 127 rhel-x86_64-server-7-rhscl-1 | temporary-rhel-x86_64-server-7-rhscl-1-2016-10-30 | temporary-rhel-x86_64-server-7-2016-10-30 | 125 c2017-02-rhn-tools-rhel-x86_64-server-6 | 127 rhel-x86_64-server-5 | 125 rhn-tools-rhel-x86_64-server-5 | 127 rhel-x86_64-server-7.3.eus | rhel-x86_64-server-7.2.eus | 125 (13 rows) select label, name from rhnproductname where id = 125; label | name -------+------------------ rhel | Enterprise Linux (1 row) These data come from RHN and have to be fixed there. Not a bug in Satellite.
Ack, channel metadata are missing in RHN.
I was also able to sync rhel-x86_64-server-7.3.eus with 14050 packages today. Closing as CURRENTRELEASE.
Additionally I was able to change a base channel of a system to "RHEL EUS Server (v. 7.3 for 64-bit x86_64)".