Rakesh
Rakesh

Reputation: 1434

Easiest way to provision vm from vCenter or oVirt

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?

Upvotes: 1

Views: 256

Answers (1)

Stefano Stagnaro
Stefano Stagnaro

Reputation: 107

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.

Upvotes: 1

Related Questions