add note about versioning to vsphere builder docs
This commit is contained in:
parent
c768c9bde5
commit
c5d34f3f7b
|
@ -17,6 +17,9 @@ This builder clones VMs from existing templates.
|
||||||
|
|
||||||
- VMware Player is not required.
|
- VMware Player is not required.
|
||||||
- It uses the official vCenter API, and does not require ESXi host [modification](https://www.packer.io/docs/builders/vmware-iso.html#building-on-a-remote-vsphere-hypervisor)
|
- It uses the official vCenter API, and does not require ESXi host [modification](https://www.packer.io/docs/builders/vmware-iso.html#building-on-a-remote-vsphere-hypervisor)
|
||||||
|
- This builder is supported for vSphere version 6.5 and greater. Builds on lower
|
||||||
|
versions may work, but some configuration options may throw errors because they
|
||||||
|
do not exist in the older versions of the vSphere API.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,9 @@ starts from an ISO file and creates new VMs from scratch.
|
||||||
|
|
||||||
- VMware Player is not required.
|
- VMware Player is not required.
|
||||||
- It uses the official vCenter API, and does not require ESXi host [modification](/docs/builders/vmware-iso#building-on-a-remote-vsphere-hypervisor)
|
- It uses the official vCenter API, and does not require ESXi host [modification](/docs/builders/vmware-iso#building-on-a-remote-vsphere-hypervisor)
|
||||||
|
- This builder is supported for vSphere version 6.5 and greater. Builds on lower
|
||||||
|
versions may work, but some configuration options may throw errors because they
|
||||||
|
do not exist in the older versions of the vSphere API.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue