Skip to content

Commit

Permalink
ciab: add VMware vSphere/ESXi specs (#661)
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Plocke <[email protected]>
  • Loading branch information
snowmaster007 authored Aug 15, 2024
1 parent f0f2d92 commit 8d7a288
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,25 @@ sudo apt -y install qemu-guest-agent
sudo systemctl enable qemu-guest-agent
sudo systemctl start qemu-guest-agent
```

## VMware vSphere/ESXi

When running Cloud in a Box on a VMware vSphere/ESXi virtual machine, you can use the below specs to configure the virtual machine:

### Guest OS:

* Compatibility set to current running vSphere/ESXi version
* Guest OS family set to "Linux"
* Guest OS version set to "Ubuntu Linux (64-bit)"


### Hardware:

* 32GB RAM
* 8 vCores
* SCSI Controller 0 set to LSI Logic Parallel
* SCSI Disk with 500GB
* CDROM/DVD drive mounted with ubuntu-autoinstall-cloud-in-a-box-1.iso image
* Firmware set to "EFI" (VM Options > Boot Options > Firmware > choose EFI)

This configuration has been successfully tested with VMware ESXi 7.0 U1.

0 comments on commit 8d7a288

Please sign in to comment.