Actions
Feature #21007
closedTemplates API to mark a build as failed
Status:
Closed
Priority:
Normal
Assignee:
Category:
Unattended installations
Target version:
Difficulty:
Triaged:
No
Bugzilla link:
Description
If there is an error during the kickstart process there is currently no way to notify Satellite that the build has failed. Currently the only option is to just not notify that the build completed.
Suggested Enhancement:
Add a state to the build process of "Failed" or "Errored" and have an API call that a kickstart can make back to Satellite to indicate that the build has failed/errored.
The API call would be rendered in the template similarly as there is the foreman_url
. Perhaps something lke foreman_url('built','fail', :message => "Failed to install puppet")
that would allow achieving this.
Updated by Ivan Necas about 7 years ago
- Subject changed from Templates API to to mark a build as failed to Templates API to to mark a build as failed
- Target version set to 113
Updated by Lukas Zapletal over 6 years ago
- Related to Feature #8780: Add a way to prevent reboot on failed deploy added
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Assignee set to Lukas Zapletal
- Pull request https://github.com/theforeman/foreman/pull/5292 added
Updated by The Foreman Bot over 6 years ago
- Pull request https://github.com/theforeman/community-templates/pull/461 added
Updated by Lukas Zapletal over 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 671107663166f18c102eb61f3f865186234e0cf0.
Updated by Marek Hulán over 6 years ago
- Translation missing: en.field_release set to 353
Updated by Timo Goebel over 6 years ago
- Related to Bug #24022: Encoding::UndefinedConversionError at failed hosts call added
Updated by Anonymous over 6 years ago
- Related to Feature #24252: Intermediate provisioning step added
Updated by Ewoud Kohl van Wijngaarden over 6 years ago
- Subject changed from Templates API to to mark a build as failed to Templates API to mark a build as failed
- Triaged set to No
Updated by Lukas Zapletal about 6 years ago
- Related to Feature #25390: Modify Templates API to proxy build as failed added
Actions