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

:rocket: Feature request: create image2template role (and image2vm?) #338

Open ddemlow opened 1 month ago

ddemlow commented 1 month ago

Is your feature request related to a problem? Please describe.

if I already have a downloaded disk image (qcow2, vmdk, etc.) would be nice to have a role to create a template VM

and/or if this is just a one time task - create a VM from it in a single stop. (I do often have the same single step need with url2template and template2vm roles - maybe an option to delete template if no longer needed in template2vm?)

Describe the solution you'd like

thinking of a image2template role similar to url2template and image2vm roles or process

justinc1 commented 3 weeks ago

An option to input URI lile file://path/to/image.qcow2 into url2template would be also an option.