mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-27 10:14:01 -04:00
website: update vsphere
This commit is contained in:
@@ -25,14 +25,17 @@ Required:
|
||||
* `datacenter` (string) - The name of the datacenter within vSphere to
|
||||
add the VM to.
|
||||
|
||||
* `datastore` (string) - The name of the datastore to store this VM.
|
||||
This is _not required_ if `resource_pool` is specified.
|
||||
|
||||
* `host` (string) - The vSphere host that will be contacted to perform
|
||||
the VM upload.
|
||||
|
||||
* `password` (string) - Password to use to authenticate to the vSphere
|
||||
endpoint.
|
||||
|
||||
* `resource_pool` (string) - The resource pool to upload the VM to. This can be
|
||||
" " if you do not have resource pools configured
|
||||
* `resource_pool` (string) - The resource pool to upload the VM to.
|
||||
This is _not required_ if `datastore` is specified.
|
||||
|
||||
* `username` (string) - The username to use to authenticate to the vSphere
|
||||
endpoint.
|
||||
@@ -41,8 +44,6 @@ Required:
|
||||
|
||||
Optional:
|
||||
|
||||
* `datastore` (string) - The name of the datastore to store this VM.
|
||||
|
||||
* `disk_mode` (string) - Target disk format. See `ovftool` manual for
|
||||
available options. By default, "thick" will be used.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user