Question

I am trying to automate the process of provisioning VMs. Can anyone please tell me which language I should use and how should I go about it?

No correct solution

OTHER TIPS

That depends on which language your automation framework supports. Assuming that you want to do it in Java .

Go through Steve Jin's VI Java API. Its very easy to start writing sample programs to automate. Just download the vim25 jars and point them from your java project. After that have a look at this sample for how to provision.

Let me know if you face any problem !

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top