Bug #18272
closedOptionally accept node with same hostname as an already accepted one
Description
In some cases, especially in geographically distributed infrastructures, even more when machine are created from golden imagine, several machine can have the same hostname.
For now, we refuse to accept a new node when an already accepted node with the same hostname exist. This is a sane default and it should be kept.
In parallel, we should add an option to accept node in that case.
Some things will broke: at least remote run is based on hostname.
None the less, we must ensure that rudder main usage is still OK (grouping, policy generation and reports) - and it should since we are only based on node ID for these things.
In parallel, we must make that use case a common one for a next major, and work to add:
- remote run based on something else than hostname (uuid would be best),
- node display name/description customization (so that different names are displayed differently in tables)
- anything that we discover
Updated by François ARMAND about 4 years ago
- Translation missing: en.field_tag_list set to Sponsored
Updated by François ARMAND about 4 years ago
- Status changed from New to In progress
Updated by François ARMAND about 4 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder/pull/3235
Updated by François ARMAND about 4 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|2d8de62aaedeb3ebe2a3e08afcecbae24986d736.
Updated by François ARMAND about 4 years ago
- Fix check changed from To do to Checked
Updated by Vincent MEMBRÉ about 4 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.1.5 which was released today.