Skip to content

Commit

Permalink
docs: update external documentation links
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
Ryan Johnson authored and nywilken committed Apr 2, 2024
1 parent bc09f66 commit 310be57
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .web-docs/components/builder/vsphere-iso/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1530,7 +1530,7 @@ Virtual Machine | Configuration > Add new disk | `Virtual
... | Provisioning > Mark as virtual machine | `VirtualMachine.Provisioning.MarkAsVM`
... | State > Create snapshot | `VirtualMachine.State.CreateSnapshot`

Global permissions **[are required](https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.security.doc/GUID-03B36057-B38C-479C-BD78-341CD83A0584.html)** for the content library based on the hierarchical inheritance of permissions. Once the custom vSphere role is created, assign **Global Permissions** in vSphere to the accounts or groups used for the Packer to vSphere integration, if using the content library.
Global permissions **[are required](https://docs.vmware.com/en/VMware-vSphere/8.0/vsphere-security/GUID-74F53189-EF41-4AC1-A78E-D25621855800.html#how-do-permissions-work-in-vsphere-0)** for the content library based on the hierarchical inheritance of permissions. Once the custom vSphere role is created, assign **Global Permissions** in vSphere to the accounts or groups used for the Packer to vSphere integration, if using the content library.

For example:

Expand Down
2 changes: 1 addition & 1 deletion .web-docs/components/builder/vsphere-supervisor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Artifact BuilderId: `vsphere.supervisor`

This builder deploys and publishes new VMs to a vSphere Supervisor cluster using VM Service.
If you are new to VM Service, please refer to [Deploying and Managing Virtual Machines in vSphere with Tanzu
](https://docs.vmware.com/en/VMware-vSphere/7.0/vmware-vsphere-with-tanzu/GUID-F81E3535-C275-4DDE-B35F-CE759EA3B4A0.html) for more information.
](https://docs.vmware.com/en/VMware-vSphere/8.0/vsphere-with-tanzu-services-workloads/GUID-F81E3535-C275-4DDE-B35F-CE759EA3B4A0.html) for more information.

- It uses a kubeconfig file to connect to the vSphere Supervisor cluster.
- It uses the [VM-Operator API](https://vm-operator.readthedocs.io/en/latest/concepts/) to deploy and configure the source VM.
Expand Down
2 changes: 1 addition & 1 deletion docs/builders/vsphere-iso.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ Virtual Machine | Configuration > Add new disk | `Virtual
... | Provisioning > Mark as virtual machine | `VirtualMachine.Provisioning.MarkAsVM`
... | State > Create snapshot | `VirtualMachine.State.CreateSnapshot`

Global permissions **[are required](https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.security.doc/GUID-03B36057-B38C-479C-BD78-341CD83A0584.html)** for the content library based on the hierarchical inheritance of permissions. Once the custom vSphere role is created, assign **Global Permissions** in vSphere to the accounts or groups used for the Packer to vSphere integration, if using the content library.
Global permissions **[are required](https://docs.vmware.com/en/VMware-vSphere/8.0/vsphere-security/GUID-74F53189-EF41-4AC1-A78E-D25621855800.html#how-do-permissions-work-in-vsphere-0)** for the content library based on the hierarchical inheritance of permissions. Once the custom vSphere role is created, assign **Global Permissions** in vSphere to the accounts or groups used for the Packer to vSphere integration, if using the content library.

For example:

Expand Down
2 changes: 1 addition & 1 deletion docs/builders/vsphere-supervisor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Artifact BuilderId: `vsphere.supervisor`

This builder deploys and publishes new VMs to a vSphere Supervisor cluster using VM Service.
If you are new to VM Service, please refer to [Deploying and Managing Virtual Machines in vSphere with Tanzu
](https://docs.vmware.com/en/VMware-vSphere/7.0/vmware-vsphere-with-tanzu/GUID-F81E3535-C275-4DDE-B35F-CE759EA3B4A0.html) for more information.
](https://docs.vmware.com/en/VMware-vSphere/8.0/vsphere-with-tanzu-services-workloads/GUID-F81E3535-C275-4DDE-B35F-CE759EA3B4A0.html) for more information.

- It uses a kubeconfig file to connect to the vSphere Supervisor cluster.
- It uses the [VM-Operator API](https://vm-operator.readthedocs.io/en/latest/concepts/) to deploy and configure the source VM.
Expand Down

0 comments on commit 310be57

Please sign in to comment.