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.
Actions