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
41372c4b
Commit
41372c4b
authored
Sep 05, 2014
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
website: update vmware-vmx
parent
1a45b966
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
website/source/docs/builders/vmware-vmx.html.markdown
website/source/docs/builders/vmware-vmx.html.markdown
+21
-0
No files found.
website/source/docs/builders/vmware-vmx.html.markdown
View file @
41372c4b
...
@@ -85,6 +85,21 @@ each category, the available options are alphabetized and described.
...
@@ -85,6 +85,21 @@ each category, the available options are alphabetized and described.
connection information in case you need to connect to the console to
connection information in case you need to connect to the console to
debug the build process.
debug the build process.
*
`http_directory`
(string) - Path to a directory to serve using an HTTP
server. The files in this directory will be available over HTTP that will
be requestable from the virtual machine. This is useful for hosting
kickstart files and so on. By default this is "", which means no HTTP
server will be started. The address and port of the HTTP server will be
available as variables in
`boot_command`
. This is covered in more detail
below.
*
`http_port_min`
and
`http_port_max`
(integer) - These are the minimum and
maximum port to use for the HTTP server started to serve the
`http_directory`
.
Because Packer often runs in parallel, Packer will choose a randomly available
port in this range to run the HTTP server. If you want to force the HTTP
server to be on one port, make this minimum and maximum port the same.
By default the values are 8000 and 9000, respectively.
*
`output_directory`
(string) - This is the path to the directory where the
*
`output_directory`
(string) - This is the path to the directory where the
resulting virtual machine will be created. This may be relative or absolute.
resulting virtual machine will be created. This may be relative or absolute.
If relative, the path is relative to the working directory when
`packer`
If relative, the path is relative to the working directory when
`packer`
...
@@ -137,3 +152,9 @@ each category, the available options are alphabetized and described.
...
@@ -137,3 +152,9 @@ each category, the available options are alphabetized and described.
*
`vmx_data_post`
(object of key/value strings) - Identical to
`vmx_data`
,
*
`vmx_data_post`
(object of key/value strings) - Identical to
`vmx_data`
,
except that it is run after the virtual machine is shutdown, and before the
except that it is run after the virtual machine is shutdown, and before the
virtual machine is exported.
virtual machine is exported.
*
`vnc_port_min`
and
`vnc_port_max`
(integer) - The minimum and maximum port to
use for VNC access to the virtual machine. The builder uses VNC to type
the initial
`boot_command`
. Because Packer generally runs in parallel, Packer
uses a randomly chosen port in this range that appears available. By default
this is 5900 to 6000. The minimum and maximum ports are inclusive.
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