You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This post-processor uploads an artifact to a vSphere endpoint. The artifact must be a VMX, OVA,
56
+
or OVF file.
56
57
57
58
-[vsphere-template](/packer/integrations/hashicorp/vsphere/latest/components/post-processor/vsphere-template) - This post-processor uses an artifact from the `vmware-iso` builder with an ESXi host or an
58
-
artifact from the [vSphere](/packer/plugins/post-processors/vsphere/vsphere) post-processor. It
59
-
then marks the virtual machine as a template and moves it to your specified path.
59
+
artifact from the [vSphere](/packer/plugins/post-processors/vsphere/vsphere) post-processor. It
60
+
then marks the virtual machine as a template and moves it to your specified path.
-`pci_passthrough_allowed_device` ([]PCIPassthroughAllowedDevice) - Configure Dynamic DirectPath I/O [PCI Passthrough](#pci-passthrough-configuration) for
883
-
virtual machine. See [vSphere documentation](https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.vm_admin.doc/GUID-5B3CAB26-5D06-4A99-92A0-3A04C69CE64B.html)
883
+
virtual machine. See [vSphere documentation](https://docs.vmware.com/en/VMware-vSphere/8.0/vsphere-vm-administration/GUID-5B3CAB26-5D06-4A99-92A0-3A04C69CE64B.html)
884
884
885
885
-`vgpu_profile` (string) - vGPU profile for accelerated graphics.
886
886
vGPU profile for accelerated graphics. See [NVIDIA GRID vGPU documentation](https://docs.nvidia.com/grid/latest/grid-vgpu-user-guide/index.html#configure-vmware-vsphere-vm-with-vgpu)
-`pci_passthrough_allowed_device` ([]PCIPassthroughAllowedDevice) - Configure Dynamic DirectPath I/O [PCI Passthrough](#pci-passthrough-configuration) for
420
-
virtual machine. See [vSphere documentation](https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.vm_admin.doc/GUID-5B3CAB26-5D06-4A99-92A0-3A04C69CE64B.html)
420
+
virtual machine. See [vSphere documentation](https://docs.vmware.com/en/VMware-vSphere/8.0/vsphere-vm-administration/GUID-5B3CAB26-5D06-4A99-92A0-3A04C69CE64B.html)
421
421
422
422
-`vgpu_profile` (string) - vGPU profile for accelerated graphics.
423
423
vGPU profile for accelerated graphics. See [NVIDIA GRID vGPU documentation](https://docs.nvidia.com/grid/latest/grid-vgpu-user-guide/index.html#configure-vmware-vsphere-vm-with-vgpu)
@@ -878,8 +878,8 @@ boot time.
878
878
879
879
-`vm_version` (uint) - Specifies the virtual machine hardware version. Defaults to the most current virtual machine
880
880
hardware version supported by the ESXi host.
881
-
Refer to [VMware KB article 1003746](https://kb.vmware.com/s/article/1003746) for the list
882
-
of supported virtual machine hardware versions.
881
+
Refer to [KB 315655](https://knowledge.broadcom.com/external/article?articleNumber=315655)
882
+
for more information on supported virtual hardware versions.
883
883
884
884
-`guest_os_type` (string) - Specifies the guest operating system identifier for the virtual machine.
885
885
If not specified, the setting defaults to `otherGuest`.
@@ -1343,12 +1343,12 @@ Minimal example of usage to import a OVF template:
1343
1343
<!-- Code generated from the comments of the ConfigParamsConfig struct in builder/vsphere/common/step_config_params.go; DO NOT EDIT MANUALLY -->
1344
1344
1345
1345
-`configuration_parameters` (map[string]string) - configuration_parameters is a direct passthrough to the vSphere API's
0 commit comments