From 241398d53eb8456111309bcfda98fa87d659314c Mon Sep 17 00:00:00 2001 From: "Jason A. Beranek" Date: Tue, 14 Oct 2014 21:25:15 -0500 Subject: [PATCH] website: document vmware-iso remote cache path --- .../docs/builders/vmware-iso.html.markdown | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/website/source/docs/builders/vmware-iso.html.markdown b/website/source/docs/builders/vmware-iso.html.markdown index aeb4c4335..ee17c7dd1 100644 --- a/website/source/docs/builders/vmware-iso.html.markdown +++ b/website/source/docs/builders/vmware-iso.html.markdown @@ -149,6 +149,16 @@ each category, the available options are alphabetized and described. By default this is "output-BUILDNAME" where "BUILDNAME" is the name of the build. +* `remote_cache_datastore` (string) - The path to the datastore where + supporting files will be stored during the build on the remote machine. + By default this is the same as the `remote_datastore` option. This only + has an effect if `remote_type` is enabled. + +* `remote_cache_directory` (string) - The path where the ISO and/or floppy + files will be stored during the build on the remote machine. The path is + relative to the `remote_cache_datastore` on the remote machine. By default + this is "packer_cache". This only has an effect if `remote_type` is enabled. + * `remote_datastore` (string) - The path to the datastore where the resulting VM will be stored when it is built on the remote machine. By default this is "datastore1". This only has an effect if `remote_type` is enabled. @@ -355,6 +365,13 @@ have to modify as well: * `remote_datastore` - The path to the datastore where the VM will be stored on the ESXi machine. +* `remote_cache_datastore` (string) - The path to the datastore where + supporting files will be stored during the build on the remote machine. + +* `remote_cache_directory` (string) - The path where the ISO and/or floppy + files will be stored during the build on the remote machine. The path is + relative to the `remote_cache_datastore` on the remote machine. + * `remote_username` - The SSH username used to access the remote machine. * `remote_password` - The SSH password for access to the remote machine.