Actions
Bug #17002
closedsubscription-manager facts are not updated in candlepin
Description
I created a custom fact on a registered host:
$ cat /etc/rhsm/facts/override.facts { "custom.fact": "2222" } $ subscription-manager facts --update Successfully updated the system facts.
This fact, while it shows up in the UI on the facts page, does not persist itself into candlepin. I would guess that non-custom fact updates are similarly ignored.
Facts sent to either /rhsm/facts or /api/hosts/facts need to be persisted to candlepin, where applicable.
Updated by Eric Helms about 8 years ago
- Assignee set to Justin Sherrill
- Priority changed from High to Normal
- Translation missing: en.field_release set to 197
Updated by The Foreman Bot about 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/6405 added
Updated by Justin Sherrill about 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|a1b1df1dc0f73aef92ce92df40924bb2c7521694.
Actions