Bug 2224170
Summary: | Registering client host with Satellite using Global Registration Template shows "Error: There are no enabled repositories in "/etc/yum.repos.d", "/etc/yum/repos.d", "/etc/distro.repos.d"." | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Jayant Bhatia <jbhatia> |
Component: | Registration | Assignee: | Leos Stejskal <lstejska> |
Status: | CLOSED ERRATA | QA Contact: | Gaurav Talreja <gtalreja> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.14.0 | CC: | ahumbe, gtalreja, lstejska, nalfassi, pcreech, rlavi |
Target Milestone: | 6.15.0 | Keywords: | Triaged, UserExperience |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-04-23 17:11:48 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
Jayant Bhatia
2023-07-20 05:42:00 UTC
Hi, this does not look like a bug in the registration, but rather a subscription. See the error: ``` Updating Subscription Management repositories. Unable to read consumer identity This system is not registered with an entitlement server. You can use subscription-manager to register. Error: There are no enabled repositories in "/etc/yum.repos.d", "/etc/yum/repos.d", "/etc/distro.repos.d". The system has been registered with ID: 5bb5cedf-133c-42fe-b45a-7656c346da23 The registered system name is: dhcp131-83.gsslab.pnq2.redhat.com ``` What repositories do you have enabled for the OS? The registration is always successful but observed error is misleading. I tried with RHEL-9 BaseOS and Appstream repo. The same error is observed irrespective of the repo being made available to the registered client host. > The registration is always successful but the observed error is misleading. The error is coming from the yum, or subscription-manager, not sure right now, there isn't much we can do with it. > The same error is observed irrespective of the repo being made available to the registered client host. Can you share steps on how to reproduce the issue? This would mean that registration doesn't work but we didn't get any issues from QAs nor from the customers, so I guess there are maybe some steps missing in the setup We could potentially silence the subscription-manager commands we run before the actual registration https://github.com/theforeman/foreman/blob/90a5e4c341051915c8f915e7259f4b9673a25a2c/app/views/unattended/provisioning_templates/registration/global_registration.erb#L187 We already redirect stdout to /dev/null later https://github.com/theforeman/foreman/blob/90a5e4c341051915c8f915e7259f4b9673a25a2c/app/views/unattended/provisioning_templates/registration/global_registration.erb#L198-L199 We could potentially also silence the STDERR, but at the same time, this may be needed while debugging. Bulk setting Target Milestone = 6.15.0 where sat-6.15.0+ is set. Created redmine issue https://projects.theforeman.org/issues/36938 from this bug Moving this bug to POST for triage into Satellite since the upstream issue https://projects.theforeman.org/issues/36938 has been resolved. Verified. Tested on Satellite 6.15.0 Snap 2.1 steps: 1. Navigate to Satellite WebUI -> Hosts -> Register Host and generate the curl command 2. Run the curl command on any host to register it with Satellite Observation: Mentioned warning isn't part of the output now, which was appearing earlier due to subscription-manager package update, and its now silenced. Also, the provided fix silences the command for katello-ca-consumer removal. 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 (Important: Satellite 6.15.0 release), 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://access.redhat.com/errata/RHSA-2024:2010 |