Skip to content

vmware/Holodeck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Holodeck 9.0 Documentation

CI Links GitHub Pages

This repository contains the source for the Holodeck documentation site, built with MkDocs Material.

Holodeck is a toolkit for deploying nested VMware Cloud Foundation (VCF) environments on a single ESX host or vSphere cluster. It automates the provisioning of fully self-contained VCF labs for testing, training, and capability exploration.

Documentation Overview

The site covers the following topics:

  • Getting Started -- Prerequisites, deployment steps, and post-deployment access
  • Release Notes -- Features, enhancements, bug fixes, and known issues per release
  • Downloads -- Links to HoloRouter OVA, VCF binaries, and the Offline Depot appliance
  • Command Reference -- PowerShell cmdlets for managing Holodeck instances
  • Offline Depot -- Deploying and configuring the Offline Depot Appliance for air-gapped environments
  • Support -- How to report issues, request features, and join the community
  • FAQ -- Troubleshooting and frequently asked questions

Local Development

To build and preview the documentation locally:

Prerequisites

  • Python 3.12 or later
  • Git

Setup

git clone https://github.com/vmware/Holodeck.git
cd Holodeck
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Preview

mkdocs serve

The site will be available at http://127.0.0.1:8000. Changes to Markdown files are reflected automatically.

Contributing

  1. Fork the repository and create a feature branch.
  2. Make your changes in the docs/ directory.
  3. Preview locally with mkdocs serve to verify formatting.
  4. Submit a pull request against the main branch.

For bug reports and feature requests related to Holodeck itself, please use GitHub Issues.

Disclaimer

Holodeck is not an officially supported product. It is intended for testing and training environments only.

About

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Contributors 5

Languages