Search code examples
sharepoint-2010virtualizationvirtual-machine

VM provisioning using SharePoint


Is it possible to do Virtual Machine(VM) provisioning?

Firstly I have a some questions with relation to the above question. How to automate Virtual Machine creation? Is there a software or tool or manually scripting?

How to use SharePoint eform to automatically create VM? The eform has the following inputs which is the user's requirements (Virtual Machine(VM) Name, VM operating system, VM memory size, VM disk size).

After entering the inputs, there will be a button (create VM). After clicking, the VM will be created. Using a VMware. we are able to run the VM.

What approach should I take to achieve this using sharepoint and vSphere.


Solution

  • I'm not a vSphere API expert, but it looks like you should be able to deploy a custom SharePoint solution (web part, system page, user control, etc.) that calls the vSphere web services to provision the VM based on user input to a form.

    vSphere API documentation can be found here: http://www.vmware.com/support/developer/vc-sdk/