From c5d34f3f7b785ec0e1a58d096cc9c173c584566b Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Thu, 9 Jul 2020 14:46:35 -0700 Subject: [PATCH] add note about versioning to vsphere builder docs --- website/pages/docs/builders/vmware/vsphere-clone.mdx | 3 +++ website/pages/docs/builders/vmware/vsphere-iso.mdx | 3 +++ 2 files changed, 6 insertions(+) diff --git a/website/pages/docs/builders/vmware/vsphere-clone.mdx b/website/pages/docs/builders/vmware/vsphere-clone.mdx index e22e7a5d4..230e2744f 100644 --- a/website/pages/docs/builders/vmware/vsphere-clone.mdx +++ b/website/pages/docs/builders/vmware/vsphere-clone.mdx @@ -17,6 +17,9 @@ This builder clones VMs from existing templates. - 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) +- 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 diff --git a/website/pages/docs/builders/vmware/vsphere-iso.mdx b/website/pages/docs/builders/vmware/vsphere-iso.mdx index 47774cfda..4164af8df 100644 --- a/website/pages/docs/builders/vmware/vsphere-iso.mdx +++ b/website/pages/docs/builders/vmware/vsphere-iso.mdx @@ -18,6 +18,9 @@ starts from an ISO file and creates new VMs from scratch. - 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) +- 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