Feature #16330
Give reasonable names to discovered hosts via deacon
Status:
Closed
Priority:
Low
Assignee:
Category:
Discovery plugin
Target version:
Fixed in Releases:
Found in Releases:
Description
With deacon gem as foreman core dependency, it is possible to implement naming discovered hosts via deacon's MAC address generator. We could also orchestrate DNS for discovered hosts for easier ssh connections.
https://github.com/lzap/deacon
This makes a lot of sense because the name stays with server until decommission. It's a feature of deacon gem - same MAC maps to same name.
Related issues
Associated revisions
History
#1
Updated by Lukas Zapletal over 4 years ago
- Assignee set to Lukas Zapletal
- Priority changed from Normal to Low
#2
Updated by Lukas Zapletal almost 4 years ago
- Difficulty set to trivial
#3
Updated by Lukas Zapletal over 2 years ago
- Related to Feature #23729: Provide better hostname generator examples added
#4
Updated by Lukas Zapletal over 2 years ago
- Related to Refactor #23775: Expose random name generator to plugins added
#5
Updated by The Foreman Bot over 2 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_discovery/pull/437 added
#6
Updated by Lukas Zapletal over 2 years ago
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_discovery|e098d271959701e706ee655f6550da15542985c7.
#7
Updated by Lukas Zapletal over 2 years ago
- Triaged set to No
- Target version set to Discovery Plugin 13.0
Fixes #16330 - random and MAC name generators (#437)