Actions
Bug #27668
closedFor VMware bootdisk builds, provisioning template renders "reboot" instead of "reboot --eject"
Difficulty:
Triaged:
No
Description
In Kickstart default template, following code is responsible for rendering "reboot --eject"
-----------------
<% if @host.respond_to?(:bootdisk_build?) && @host.bootdisk_build? >
reboot --eject
< else >
reboot
< end -%>
----------------
But it rather renders "reboot" as "bootdisk_build" methods is not whitelisted for safemode. When safemode is turned of, it works fine.
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6989 added
Updated by Rohan Arora over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset commit:438fc7c45fa21eb63e65715f2dbfc1b7a3626552.
Updated by Tomer Brisker over 5 years ago
- Project changed from Foreman to Boot disk
- Status changed from Closed to New
- Fixed in Releases deleted (
1.24.0)
This was reverted in core and should be fixed in bootdisk plugin, moving the the correct project
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_bootdisk/pull/83 added
Updated by Rohan Arora over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_bootdisk|caf5b089eaa280811a11f8c3b9a5a7d46ad6667f.
Updated by The Foreman Bot almost 5 years ago
- Pull request https://github.com/theforeman/foreman_bootdisk/pull/88 added
Actions