Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ Infrastructure:
- [ESXi OVA images](https://williamlam.com/nested-virtualization/nested-esxi-virtual-appliance)
- [vCenter ISO](https://my.vmware.com/en/group/vmware/downloads/info/slug/datacenter_cloud_infrastructure/vmware_vsphere/7_0) - For command line downloading see [vmd](https://github.com/laidbackware/vmd)

Note that the default opinionated configuration assumes that the physical ESXi is living on the 192.168.0.0/22 network, with the gateway at 192.168.0.1, and that only IPs below 192.168.0.160 are in use. This can obviously be customized.

## Status and Versions

This release has been tested with the following components and should be backwards compatible.</br>
Expand Down
2 changes: 1 addition & 1 deletion var-examples/base-vsphere/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ flowchart LR
style vcenter fill:#0c0
```
- A single vCenter will be added.
- Within the nested host the `vm-network` port group can be use to attach VMs to the routed network that has been passed through.
- Within the nested host the `vm-network` port group can be used to attach VMs to the routed network that has been passed through.



Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
---

# The following route needs to be configured on the gateway:
# 172.30.4.0/22 via 192.168.1.63
#
# Some important IPs attributed:
# 192.168.1.60 tas-tkgi-nsx-vcenter
# 192.168.1.61 tas-tkgi-nsx-nsxt-manager
# 192.168.1.64 tas-tkgi-nsx-esx1
# 172.30.4.2 tas-tkgi-nsx-ops-manager

# SOFTWARE_DIR must contain all required software
vc_iso: "{{ lookup('env', 'SOFTWARE_DIR') }}/VMware-VCSA-all-8.0.3-24022515.iso"
esxi_ova: "{{ lookup('env', 'SOFTWARE_DIR') }}/Nested_ESXi8.0u3b_Appliance_Template_v1.ova"
Expand Down