Skip to content

Commit f8536a5

Browse files
committed
chore: update product terms
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>
1 parent e5faf87 commit f8536a5

File tree

23 files changed

+76
-76
lines changed

23 files changed

+76
-76
lines changed

.web-docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ packer plugins install github.com/hashicorp/vsphere
3939

4040
- [vsphere-iso](/packer/integrations/hashicorp/vsphere/latest/components/builder/vsphere-iso) - This
4141
builder starts from an ISO file and uses the vSphere API to build a virtual machine image on
42-
an ESXi host.
42+
an ESX host.
4343

4444
- [vsphere-clone](/packer/integrations/hashicorp/vsphere/latest/components/builder/vsphere-clone) -
4545
This builder clones a virtual machine from an existing template using the uses the vSphere API and
@@ -55,7 +55,7 @@ packer plugins install github.com/hashicorp/vsphere
5555
This post-processor uploads an artifact to a vSphere endpoint. The artifact must be a VMX, OVA,
5656
or OVF file.
5757

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
5959
artifact from the [vSphere](/packer/plugins/post-processors/vsphere/vsphere) post-processor. It
6060
then marks the virtual machine as a template and moves it to your specified path.
6161

@@ -65,7 +65,7 @@ While both this plugin and the [`packer-plugin-vmware`](packer/integrations/hash
6565
designed to create virtual machine images, there are some key differences:
6666

6767
- **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
6969
the VMware vSphere Hypervisor. On the other hand, `packer-plugin-vmware` supports a variety of
7070
platforms including VMware vSphere Hypervisor and desktop virtualization products such as VMware
7171
Fusion, VMware Workstation, and VMware Player, though it does not utilize the vSphere API for its

.web-docs/components/builder/vsphere-clone/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ JSON Example:
319319
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)
320320
in the vSphere API documentation.
321321

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
323323
is running. Defaults to `false`.
324324

325325
- `tools_upgrade_policy` (bool) - Automatically check for and upgrade VMware Tools after a virtual machine
@@ -923,14 +923,14 @@ wget http://{{ .HTTPIP }}:{{ .HTTPPort }}/foo/bar/preseed.cfg
923923

924924
<!-- Code generated from the comments of the ConnectConfig struct in builder/vsphere/common/step_connect.go; DO NOT EDIT MANUALLY -->
925925

926-
- `vcenter_server` (string) - The fully qualified domain name or IP address of the vCenter Server
926+
- `vcenter_server` (string) - The fully qualified domain name or IP address of the vCenter instance
927927
instance.
928928

929-
- `username` (string) - The username to authenticate with the vCenter Server instance.
929+
- `username` (string) - The username to authenticate with the vCenter instance.
930930

931-
- `password` (string) - The password to authenticate with the vCenter Server instance.
931+
- `password` (string) - The password to authenticate with the vCenter instance.
932932

933-
- `insecure_connection` (bool) - Do not validate the certificate of the vCenter Server instance.
933+
- `insecure_connection` (bool) - Do not validate the certificate of the vCenter instance.
934934
Defaults to `false`.
935935

936936
-> **Note:** This option is beneficial in scenarios where the certificate
@@ -1665,15 +1665,15 @@ The template is stored in an existing or newly created library item.
16651665

16661666
- `cluster` (string) - The cluster where the VM template will be placed.
16671667
If `cluster` and `resource_pool` are both specified, `resource_pool` must
1668-
belong to cluster. If `cluster` and `host` are both specified, the ESXi
1668+
belong to cluster. If `cluster` and `host` are both specified, the ESX
16691669
host must be a member of the cluster. This option is not used when
16701670
importing OVF templates. Defaults to [`cluster`](#cluster).
16711671

16721672
- `folder` (string) - The virtual machine folder where the VM template will be placed.
16731673
This option is not used when importing OVF templates. Defaults to
16741674
the same folder as the source virtual machine.
16751675

1676-
- `host` (string) - The ESXi host where the virtual machine template will be placed.
1676+
- `host` (string) - The ESX host where the virtual machine template will be placed.
16771677
If `host` and `resource_pool` are both specified, `resource_pool` must
16781678
belong to host. If `host` and `cluster` are both specified, `host` must
16791679
be a member of the cluster. This option is not used when importing OVF

.web-docs/components/builder/vsphere-iso/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,14 @@ wget http://{{ .HTTPIP }}:{{ .HTTPPort }}/foo/bar/preseed.cfg
107107

108108
<!-- Code generated from the comments of the ConnectConfig struct in builder/vsphere/common/step_connect.go; DO NOT EDIT MANUALLY -->
109109

110-
- `vcenter_server` (string) - The fully qualified domain name or IP address of the vCenter Server
110+
- `vcenter_server` (string) - The fully qualified domain name or IP address of the vCenter instance
111111
instance.
112112

113-
- `username` (string) - The username to authenticate with the vCenter Server instance.
113+
- `username` (string) - The username to authenticate with the vCenter instance.
114114

115-
- `password` (string) - The password to authenticate with the vCenter Server instance.
115+
- `password` (string) - The password to authenticate with the vCenter instance.
116116

117-
- `insecure_connection` (bool) - Do not validate the certificate of the vCenter Server instance.
117+
- `insecure_connection` (bool) - Do not validate the certificate of the vCenter instance.
118118
Defaults to `false`.
119119

120120
-> **Note:** This option is beneficial in scenarios where the certificate
@@ -276,15 +276,15 @@ wget http://{{ .HTTPIP }}:{{ .HTTPPort }}/foo/bar/preseed.cfg
276276
<!-- Code generated from the comments of the CreateConfig struct in builder/vsphere/iso/step_create.go; DO NOT EDIT MANUALLY -->
277277

278278
- `vm_version` (uint) - Specifies the virtual machine hardware version. Defaults to the most
279-
current virtual machine hardware version supported by the ESXi host.
279+
current virtual machine hardware version supported by the ESX host.
280280
Refer to [KB 315655](https://knowledge.broadcom.com/external/article?articleNumber=315655)
281281
for more information on supported virtual hardware versions.
282282

283283
- `guest_os_type` (string) - The guest operating system identifier for the virtual machine.
284284
Defaults to `otherGuest`.
285285

286286
To get a list of supported guest operating system identifiers for your
287-
ESXi host, run the following PowerShell command using `VMware.PowerCLI`:
287+
ESX host, run the following PowerShell command using `VMware.PowerCLI`:
288288

289289
```powershell
290290
Connect-VIServer -Server "vcenter.example.com" -User "administrator@vsphere.local" -Password "password"
@@ -1527,15 +1527,15 @@ The template is stored in an existing or newly created library item.
15271527

15281528
- `cluster` (string) - The cluster where the VM template will be placed.
15291529
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
15311531
host must be a member of the cluster. This option is not used when
15321532
importing OVF templates. Defaults to [`cluster`](#cluster).
15331533

15341534
- `folder` (string) - The virtual machine folder where the VM template will be placed.
15351535
This option is not used when importing OVF templates. Defaults to
15361536
the same folder as the source virtual machine.
15371537

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.
15391539
If `host` and `resource_pool` are both specified, `resource_pool` must
15401540
belong to host. If `host` and `cluster` are both specified, `host` must
15411541
be a member of the cluster. This option is not used when importing OVF
@@ -1637,7 +1637,7 @@ JSON Example:
16371637
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)
16381638
in the vSphere API documentation.
16391639

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
16411641
is running. Defaults to `false`.
16421642

16431643
- `tools_upgrade_policy` (bool) - Automatically check for and upgrade VMware Tools after a virtual machine
@@ -1756,10 +1756,10 @@ For example:
17561756
`svc-packer-vsphere@example.com`), select the custom role (_e.g._ Packer to vSphere Integration
17571757
Role) and the **Propagate to children** check box, and click **OK**.
17581758

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
17601760
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
1762+
access to workload vCenter instances.
17631763

17641764
For example:
17651765

.web-docs/components/post-processor/vsphere-template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The following configuration options are available for the post-processor.
3939
- `insecure` (bool) - Skip the verification of the server certificate. Defaults to `false`.
4040

4141
- `datacenter` (string) - The name of the datacenter to use.
42-
Required when the vCenter Server instance endpoint has more than one datacenter.
42+
Required when the vCenter instance has more than one datacenter.
4343

4444
- `template_name` (string) - The name of the template.
4545
If not specified, the name of the virtual machine will be used.

.web-docs/components/post-processor/vsphere/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ The following configuration options are available for the post-processor.
2323

2424
<!-- Code generated from the comments of the Config struct in post-processor/vsphere/post-processor.go; DO NOT EDIT MANUALLY -->
2525

26-
- `cluster` (string) - The cluster or ESXi host to upload the virtual machine.
26+
- `cluster` (string) - The cluster or ESX host to upload the virtual machine.
2727
This can be either the name of the vSphere cluster or the fully qualified domain name (FQDN)
28-
or IP address of the ESXi host.
28+
or IP address of the ESX host.
2929

3030
- `datacenter` (string) - The name of the vSphere datacenter object to place the virtual machine.
3131
This is _not required_ if `resource_pool` is specified.
3232

3333
- `datastore` (string) - The name of the vSphere datastore to place the virtual machine.
3434

35-
- `host` (string) - The fully qualified domain name or IP address of the vCenter Server or ESXi host.
35+
- `host` (string) - The fully qualified domain name or IP address of the vCenter instance or ESX host.
3636

3737
- `password` (string) - The password to use to authenticate to the vSphere endpoint.
3838

@@ -47,8 +47,8 @@ The following configuration options are available for the post-processor.
4747

4848
- `disk_mode` (string) - The disk format of the target virtual machine. One of `thin`, `thick`,
4949

50-
- `esxi_host` (string) - The fully qualified domain name or IP address of the ESXi host to upload the
51-
virtual machine. This is _not required_ if `host` is a vCenter Server.
50+
- `esxi_host` (string) - The fully qualified domain name or IP address of the ESX host to upload the
51+
virtual machine. This is _not required_ if `host` is a vCenter instance.
5252

5353
- `insecure` (bool) - Skip the verification of the server certificate. Defaults to `false`.
5454

@@ -77,7 +77,7 @@ The following configuration options are available for the post-processor.
7777
version, the deployed virtual machine's hardware version will be the same as the source
7878
virtual machine's.
7979

80-
This option is useful when deploying to vCenter Server instance ot an ESXi host whose
80+
This option is useful when deploying to vCenter instance or an ESX host whose
8181
version is different than the one used to create the artifact.
8282

8383
Refer to [KB 315655](https://knowledge.broadcom.com/external/article?articleNumber=315655)

builder/vsphere/common/step_config_params.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ type ConfigParamsConfig struct {
4747
// 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)
4848
// in the vSphere API documentation.
4949
ConfigParams map[string]string `mapstructure:"configuration_parameters"`
50-
// Enable time synchronization with the ESXi host where the virtual machine
50+
// Enable time synchronization with the ESX host where the virtual machine
5151
// is running. Defaults to `false`.
5252
ToolsSyncTime bool `mapstructure:"tools_sync_time"`
5353
// Automatically check for and upgrade VMware Tools after a virtual machine

builder/vsphere/common/step_connect.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ import (
1818
)
1919

2020
type ConnectConfig struct {
21-
// The fully qualified domain name or IP address of the vCenter Server
21+
// The fully qualified domain name or IP address of the vCenter instance
2222
// instance.
2323
VCenterServer string `mapstructure:"vcenter_server"`
24-
// The username to authenticate with the vCenter Server instance.
24+
// The username to authenticate with the vCenter instance.
2525
Username string `mapstructure:"username"`
26-
// The password to authenticate with the vCenter Server instance.
26+
// The password to authenticate with the vCenter instance.
2727
Password string `mapstructure:"password"`
28-
// Do not validate the certificate of the vCenter Server instance.
28+
// Do not validate the certificate of the vCenter instance.
2929
// Defaults to `false`.
3030
//
3131
// -> **Note:** This option is beneficial in scenarios where the certificate

builder/vsphere/common/step_import_to_content_library.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ type ContentLibraryDestinationConfig struct {
4444
Description string `mapstructure:"description"`
4545
// The cluster where the VM template will be placed.
4646
// If `cluster` and `resource_pool` are both specified, `resource_pool` must
47-
// belong to cluster. If `cluster` and `host` are both specified, the ESXi
47+
// belong to cluster. If `cluster` and `host` are both specified, the ESX
4848
// host must be a member of the cluster. This option is not used when
4949
// importing OVF templates. Defaults to [`cluster`](#cluster).
5050
Cluster string `mapstructure:"cluster"`
5151
// The virtual machine folder where the VM template will be placed.
5252
// This option is not used when importing OVF templates. Defaults to
5353
// the same folder as the source virtual machine.
5454
Folder string `mapstructure:"folder"`
55-
// The ESXi host where the virtual machine template will be placed.
55+
// The ESX host where the virtual machine template will be placed.
5656
// If `host` and `resource_pool` are both specified, `resource_pool` must
5757
// belong to host. If `host` and `cluster` are both specified, `host` must
5858
// be a member of the cluster. This option is not used when importing OVF

builder/vsphere/driver/resource_pool_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func TestVCenterDriver_FindResourcePool(t *testing.T) {
3030
}
3131

3232
func TestVCenterDriver_FindResourcePoolStandaloneESX(t *testing.T) {
33-
// Standalone ESXi host without a vCenter Server instance
33+
// Standalone ESX host without a vCenter instance
3434
model := simulator.ESX()
3535
defer model.Remove()
3636

builder/vsphere/iso/step_create.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@ type NIC struct {
8484

8585
type CreateConfig struct {
8686
// Specifies the virtual machine hardware version. Defaults to the most
87-
// current virtual machine hardware version supported by the ESXi host.
87+
// current virtual machine hardware version supported by the ESX host.
8888
// Refer to [KB 315655](https://knowledge.broadcom.com/external/article?articleNumber=315655)
8989
// for more information on supported virtual hardware versions.
9090
Version uint `mapstructure:"vm_version"`
9191
// The guest operating system identifier for the virtual machine.
9292
// Defaults to `otherGuest`.
9393
//
9494
// To get a list of supported guest operating system identifiers for your
95-
// ESXi host, run the following PowerShell command using `VMware.PowerCLI`:
95+
// ESX host, run the following PowerShell command using `VMware.PowerCLI`:
9696
//
9797
// ```powershell
9898
// Connect-VIServer -Server "vcenter.example.com" -User "administrator@vsphere.local" -Password "password"

0 commit comments

Comments
 (0)