For a long time I think that ovirt is missing some CLI tools to help run quick tasks or just toautomate stuff (not everything is ansible). Also I had to upload disks using code forthe terraform provider support[1] and I thought I should place all the knowledge of howto upload a disk into a go module. So, on the way to achieve both I created this[2].A typical usage is:ovirt-image-upload \ -s http://fqdn/image -d <domain-id>
For now it is under my GH user, but if it will all go well I will port under ovirt-imageio, becausethat is probably the right place. (/cc @Nir Soffer )