Skip to content

Commit 07bdfc1

Browse files
committed
refactor: update builder id to vmware.vsphere
Updated the builder identifier from `jetbrains.vsphere` to `vmware.vsphere` to align the identifier with the namespace. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
1 parent 5fc00b2 commit 07bdfc1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Type: `vsphere-clone`
22

3-
Artifact BuilderId: `jetbrains.vsphere`
3+
Artifact BuilderId: `vmware.vsphere`
44

55
This builder clones an existing template, modifies the virtual machine image, and saves the result
66
as a new template using the vSphere API.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Type: `vsphere-iso`
22

3-
Artifact BuilderId: `jetbrains.vsphere`
3+
Artifact BuilderId: `vmware.vsphere`
44

55
This builder starts from a guest operating system ISO file and builds a virtual machine image on a
66
vSphere cluster or an ESXi host using the vSphere API.

builder/vsphere/common/artifact.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"github.com/vmware/packer-plugin-vsphere/builder/vsphere/driver"
1515
)
1616

17-
const BuilderId = "jetbrains.vsphere"
17+
const BuilderId = "vmware.vsphere"
1818

1919
type Artifact struct {
2020
Outconfig *OutputConfig

docs/builders/vsphere-clone.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sidebar_title: Clone
1212

1313
Type: `vsphere-clone`
1414

15-
Artifact BuilderId: `jetbrains.vsphere`
15+
Artifact BuilderId: `vmware.vsphere`
1616

1717
This builder clones an existing template, modifies the virtual machine image, and saves the result
1818
as a new template using the vSphere API.

docs/builders/vsphere-iso.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sidebar_title: ISO
1212

1313
Type: `vsphere-iso`
1414

15-
Artifact BuilderId: `jetbrains.vsphere`
15+
Artifact BuilderId: `vmware.vsphere`
1616

1717
This builder starts from a guest operating system ISO file and builds a virtual machine image on a
1818
vSphere cluster or an ESXi host using the vSphere API.

0 commit comments

Comments
 (0)