> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/learn-the-platform/module-10-scenario-labs.md).

# Module 10: Scenario Labs

- [Overview](https://docs.verge.io/learn-the-platform/module-10-scenario-labs/10-scenario-labs.md): Capstone scenario labs deploying multiple VergeOS topologies with the Terraform playground, performing VMware-to-VergeOS migrations, and making architecture decisions based on customer requirements.
- [Lab: HCI Deployment](https://docs.verge.io/learn-the-platform/module-10-scenario-labs/lab-hci.md): Deploy 2-node and 4-node HCI topologies using the Terraform playground and validate cluster health, storage, and networking.
- [Lab: UCI Deployment](https://docs.verge.io/learn-the-platform/module-10-scenario-labs/lab-uci.md): Deploy a UCI 3-cluster topology with separate compute and storage clusters using the Terraform playground.
- [Lab: HCI + Compute Deployment](https://docs.verge.io/learn-the-platform/module-10-scenario-labs/lab-hci-compute.md): Deploy an HCI foundation cluster with a dedicated compute-only cluster using the Terraform playground, configure workload placement, and validate independent compute scaling.
- [Lab: VMware Migration](https://docs.verge.io/learn-the-platform/module-10-scenario-labs/lab-migration.md): Plan and execute a VMware-to-VergeOS migration end-to-end, including VM import, network reconfiguration, and validation.
- [Lab: Multi-Tenancy / MSP Deployment](https://docs.verge.io/learn-the-platform/module-10-scenario-labs/lab-multi-tenancy.md): Build a multi-tenant MSP environment — create tenants via wizard and recipe, configure resource quotas and networking, verify isolation, and review audit logs and usage reports.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.verge.io/learn-the-platform/module-10-scenario-labs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
