Update _building_on_remote_vsphere_hypervisor.html.md
clearly mark optional fields
This commit is contained in:
parent
da5f075a3e
commit
7d52baaf0e
|
@ -30,12 +30,13 @@ Packer builds on; a vMotion event will cause the Packer build to fail.
|
|||
To use a remote VMware vSphere Hypervisor to build your virtual machine, fill in
|
||||
the required `remote_*` configurations:
|
||||
|
||||
### Required:
|
||||
|
||||
- `remote_type` - This must be set to "esx5".
|
||||
|
||||
- `remote_host` - The host of the remote machine.
|
||||
|
||||
Additionally, there are some optional configurations that you'll likely have to
|
||||
modify as well:
|
||||
### Optional:
|
||||
|
||||
- `remote_port` - The SSH port of the remote machine
|
||||
|
||||
|
|
Loading…
Reference in New Issue