ScaleComputing / HyperCoreAnsibleCollection

Official Ansible collection for Scale Computing SC//HyperCore (HC3) v1 API
GNU General Public License v3.0
12 stars 8 forks source link

Fix timeout error in case when a lot of VMs need to be shutdown #127

Closed PolonaM closed 1 year ago

PolonaM commented 1 year ago

Fixed timeout error in case when a lot of VMs need to be shutdown - the timeout error is ignored (but not the UnexpectedAPIResponse error). Also get request to rest/v1/Cluster is added to check when connection is refused, and only then the cluster_shutdown module successfully exits.