You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added option select to version_update_info module. (https://github.com/ScaleComputing/HyperCoreAnsibleCollection/pull/189)
26
+
- Added preserve_mac_address option to vm_clone module. (https://github.com/ScaleComputing/HyperCoreAnsibleCollection/pull/187)
27
+
- Added snapshot cloning to vm_clone. (https://github.com/ScaleComputing/HyperCoreAnsibleCollection/pull/219)
28
+
- Extend vm and vm_info modules output with replication_source_vm_uuid field. (https://github.com/ScaleComputing/HyperCoreAnsibleCollection/pull/185)
29
+
30
+
Bugfixes
31
+
--------
32
+
33
+
- Convert SC_TIMEOUT environ variable to float, thus resolving inventory parse error when SC_TIMEOUT was defined. (https://github.com/ScaleComputing/HyperCoreAnsibleCollection/pull/231)
34
+
- This fix now handles case if no update_status.json exists yet. (https://github.com/ScaleComputing/HyperCoreAnsibleCollection/pull/174)
Copy file name to clipboardExpand all lines: README.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ This collection has been tested against following HyperCore cluster versions:
28
28
### Inventory plugins
29
29
30
30
<!--start Inventory plugin name list-->
31
-
<!-- generated by ./docs/helpers/generate_readme_fragment.py-->
31
+
<!-- generated by _readme_fpy-->
32
32
| Inventory plugin name | Description |
33
33
| --- | --- |
34
34
|[scale_computing.hypercore.hypercore](https://scalecomputing.github.io/HyperCoreAnsibleCollection/collections/scale_computing/hypercore/hypercore_inventory.html)| Inventory source for Scale Computing HyperCore. |
@@ -37,7 +37,7 @@ This collection has been tested against following HyperCore cluster versions:
37
37
### Modules
38
38
39
39
<!--start Module name list-->
40
-
<!-- generated by ./docs/helpers/generate_readme_fragment.py-->
40
+
<!-- generated by _readme_fpy-->
41
41
| Module name | Description |
42
42
| --- | --- |
43
43
|[scale_computing.hypercore.api](https://scalecomputing.github.io/HyperCoreAnsibleCollection/collections/scale_computing/hypercore/api_module.html)| API interaction with Scale Computing HyperCore |
@@ -72,7 +72,12 @@ This collection has been tested against following HyperCore cluster versions:
72
72
|[scale_computing.hypercore.time_zone_info](https://scalecomputing.github.io/HyperCoreAnsibleCollection/collections/scale_computing/hypercore/time_zone_info_module.html)| List Time Zone configuration on HyperCore API |
73
73
|[scale_computing.hypercore.user](https://scalecomputing.github.io/HyperCoreAnsibleCollection/collections/scale_computing/hypercore/user_module.html)| Creates, updates or deletes local hypercore user accounts. |
74
74
|[scale_computing.hypercore.user_info](https://scalecomputing.github.io/HyperCoreAnsibleCollection/collections/scale_computing/hypercore/user_info_module.html)| Returns information about the users. |
75
-
|[scale_computing.hypercore.virtual_disk_info](https://scalecomputing.github.io/HyperCoreAnsibleCollection/collections/scale_computing/hypercore/virtual_disk_info_module.html)| List DNS configuration on HyperCore API |
75
+
|[scale_computing.hypercore.version_update](https://scalecomputing.github.io/HyperCoreAnsibleCollection/collections/scale_computing/hypercore/version_update_module.html)| Install an update on the cluster. |
76
+
|[scale_computing.hypercore.version_update_info](https://scalecomputing.github.io/HyperCoreAnsibleCollection/collections/scale_computing/hypercore/version_update_info_module.html)| Get a list of updates that can be applied to this cluster. |
77
+
|[scale_computing.hypercore.version_update_status_info](https://scalecomputing.github.io/HyperCoreAnsibleCollection/collections/scale_computing/hypercore/version_update_status_info_module.html)| Returns status of the latest update applied. |
78
+
|[scale_computing.hypercore.virtual_disk](https://scalecomputing.github.io/HyperCoreAnsibleCollection/collections/scale_computing/hypercore/virtual_disk_module.html)| Handles virtual disks on Hypercore cluster. |
79
+
|[scale_computing.hypercore.virtual_disk_attach](https://scalecomputing.github.io/HyperCoreAnsibleCollection/collections/scale_computing/hypercore/virtual_disk_attach_module.html)| Clones an uploaded virtual disk and attaches it to a virtual machine. |
80
+
|[scale_computing.hypercore.virtual_disk_info](https://scalecomputing.github.io/HyperCoreAnsibleCollection/collections/scale_computing/hypercore/virtual_disk_info_module.html)| List virtual disks on HyperCore API |
76
81
|[scale_computing.hypercore.vm](https://scalecomputing.github.io/HyperCoreAnsibleCollection/collections/scale_computing/hypercore/vm_module.html)| Create, update or delete a VM. |
|[scale_computing.hypercore.vm_clone](https://scalecomputing.github.io/HyperCoreAnsibleCollection/collections/scale_computing/hypercore/vm_clone_module.html)| Handles cloning of the VM |
@@ -86,15 +91,20 @@ This collection has been tested against following HyperCore cluster versions:
|[scale_computing.hypercore.vm_replication](https://scalecomputing.github.io/HyperCoreAnsibleCollection/collections/scale_computing/hypercore/vm_replication_module.html)| Handles VM replications |
88
93
|[scale_computing.hypercore.vm_replication_info](https://scalecomputing.github.io/HyperCoreAnsibleCollection/collections/scale_computing/hypercore/vm_replication_info_module.html)| Returns info about replication of a specific VM |
94
+
|[scale_computing.hypercore.vm_snapshot](https://scalecomputing.github.io/HyperCoreAnsibleCollection/collections/scale_computing/hypercore/vm_snapshot_module.html)| Handles VM snapshots. |
95
+
|[scale_computing.hypercore.vm_snapshot_attach_disk](https://scalecomputing.github.io/HyperCoreAnsibleCollection/collections/scale_computing/hypercore/vm_snapshot_attach_disk_module.html)| Attach a disk from a snapshot to a VM on HyperCore API. |
96
+
|[scale_computing.hypercore.vm_snapshot_info](https://scalecomputing.github.io/HyperCoreAnsibleCollection/collections/scale_computing/hypercore/vm_snapshot_info_module.html)| List VM snapshots on HyperCore API |
89
97
<!--end Module name list-->
90
98
91
99
### Roles
92
100
93
101
<!--start Role name list-->
94
-
<!-- generated by ./docs/helpers/generate_readme_fragment.py-->
102
+
<!-- generated by _readme_fpy-->
95
103
| Role name | Description |
96
104
| --- | --- |
105
+
|[scale_computing.hypercore.check_local_time](https://scalecomputing.github.io/HyperCoreAnsibleCollection/collections/scale_computing/hypercore/check_local_time_role.html)| Check if local time meets the required time interval |
|[scale_computing.hypercore.version_update_single_node](https://scalecomputing.github.io/HyperCoreAnsibleCollection/collections/scale_computing/hypercore/version_update_single_node_role.html)| Update single-node systems |
0 commit comments