Actions
Bug #22939
closedprovide option to skip hostname facts lookup for existing host if register_hostname_fact is set
Difficulty:
Triaged:
Bugzilla link:
Description
Currently when a system registers, it first tries to find an existing host via a variety of methods.
1. It first tries to find a host with the name of the register_hostname_fact
2. It then tries to find a host with the name of the 'network.hostname' fact
If either of those are found, that host is re-used for registration, unregistering the previous consumer. If it is not found the host is created with the name of whatever the register_host_fact is.
In some cases a user may have all their clients have the same hostname (such as an openstack deployment).
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/7247 added
Updated by Justin Sherrill over 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|fe903fef715cd226f7a3499dacd45d98c756f254.
Updated by Justin Sherrill over 6 years ago
- Translation missing: en.field_release set to 284
Updated by The Foreman Bot over 6 years ago
- Pull request https://github.com/Katello/katello/pull/7254 added
Actions