From f3011698ba20fa173a9039efc9a4ac64514d2bfe Mon Sep 17 00:00:00 2001 From: kopernikus Date: Wed, 16 Mar 2016 23:31:50 +0100 Subject: [PATCH] document keep_registered switch --- website/source/docs/builders/vmware-iso.html.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/source/docs/builders/vmware-iso.html.md b/website/source/docs/builders/vmware-iso.html.md index 93f66a7b0..314fc3b39 100644 --- a/website/source/docs/builders/vmware-iso.html.md +++ b/website/source/docs/builders/vmware-iso.html.md @@ -221,6 +221,11 @@ builder. slightly larger. If you find this to be the case, you can disable compaction using this configuration value. +- `keep_registered` (boolean) - Set this to `true` if you would like to keep + the VM registered with the remote ESXi server. This is convenient if you + use packer to provision VMs on ESXi and don't want to use ovftool to + deploy the resulting artifact (VMX or OVA or whatever you used as `format`) + - `tools_upload_flavor` (string) - The flavor of the VMware Tools ISO to upload into the VM. Valid values are "darwin", "linux", and "windows". By default, this is empty, which means VMware tools won't be uploaded.