Easiest way to provision vm from vCenter or oVirt

231 Views Asked by At

I have very less experience working on VM provisioning. As part of my current poc, I want to provision vm through API of either vcenter(VmWare) or through Ovirt(https://www.ovirt.org/). What is the easiest way to set up the ecosystem?

1

There are 1 best solutions below

0
On

Talking about oVirt, you have different methods to provision your VMs:

  1. With Ansible, using official oVirt roles and methods;

  2. With Terraform, using the Terraform oVirt Provider plugin;

  3. Writing your own code, using the specific SDK for Python, Java, Ruby, Go or in plain REST API without any SDKs.