Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
packer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kristopher Ruzic
packer
Commits
1bd60be2
Commit
1bd60be2
authored
Nov 07, 2013
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
website: esxi docs
parent
7d893894
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
website/source/docs/builders/vmware.html.markdown
website/source/docs/builders/vmware.html.markdown
+19
-0
No files found.
website/source/docs/builders/vmware.html.markdown
View file @
1bd60be2
...
@@ -136,6 +136,25 @@ Optional:
...
@@ -136,6 +136,25 @@ Optional:
By default this is "output-BUILDNAME" where "BUILDNAME" is the name
By default this is "output-BUILDNAME" where "BUILDNAME" is the name
of the build.
of the build.
*
`remote_type`
(string) - The type of remote machine that will be used to
build this VM rather than a local desktop product. The only value accepted
for this currently is "esx5". If this is not set, a desktop product will be
used. By default, this is not set.
*
`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.
*
`remote_host`
(string) - The host of the remote machine used for access.
This is only required if
`remote_type`
is enabled.
*
`remote_password`
(string) - The SSH password for the user used to
access the remote machine. By default this is empty. This only has an
effect if
`remote_type`
is enabled.
*
`remote_user`
(string) - The username for the SSH user that will access
the remote machine. This is required if
`remote_type`
is enabled.
*
`skip_compaction`
(bool) - VMware-created disks are defragmented
*
`skip_compaction`
(bool) - VMware-created disks are defragmented
and compacted at the end of the build process using
`vmware-vdiskmanager`
.
and compacted at the end of the build process using
`vmware-vdiskmanager`
.
In certain rare cases, this might actually end up making the resulting disks
In certain rare cases, this might actually end up making the resulting disks
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment