Skip to content

Commit 21af49f

Browse files
committed
fix: minor doc updates
1 parent 844eb61 commit 21af49f

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

docs/tf_modules/tf_mod_vmware_vm_host_provision.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Terraform Module - VMware Virtual Machine
22

3+
## Requirements
4+
5+
- VMware vCenter and VMware vSphere (7.x and above)
6+
- Network access setup for successful VMware Virtual Machine provisioning and subsequent SSH access from Terraform/Ansible, see below for more details
7+
8+
39
## VMware VM Template setup
410

11+
The following are required setup items for provisioning VMware Virtual Machines:
12+
513
- **OS Image with cloud-init installed**
614
- Edit the default cloud-init configuration file, found at `/etc/cloud`. It must contain the data source for VMware (and not OVF), and force use of cloud-init metadata and userdata files.
715
```
@@ -21,7 +29,11 @@
2129
- cloud-init documentation - Reference - Datasources - VMware (https://cloudinit.readthedocs.io/en/latest/reference/datasources/vmware.html)
2230

2331

24-
## VMware vCenter and vSphere clusters with VMware NSX virtualized network overlays
32+
## VMware networking setup
33+
34+
The following are required setup items for provisioning VMware Virtual Machines.
35+
36+
### VMware vCenter and vSphere clusters with VMware NSX virtualized network overlays
2537

2638
For VMware vCenter and vSphere clusters with VMware NSX virtualized network overlays using Segments (e.g. 192.168.0.0/16) connected to Tier-0/Tier-1 Gateways (which are bound to the backbone network subnet, e.g. 10.0.0.0/8), the following are required:
2739

@@ -32,7 +44,7 @@ For VMware vCenter and vSphere clusters with VMware NSX virtualized network over
3244
- **DNS Server (Private)** is recommended to assist custom/private root domain resolution (e.g. poc.cloud)
3345

3446

35-
## VMware vCenter and vSphere clusters with direct network subnet IP allocation
47+
### VMware vCenter and vSphere clusters with direct network subnet IP allocation
3648

3749
For VMware vCenter and vSphere clusters with direct network subnet IP allocations to the VMXNet network adapter (no VMware NSX network overlays), the following are required:
3850

0 commit comments

Comments
 (0)