opendut
opendut copied to clipboard
Extend CLEO with an `await` command to await for a certain state of a resource
To keep deployment- and test-scripts simple, CLEO should provide a mechanism to await a certain condition/state of a resource.
Examples:
- await successful connection to CARL.
- await the 'healthy' state of a cluster.
- await the 'Up' state of a peer.
- ...
This issue tracks the implementation of the foundations for the await command. When CLEO provides a way to wait for CARL to become ready, this issue is satisfied.