opendut icon indicating copy to clipboard operation
opendut copied to clipboard

Extend CLEO with an `await` command to await for a certain state of a resource

Open kKdH opened this issue 2 years ago • 0 comments

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.

kKdH avatar Dec 21 '23 08:12 kKdH