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.
Updated by Lukas Zapletal almost 6 years ago
- Target version changed from Discovery Plugin 15.0 to Discovery Plugin 14.0.1
Updated by Lukas Zapletal almost 6 years ago
- Related to Refactor #19737: Kernel and initram not shown in preview mode added
Updated by The Foreman Bot almost 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_discovery/pull/468 added
Updated by Lukas Zapletal almost 6 years ago
- Bugzilla link changed from 1666012 to 1666010
Updated by Lukas Zapletal almost 6 years ago
- Status changed from Ready For Testing to Closed
Updated by Lukas Zapletal almost 6 years ago
- Fixed in Releases Discovery Plugin 14.0.1 added
Actions