website: update vsphere
This commit is contained in:
parent
b2609db395
commit
889b5b6105
|
@ -25,14 +25,17 @@ Required:
|
||||||
* `datacenter` (string) - The name of the datacenter within vSphere to
|
* `datacenter` (string) - The name of the datacenter within vSphere to
|
||||||
add the VM 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
|
* `host` (string) - The vSphere host that will be contacted to perform
|
||||||
the VM upload.
|
the VM upload.
|
||||||
|
|
||||||
* `password` (string) - Password to use to authenticate to the vSphere
|
* `password` (string) - Password to use to authenticate to the vSphere
|
||||||
endpoint.
|
endpoint.
|
||||||
|
|
||||||
* `resource_pool` (string) - The resource pool to upload the VM to. This can be
|
* `resource_pool` (string) - The resource pool to upload the VM to.
|
||||||
" " if you do not have resource pools configured
|
This is _not required_ if `datastore` is specified.
|
||||||
|
|
||||||
* `username` (string) - The username to use to authenticate to the vSphere
|
* `username` (string) - The username to use to authenticate to the vSphere
|
||||||
endpoint.
|
endpoint.
|
||||||
|
@ -41,8 +44,6 @@ Required:
|
||||||
|
|
||||||
Optional:
|
Optional:
|
||||||
|
|
||||||
* `datastore` (string) - The name of the datastore to store this VM.
|
|
||||||
|
|
||||||
* `disk_mode` (string) - Target disk format. See `ovftool` manual for
|
* `disk_mode` (string) - Target disk format. See `ovftool` manual for
|
||||||
available options. By default, "thick" will be used.
|
available options. By default, "thick" will be used.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue