Related to #2
It would be good to add a config field under goals, where we can list a certain goal from configuration, and when we observe all components listed in the config under controllers, hardware and lifecycle_nodes, we transition automatically to it.
It is related to #2 because we currently only monitor a part of components (see tracked_components in ParsedScenario dataclass). We first have to make sure we monitor all of the components we want, and we must be able to say for which we can tolerate if they make a transtiion outside of Foreman, and not throw "UnexpectedTransitionError".
Related to #2
It would be good to add a config field under
goals, where we can list a certain goal from configuration, and when we observe all components listed in the config under controllers, hardware and lifecycle_nodes, we transition automatically to it.It is related to #2 because we currently only monitor a part of components (see
tracked_componentsinParsedScenariodataclass). We first have to make sure we monitor all of the components we want, and we must be able to say for which we can tolerate if they make a transtiion outside of Foreman, and not throw "UnexpectedTransitionError".