Actions
Bug #25855
closedKExec does not perform after renderer refactoring: undefined method `unattended_render'
Status:
Closed
Priority:
Normal
Assignee:
Category:
Discovery plugin
Target version:
Difficulty:
medium
Triaged:
Yes
Bugzilla link:
Description
Problem: In Foreman 1.20, kexec errors out with undefined method `unattended_render' for #<Host::Managed:0x0000555562464d28>
Analysis: This is due to refactoring, our tests were stubbed and we missed one more place where new renderer framework is used.
Since we will be changing the kexec renderer, thanks to the changes in core we can now get rid of the custom variables in discovery and therefore both preview and real rendering will work the same way: #19737 must be merged too.
Actions