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: | Other | Assignee: | Jan Dobes <jdobes> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 570 | CC: | 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
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)". |