Waits until one or more systems can be contacted via SSH.
This command will wait until the specified systems can be contacted via SSH, and only completes when this is true or the timeout set with the --timeout
flag expires. The systems to wait on can be set with the standard flags like --host
, --group
and --type
.
Example usage
cloudmin wait-ssh-systems --host xenrails.home --host smeg.com --timeout 5 xenrails.home: OK smeg.com: TIMEOUT
Command Line Help
Waits until one or more systems can be contacted via SSH. cloudmin refresh-systems [--all-hosts] | [--host name]* [--group name]* [--type real|kvm|gce|this]* [--os oscode]* [--owner name]* [--status status-code|"up"|"wm"|"bad"] [--host-on name] [--timeout number]