Phase 3: Templatize
After a successful build, templatizing saves the current state of all your VMs as a reusable template. This template is what students actually deploy — each deployment gets a fresh copy of the templated VMs.
Before You Templatize
Section titled “Before You Templatize”Take a moment to verify your build is correct:
- Open the Infrastructure panel in the left dock to see all your VMs
- Click on VMs to open them in a new window
- Log in and confirm services are running, configurations are applied, and the scenario works as intended
This is your last chance to catch issues before the template is created. Anything wrong with the VMs will be baked into the template.
Creating the Template
Section titled “Creating the Template”- Click Templatize Build in the top-right control panel
- The system snapshots all VMs and converts them into a template
- The status badge shows Converting with a task countdown while this runs
The conversion process takes a few minutes depending on the number and size of your VMs. Once complete, your template is saved and ready for the next phases.
What Templatizing Does
Section titled “What Templatizing Does”- Snapshots every VM in its current state
- Packages them as a template that can be deployed repeatedly
- Enables the Publish phase — you can’t publish without a template
Each time a student deploys your scenario, they get a brand-new copy of these templated VMs. Your original build remains untouched.
Updating a Template
Section titled “Updating a Template”If you need to make changes after templatizing:
- Go back to the canvas and modify your design
- Use Redeploy to rebuild from the last checkpoint
- Verify the updated build
- Click Templatize Build again to create a new template version
The previous template is replaced with the updated one.