Tuesday, 15 January 2013

virtual machine - is it possible to deploy OVF on ESX using Python? -



virtual machine - is it possible to deploy OVF on ESX using Python? -

is possible deploy ovf on esx using python ? looked @ pysphere couldn't find how deploy ovf it, know ?

thanks, eyal.

i've found "ovf tool" https://my.vmware.com/group/vmware/details?downloadgroup=ovftool352&productid=353

deploying ovf easy utilize python i've used os.system()

example:

os.system('ovftool --acceptalleulas --net:"ovf-builder"="vm network" --diskmode=thin --name='+str(hostname)+' /ovf_store/ga/'+str(build)+'.ovf vi://root:pass@10.10.10.10')

python virtual-machine esx

No comments:

Post a Comment