Bug 1427354

Summary: RHEL 7.3 EUS not available as a base channel option when changing base channels in Satellite Server v.5.7
Product: Red Hat Satellite 5 Reporter: anerurka
Component: OtherAssignee: Jan Dobes <jdobes>
Status: CLOSED CURRENTRELEASE QA Contact: Red Hat Satellite QA List <satqe-list>
Severity: high Docs Contact:
Priority: high    
Version: 570CC: cshereme, dyordano, tlestach
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-03-29 12:23:49 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 anerurka 2017-02-28 00:30:06 UTC
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:

Comment 2 Jan Dobes 2017-02-28 12:48:27 UTC
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.

Comment 3 Tomas Lestach 2017-02-28 14:13:43 UTC
Ack, channel metadata are missing in RHN.

Comment 7 Tomas Lestach 2017-03-29 12:23:49 UTC
I was also able to sync rhel-x86_64-server-7.3.eus with 14050 packages today.

Closing as CURRENTRELEASE.

Comment 8 Tomas Lestach 2017-03-29 12:37:29 UTC
Additionally I was able to change a base channel of a system to "RHEL EUS Server (v. 7.3 for 64-bit x86_64)".