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
c19a5c6b
Commit
c19a5c6b
authored
Apr 21, 2014
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
post-processors/vsphere: disk mode
parent
b5e551d9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
CHANGELOG.md
CHANGELOG.md
+2
-1
post-processor/vsphere/post-processor.go
post-processor/vsphere/post-processor.go
+1
-1
website/source/docs/post-processors/vsphere.html.markdown
website/source/docs/post-processors/vsphere.html.markdown
+3
-0
No files found.
CHANGELOG.md
View file @
c19a5c6b
...
...
@@ -22,7 +22,8 @@ IMPROVEMENTS:
*
builder/vmware: add cloning support on Windows [GH-824]
*
command/build: Added '-parallel' flag so you can disable parallelization
with
`-no-parallel`
. [GH-924]
*
provisioner/ansible: Add inventory_file option [GH-1006]
*
post-processors/vsphere:
`disk_mode`
option. [GH-778]
*
provisioner/ansible: Add
`inventory_file`
option [GH-1006]
BUG FIXES:
...
...
post-processor/vsphere/post-processor.go
View file @
c19a5c6b
...
...
@@ -20,7 +20,7 @@ type Config struct {
Cluster
string
`mapstructure:"cluster"`
Datacenter
string
`mapstructure:"datacenter"`
Datastore
string
`mapstructure:"datastore"`
DiskMode
string
`mapstructure:"diskmode"`
DiskMode
string
`mapstructure:"disk
_
mode"`
Host
string
`mapstructure:"host"`
Password
string
`mapstructure:"password"`
ResourcePool
string
`mapstructure:"resource_pool"`
...
...
website/source/docs/post-processors/vsphere.html.markdown
View file @
c19a5c6b
...
...
@@ -45,5 +45,8 @@ Required:
Optional:
*
`disk_mode`
(string) - Target disk format. See
`ovftool`
manual for
available options. By default, "thick" will be used.
*
`insecure`
(bool) - Whether or not the connection to vSphere can be done
over an insecure connection. By default this is false.
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