Self Service VM Customization | Nutanix Community
Skip to main content

I want to introduce Self-Service VM operations via Prism Central for our end-users (do not have CALM). So, I’ve used cloud-init (Linux VMs) and cloudbase-init (Windows VMs) along with customization code (Python) to deliver this Self-Service VM provisioning experience. You may refer https://github.com/cybergavin/nutanix/tree/master/self-service for details of this set up. Any feedback always welcome. Sorry if the code isn’t too pythonic as I’m a python newbie.