I am working on a python script to deploy .ova file directly to vmware workstation.
I have following question.
- Is it possible?
- If yes, is there any python module or ovf tool can be used for that ?
just need pointers.
I am working on a python script to deploy .ova file directly to vmware workstation.
I have following question.
just need pointers.
There is a python module called pysphere which does the work for you. There is one more module called pyxenter which in turn use pysphere I guess.
I have not played around much with these packages though :-)
~S