-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Currently, the bundle schema that we are using is not super helpful. It works as a state machine, but misses several states and also doesn't really give any accurate pointers as to what happened. While we are undergoing the current refactor in the Scenarios repository, I am proposing a new schema for the bundle:
{ 'incident': <id> , 'events': [{'phase': <phase>, 'status': <in-progress/failed/succeeded>, 'failed_task': { 'name': <ansible_failed_task.name>, 'result': <ansible_failed_result> }},...] }
Status can be tool/application/recorder installation/uninstallation, fault injection and fault removal.
Metadata
Metadata
Assignees
Labels
No labels