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
Updates product terms to align with rebranding.
- vCenter Server >> vCenter
- vCenter Server instance >> vCenter instance
- ESXi >> ESX
Signed-off-by: Ryan Johnson <rya@tenthirtyam.org>
This post-processor uploads an artifact to a vSphere endpoint. The artifact must be a VMX, OVA,
56
56
or OVF file.
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
+
-[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 ESX host or an
59
59
artifact from the [vSphere](/packer/plugins/post-processors/vsphere/vsphere) post-processor. It
60
60
then marks the virtual machine as a template and moves it to your specified path.
61
61
@@ -65,7 +65,7 @@ While both this plugin and the [`packer-plugin-vmware`](packer/integrations/hash
65
65
designed to create virtual machine images, there are some key differences:
66
66
67
67
-**Platforms**: This plugin is specifically developed to utilize the VMware vSphere API,
68
-
facilitating the creation of virtual machine images by integrating with VMware vCenter Server and
68
+
facilitating the creation of virtual machine images by integrating with VMware vCenter and
69
69
the VMware vSphere Hypervisor. On the other hand, `packer-plugin-vmware` supports a variety of
70
70
platforms including VMware vSphere Hypervisor and desktop virtualization products such as VMware
71
71
Fusion, VMware Workstation, and VMware Player, though it does not utilize the vSphere API for its
Copy file name to clipboardExpand all lines: .web-docs/components/builder/vsphere-clone/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -319,7 +319,7 @@ JSON Example:
319
319
are silently ignored. Refer to the [`VirtualMachineConfigSpec`](https://dp-downloads.broadcom.com/api-content/apis/API_VWSA_001/8.0U3/html/ReferenceGuides/vim.vm.ConfigSpec.html)
320
320
in the vSphere API documentation.
321
321
322
-
-`tools_sync_time` (bool) - Enable time synchronization with the ESXi host where the virtual machine
322
+
-`tools_sync_time` (bool) - Enable time synchronization with the ESX host where the virtual machine
323
323
is running. Defaults to `false`.
324
324
325
325
-`tools_upgrade_policy` (bool) - Automatically check for and upgrade VMware Tools after a virtual machine
@@ -1527,15 +1527,15 @@ The template is stored in an existing or newly created library item.
1527
1527
1528
1528
-`cluster` (string) - The cluster where the VM template will be placed.
1529
1529
If `cluster` and `resource_pool` are both specified, `resource_pool` must
1530
-
belong to cluster. If `cluster` and `host` are both specified, the ESXi
1530
+
belong to cluster. If `cluster` and `host` are both specified, the ESX
1531
1531
host must be a member of the cluster. This option is not used when
1532
1532
importing OVF templates. Defaults to [`cluster`](#cluster).
1533
1533
1534
1534
-`folder` (string) - The virtual machine folder where the VM template will be placed.
1535
1535
This option is not used when importing OVF templates. Defaults to
1536
1536
the same folder as the source virtual machine.
1537
1537
1538
-
-`host` (string) - The ESXi host where the virtual machine template will be placed.
1538
+
-`host` (string) - The ESX host where the virtual machine template will be placed.
1539
1539
If `host` and `resource_pool` are both specified, `resource_pool` must
1540
1540
belong to host. If `host` and `cluster` are both specified, `host` must
1541
1541
be a member of the cluster. This option is not used when importing OVF
@@ -1637,7 +1637,7 @@ JSON Example:
1637
1637
are silently ignored. Refer to the [`VirtualMachineConfigSpec`](https://dp-downloads.broadcom.com/api-content/apis/API_VWSA_001/8.0U3/html/ReferenceGuides/vim.vm.ConfigSpec.html)
1638
1638
in the vSphere API documentation.
1639
1639
1640
-
-`tools_sync_time` (bool) - Enable time synchronization with the ESXi host where the virtual machine
1640
+
-`tools_sync_time` (bool) - Enable time synchronization with the ESX host where the virtual machine
1641
1641
is running. Defaults to `false`.
1642
1642
1643
1643
-`tools_upgrade_policy` (bool) - Automatically check for and upgrade VMware Tools after a virtual machine
@@ -1756,10 +1756,10 @@ For example:
1756
1756
`svc-packer-vsphere@example.com`), select the custom role (_e.g._ Packer to vSphere Integration
1757
1757
Role) and the **Propagate to children** check box, and click **OK**.
1758
1758
1759
-
In an environment with many vCenter Server instances, such as management and workload, in enhanced
1759
+
In an environment with many vCenter instances, such as management and workload, in enhanced
1760
1760
linked-mode, you may wish to further reduce the scope of access across the vSphere infrastructure if
1761
-
you do not want Packer to have access to the management vCenter Server instance, but only allow
1762
-
access to workload vCenter Server instances.
1761
+
you do not want Packer to have access to the management vCenter instance, but only allow
Copy file name to clipboardExpand all lines: builder/vsphere/common/step_config_params.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ type ConfigParamsConfig struct {
47
47
// are silently ignored. Refer to the [`VirtualMachineConfigSpec`](https://dp-downloads.broadcom.com/api-content/apis/API_VWSA_001/8.0U3/html/ReferenceGuides/vim.vm.ConfigSpec.html)
0 commit comments