1

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?

Rakesh
  • 1,374
  • 1
  • 16
  • 24

1 Answers1

1

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.