Bug #17893
closedUnable to preview iPXE template because of missing method bootdisk_chain_url
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1393848
Description of problem: Unable to preview provisioning template "Boot disk iPXE - host"
Version-Release number of selected component (if applicable):
Satellite 6.2.3
How reproducible:
100%
Steps to Reproduce:
1. Try to preview the "Boot disk iPXE - host" for any host
2.
3.
Actual results:
Warning! There was an error rendering the Boot disk iPXE - host template: undefined method `bootdisk_chain_url' for #
Expected results:
Preview the template
Additional info:
Can be resolved by creating a clone for the "Boot disk iPXE - host"
~~~
...
- Chainload from Foreman rather than embedding OS info here, so the behaviour
- is entirely dynamic.
chain <%= bootdisk_chain_url %>
exit 0
...
~~~
~~~
...
- Chainload from Foreman rather than embedding OS info here, so the behaviour
- is entirely dynamic.
chain <%= foreman_url ('iPXE') %>
exit 0
...
~~~
Updated by Marek Hulán almost 8 years ago
- Priority changed from High to Normal
- Target version set to 115
Updated by Ondřej Pražák almost 8 years ago
- Related to Feature #18175: Optionally disable preview for a template added
Updated by The Foreman Bot almost 8 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ondřej Pražák
- Pull request https://github.com/theforeman/foreman_bootdisk/pull/36 added
Updated by The Foreman Bot almost 8 years ago
- Pull request https://github.com/theforeman/foreman_bootdisk/pull/37 added
Updated by Ondřej Pražák almost 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman_bootdisk|ec0acf547388402fc4ac9f052453480b004cf88a.
Updated by Dominique Quatravaux almost 4 years ago
- Triaged set to No
For some reason the latest release of foreman_bootdisk, dated June 15, 2020 doesn't appear to contain https://github.com/theforeman/foreman_bootdisk/pull/37 ?
Update: https://github.com/theforeman/foreman_bootdisk/commit/789d80afdcd3028e36769bd3e139984fc7a4a325 apparently introduced a regression here.