An automation framework and web portal for provisioning virtual lab/test/dev environments on top of VMware vSphere and NetApp ONTAP9.
- Powershell 5.1
- NetApp Powershell Toolkit (PSTK)
- PowerCLI Core
- node.js
- nodemon
- express
- Myrtille
- Install Powershell 5.1.
- Install NetApp Powershell Toolkit
- Clone the repo to a local directory, i.e. C:\vlab
- Run the ./install.ps1 script
- Edit the settings.cfg file to reflect your environment
- start the web service:
nodemon vlab-node.js
- Open a browser to access the portal
http://<server-address>:8081