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

Replication source vm UUID #185

Closed justinc1 closed 1 year ago

justinc1 commented 1 year ago

The vm_info and related modules (vm, and others that return VM) are modified to expose also source VM UUID for a replicated VMs. See also #162.

Integration test was added to vm_replication_info test, because there we already create required VMs. The vm_replication_info was refactored into smaller tasks files, so it is (hopefully) easier to read, and individual parts can be run (after VMs are prepared, you can comment out preparation steps).