Bug 2263869
Summary: | AAP subscribed to a Capsule cannot pull subscription information from Satellite | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Ahmed Eladawy <aeladawy> |
Component: | Foreman Proxy | Assignee: | satellite6-bugs <satellite6-bugs> |
Status: | CLOSED MIGRATED | QA Contact: | Satellite QE Team <sat-qe-bz-list> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.14.0 | CC: | aruzicka, ehelms, rlavi |
Target Milestone: | Unspecified | Keywords: | MigratedToJIRA, Triaged |
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-06-06 17:02:35 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
Ahmed Eladawy
2024-02-12 13:49:25 UTC
My initial thought is that there is something about your workflow that is different than our standard workflow, for example, I do not understand why your client machine is trying to access: * api/v2/config/subscriptions/ * katello/api/organizations Can you expand on this step: 3. Try to register Ansible Automation Platform machine to the capsule and select subscriptions from the settings -> subscriptions This sounds like something AAP is doing that I am not aware of, and thus you may be the first use case attaching an AAP to a Capsule (rather than Satellite itself). Do you have more details or documentation reference that outlines this AAP configuration step? (In reply to Eric Helms from comment #1) > My initial thought is that there is something about your workflow that is > different than our standard workflow, for example, I do not understand why > your client machine is trying to access: > > * api/v2/config/subscriptions/ > * katello/api/organizations > > Can you expand on this step: > > 3. Try to register Ansible Automation Platform machine to the capsule and > select subscriptions from the settings -> subscriptions > > > This sounds like something AAP is doing that I am not aware of, and thus you > may be the first use case attaching an AAP to a Capsule (rather than > Satellite itself). Do you have more details or documentation reference that > outlines this AAP configuration step? The client machine here is the Ansible Automation Platform (AAP) machine itself. Available subscriptions or a subscription manifest authorize the use of the automation controller.To obtain your automation controller subscription, you can either: 1) Provide your Red Hat or Satellite username and password on the license page. 2) Obtain a subscriptions manifest from your Subscription Allocations page on the customer portal. So, the AAP will use the information on rhsm.conf to reach the satellite/capsule to import the subscription : https://docs.ansible.com/automation-controller/latest/html/quickstart/import_license.html And as the AAP is registered to the capsule , not the satellite , it tries to reach the API of the capsule on port 443 as it is the port on rhsm.conf and in that case , the error occurs: No subscriptions found POST api/v2/config/subscriptions/ 400 404 Client Error: Not Found for url: https://[Capsule]:443/katello/api/organizations This BZ has been automatically migrated to the issues.redhat.com Red Hat Issue Tracker. All future work related to this report will be managed there. Due to differences in account names between systems, some fields were not replicated. Be sure to add yourself to Jira issue's "Watchers" field to continue receiving updates and add others to the "Need Info From" field to continue requesting information. To find the migrated issue, look in the "Links" section for a direct link to the new issue location. The issue key will have an icon of 2 footprints next to it, and begin with "SAT-" followed by an integer. You can also find this issue by visiting https://issues.redhat.com/issues/?jql= and searching the "Bugzilla Bug" field for this BZ's number, e.g. a search like: "Bugzilla Bug" = 1234567 In the event you have trouble locating or viewing this issue, you can file an issue by sending mail to rh-issues. You can also visit https://access.redhat.com/articles/7032570 for general account information. |