diff --git a/README.md b/README.md index b9ef131..3420b24 100644 --- a/README.md +++ b/README.md @@ -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.
diff --git a/var-examples/base-vsphere/README.md b/var-examples/base-vsphere/README.md index a8f0c89..fcb3991 100644 --- a/var-examples/base-vsphere/README.md +++ b/var-examples/base-vsphere/README.md @@ -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. diff --git a/var-examples/tanzu/tas-tkgi-nsxt/opinionated-1host-nsx-policy-api.yml b/var-examples/tanzu/tas-tkgi-nsxt/opinionated-1host-nsx-policy-api.yml index 74777e7..467b302 100644 --- a/var-examples/tanzu/tas-tkgi-nsxt/opinionated-1host-nsx-policy-api.yml +++ b/var-examples/tanzu/tas-tkgi-nsxt/opinionated-1host-nsx-policy-api.yml @@ -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"