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

# Overview

## Learning Objectives

By the end of this module, you will be able to:

* **Deploy multiple VergeOS topologies** using the Terraform playground (2-node HCI, 4-node HCI, HCI+Compute hybrid, UCI 3-cluster)
* **Perform a VMware-to-VergeOS migration** end-to-end including planning, execution, and validation
* **Design HCI+Compute hybrid architectures** that separate storage and compute scaling for workload-specific optimization
* **Build multi-tenant MSP environments** with tenant creation, resource quotas, network isolation, and audit verification
* **Make architecture decisions** based on real-world customer requirements and constraints

## Prerequisites

* Completion of all prior modules (1–9)
* Access to the [vergeos-terraform-playground](https://github.com/verge-io/vergeos-terraform-playground) repository
* A running VergeOS environment with admin access
* Terraform CLI installed and configured

## Estimated Time

**8 hours** (across 5 scenario labs)

## Scenario Labs

* [**Lab: HCI Deployment**](/learn-the-platform/module-10-scenario-labs/lab-hci.md) — Deploy 2-node and 4-node HCI topologies using the Terraform playground. Validate cluster health, storage, and networking.
* [**Lab: UCI Deployment**](/learn-the-platform/module-10-scenario-labs/lab-uci.md) — Deploy a UCI 3-cluster topology with separate compute and storage clusters. Practice scaling and resource allocation across clusters.
* [**Lab: VMware Migration**](/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: HCI + Compute Deployment**](/learn-the-platform/module-10-scenario-labs/lab-hci-compute.md) — Deploy an HCI foundation cluster with a dedicated compute-only cluster. Configure workload placement and validate independent compute scaling.
* [**Lab: Multi-Tenancy / MSP**](/learn-the-platform/module-10-scenario-labs/lab-multi-tenancy.md) — Build a multi-tenant MSP environment with tenant creation, resource quotas, network isolation, and audit verification.


---

# 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:

```
GET https://docs.vergeos-demo.com/learn-the-platform/module-10-scenario-labs/10-scenario-labs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
