Skip to content

proposal: redefine bundle schema #71

@Red-GV

Description

@Red-GV

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions