Le mercredi 19 juin 2024 à 14:21 +0000, [email protected] a écrit : > > We recently migrated from VMware to oVirt. I am looking for any CLI > tool well suited for my automation tasks like VM create, clone, > migrate 100s of Virtual machines in oVirt cluster. > with VMware I was using govc (vSphere CLI built on top of govmomi). > Another option I read is powercli, quite unsure if it works with > oVirt. > Any suggestions would be highly appreciated. Hello, welcome to the ovirt community, You can follow multiple ways to automate your tasks with the restful API or derivated python/ruby/java SDK and ansible. For my own part, I created a full automated environment based on the ovirt.ovirt collection https://docs.ansible.com/ansible/latest/collections/ovirt/ovirt/index.html You can easily create functional playbooks in a second, a lot of pratical and useful examples are provided for each modules (included importing vms). It works like a charm since many years. Otherwise, If you want to massively import vms from vmware, you can use the embedded UI import tool, it is straigthforward. Good luck
> > Thanks! > _______________________________________________ > Users mailing list -- [email protected] > To unsubscribe send an email to [email protected] > Privacy Statement: https://www.ovirt.org/privacy-policy.html > oVirt Code of Conduct: > https://www.ovirt.org/community/about/community-guidelines/ > List Archives: > https://lists.ovirt.org/archives/list/[email protected]/message/5D4T7U5BVMO4S57PAKWNIYJOL2CU6TGL/ -- Nathanaël Blanchet Administrateur Systèmes et Réseaux Service Informatique et REseau (SIRE) Département des systèmes d'information 227 avenue Professeur-Jean-Louis-Viala 34193 MONTPELLIER CEDEX 5 Tél. 33 (0)4 67 54 84 55 Fax 33 (0)4 67 54 84 14 [email protected] _______________________________________________ Users mailing list -- [email protected] To unsubscribe send an email to [email protected] Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/[email protected]/message/WRGLGNRPLHPHC2RDQEWPJXADNIH5H7XM/

