Bug #33572
Unknown subscription status on Katello webui after successful host registration.
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Unknown subscription status on Satellite webui after successful host registration.
How reproducible:
Simple content access is enabled and the host has been registered successfully but the subscription status is unknown for the host.
Steps to Reproduce:
1. Generate insecure registration script from Hosts --> Register Host
2. Register the host using the generated script.
3. Check the host status from Satellite webui.
Actual results:
Unknown subscription status for the host
Expected results:
Host status should be valid, not unknown
Additional info:
Associated revisions
History
#1
Updated by The Foreman Bot over 1 year ago
- Assignee set to Partha Aji
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/9673 added
#2
Updated by Partha Aji over 1 year ago
- Bugzilla link set to 1999792
#3
Updated by The Foreman Bot over 1 year ago
- Fixed in Releases Katello 4.3.0 added
#4
Updated by Partha Aji over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|40b00527ec913651fe1934eb2b1c23d3e1a4294d.
#5
Updated by James Jeffers over 1 year ago
- Triaged changed from No to Yes
- Target version set to Katello 4.3.0
#6
Updated by Jonathon Turel over 1 year ago
- Target version changed from Katello 4.3.0 to Katello 4.2.1
Fixes #33572 - Refreshes the host statuses on 'built' (#9673)
During a global registration
1) System is registered to host
2) The build mode is set to true
3) Another script runs to set the build mode to false if nothing fails
This code tracks that time where the hosts' build mode goes from false
-> true and refreshes the status appropriately.