Actions
Refactor #9546
closedDiscovery should provide a convinient method to convert discovered host into managed host (aka provision)
Status:
Closed
Priority:
Urgent
Assignee:
Category:
Discovery plugin
Target version:
Difficulty:
Triaged:
Description
There's no reusable way to transform discovered host into managed host provided by Discovery, which leads to custom code copied from discovery controller like this Unfortunately this leads to problems when the "official" provision code changes, like someone adds deletion of discovered host facts. I know that there's already perform_auto_provision which is shared among controllers using concern, but it does not belong to controller. I see it as a Host::Discovered responsibility or if not directly this class, then some new HostConverter, not controller.
Actions