Actions
Bug #17893
closedUnable to preview iPXE template because of missing method bootdisk_chain_url
Difficulty:
Triaged:
No
Bugzilla link:
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
...
~~~
Actions