Actions
Bug #17903
closedUnattended template doesn't call 'built'
Description
The two kickstart templates provided by katello (kickstart and kickstart atomic) call home by calling 'foreman_url', instead of 'foreman_url('built')'. Calling simply foreman_url just fetches the kickstart, so booting hosts using those templates never set the host as 'finished build'. This causes a bootloop where the host will end up installing then rebooting then installing again ...
A workaround is to cancel the build manually through the web UI, but the templates should call home with 'foreman_url('built')' like every other template does.
Updated by The Foreman Bot almost 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/6518 added
Updated by Justin Sherrill almost 8 years ago
- Translation missing: en.field_release set to 214
Updated by Anonymous almost 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|d3541c40379d9dab7f4511199c0f9a0b1228d183.
Updated by Marek Hulán over 7 years ago
- Related to Support #19745: Katello default template boot loop (wrong foreman_url) added
Actions