Feature: Check if all nodes, in current state, are reachable before applying new changes
Despire opened this issue · 1 comments
Despire commented
Motivation
If some of the nodes are not reachable before we apply changes to an already existing current state at some point during the workflow the new changes will fail. To prevent this issue and save time we should check if nodes in the current state are reachable first.
Description
Before a new Task is being scheduled
, check if current state exists and if yes check if all the nodes are reachable.Exit criteria
- Check if all nodes in current state are reachable before making changes.
bernardhalas commented
Makes sense. Assess pros and cons for placing this in builder and ansibler.