Hi Everyone,
I am trying to automate the process of deploying an OVA and some other tasks that follow it, I understand that there is OVFTOOL which I can use to automate the deployment, but there are lot of other tasks the follow deployment process which could be easily sufficed PowerCLI cmdlets. The problem I have is that I have to include all the operations in to my Python environment on Linux. I was hoping to find a programmable API which could in turn encapsulate the great facilities provided by the PowerCLI interface, and there is no Powercli in Linux environment.
Please suggest me if there is a way to do the set of operations programmatically or should I create a script -> cygwin environment on Windows and call this script from my linux based Python script.
Thanks