Deploying Template-Based VMs from Linux – A Step-by-Step Guide

command-line-interfacelinuxvmware-esxivmware-vsphere

We are trying to provide our Linux engineers with a CLI to deploy VMWare vSphere VMs using templates.

The vSphere CLI looks promising but the documentation doesn't mention templates.

Does anyone have any suggestions on how to go about this?

Best Answer

The only option I've found would be using the PySphere SDK

I've used it to do snapshot consolidation and cleanup, but it can certainly do VM creation from a template.