Reputation: 1434
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
Reputation: 107
Talking about oVirt, you have different methods to provision your VMs:
With Terraform, using the Terraform oVirt Provider plugin;
Writing your own code, using the specific SDK for Python, Java, Ruby, Go or in plain REST API without any SDKs.
Upvotes: 1