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 typo in update_status_check, fix force shutdown. #168

Closed anazobec closed 1 year ago

anazobec commented 1 year ago

There was a typo in roles/version_update_single_node/update_status_check.yml, so that had to be fixed.

In roles/version_update_single_node/shutdown_vms.yml shutting down VMs was done by using "stop" power state (force shutdwon) right away. This was changed, so that we first try shutting down VMs usinng the "shutdown" power state (regular shutdown) and then, if that fails, we use "stop" power state to forcibly shut down the rest of the VMs.