Actions
Bug #35381
closedconsumer uuid differing between candlepin and katello
Status:
Closed
Priority:
Normal
Assignee:
Category:
Subscriptions
Target version:
Description
Problem:
- host in foreman/katello existed with
subscription_facet.uuid = X
- host had been registered in the past, so there was a candlepin consumer with uuid XXX
- host tried to re-register but got the following message from
subscription-manager
:subscription-manager register --org="MyOrg" --activationkey="akey-centos7" HTTP error (404 - Not Found): Consumer with id e6ec3369-9568-4851-888c-75d08edf1624 could not be found.
- katello subscription_facet had consumer-uuid
e6ec3369-9568-4851-888c-75d08edf1624
and also sent that one to candlepin in thePOST
-request to/candlepin/environments/<env-id>/consumers/?activation_keys=<akey-uuid>
- candlepin returned a consumer with the already existing uuid XXX
- katello did not update the consumer-uuid of the host's subscription-facet to XXX
Solution:
Katello should update subscription_facet with the consumer's uuid from candlepin-API
Updated by The Foreman Bot over 2 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/10241 added
Updated by Chris Roberts over 2 years ago
- Assignee set to Markus Bucher
- Target version set to Katello 4.7.0
- Triaged changed from No to Yes
Updated by Chris Roberts about 2 years ago
- Target version changed from Katello 4.7.0 to Katello 4.8.0
Updated by The Foreman Bot almost 2 years ago
- Fixed in Releases Katello 4.8.0 added
Updated by Markus Bucher almost 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|a3b1f51efcddb5976020690acb6ddde72de0915a.
Actions