Actions
Feature #8780
closedAdd a way to prevent reboot on failed deploy
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
Unattended installations
Target version:
-
Description
Currently when a part of the post-install of the provisioning template fails the system never finishes the build and will reboot.
It will then try and build again and fail, putting it in a reboot loop.
You then have to search manually in the logs to see which part fails.
Can we have an option to prevent reboot on failed built and have the error sent to foreman?
Updated by Ohad Levy almost 10 years ago
just thinking out loud..
keep a counter of reboots, and zero it each time the system change from boot true to boot false.
if the counter is bigger than 3, alert and abort provisioning?
Updated by Lukas Zapletal over 6 years ago
- Related to Feature #21007: Templates API to mark a build as failed added
Updated by Lukas Zapletal over 6 years ago
- Status changed from New to Duplicate
Dupe of #21007 - we are going to tackle that. PR is pending review actually.
Actions