From 9f38f5aecc17d3fb9b6c06f7afcac8fc077132ba Mon Sep 17 00:00:00 2001 From: skyscooby <4450935+skyscooby@users.noreply.github.com> Date: Tue, 24 Nov 2020 13:34:48 -0600 Subject: [PATCH] VApp permissions are needed when the VApp provisioning mode is used. I have found that based on currently available documentation / suggestions around using Node Templates with Distro Images and setting VApp properties to control IP addresses through network protocol profiles these VApp permissions are required on the cloud credential rancher is using or the provisioning will fail with a Permission denied error. VCenter 6.7 U2. Rancher 2.4.10 --- .../provisioning-vsphere-clusters/creating-credentials/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/rancher/v2.x/en/cluster-provisioning/rke-clusters/node-pools/vsphere/provisioning-vsphere-clusters/creating-credentials/_index.md b/content/rancher/v2.x/en/cluster-provisioning/rke-clusters/node-pools/vsphere/provisioning-vsphere-clusters/creating-credentials/_index.md index 9c5bc71a0e..febad9920a 100644 --- a/content/rancher/v2.x/en/cluster-provisioning/rke-clusters/node-pools/vsphere/provisioning-vsphere-clusters/creating-credentials/_index.md +++ b/content/rancher/v2.x/en/cluster-provisioning/rke-clusters/node-pools/vsphere/provisioning-vsphere-clusters/creating-credentials/_index.md @@ -13,6 +13,7 @@ The following table lists the permissions required for the vSphere user account: | Network | Assign | | Resource | AssignVMToPool | | Virtual Machine | Config (All)
GuestOperations (All)
Interact (All)
Inventory (All)
Provisioning (All) | +| VApp | VApp application configuration
VApp instance configuration | The following steps create a role with the required privileges and then assign it to a new user in the vSphere console: