neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
11 stars 14 forks source link

feat: use ssh to check VM availability after provisioning #97

Closed Tiboris closed 3 years ago

Tiboris commented 3 years ago

After a host in provisioned we do check ssh connectivity to the host itself and claim it is ready only after ssh connection is successful. If ssh connection fails we mark this host as an error host delete it and try to go with reprovision strategy.

Signed-off-by: Tibor Dudlák tdudlak@redhat.com