mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
VMware: further improvements to the scenario_clone_template (#48141)
Follow-up to #47889. Fixes the list of required privileges for cloning a vmware template.
This commit is contained in:
parent
383da46c32
commit
09ff2da651
1 changed files with 23 additions and 5 deletions
|
@ -34,15 +34,33 @@ Scenario Requirements
|
|||
|
||||
* Administrator user with following privileges
|
||||
|
||||
- ``VirtualMachine.Provisioning.Clone`` on the virtual machine you are cloning
|
||||
- ``VirtualMachine.Inventory.CreateFromExisting`` on the datacenter or virtual machine folder
|
||||
- ``VirtualMachine.Config.AddNewDisk`` on the datacenter or virtual machine folder
|
||||
- ``Resource.Assign`` virtual machine to resource pool on the destination host, cluster, or resource pool
|
||||
- ``Datastore.AllocateSpace`` on the destination datastore or datastore folder
|
||||
- ``Network.AssignNetwork`` on the network to which the virtual machine will be assigned
|
||||
- ``Network.Assign`` on the network to which the virtual machine will be assigned
|
||||
- ``Resource.AssignVMToPool`` on the destination host, cluster, or resource pool
|
||||
- ``VirtualMachine.Config.AddNewDisk`` on the datacenter or virtual machine folder
|
||||
- ``VirtualMachine.Config.AddRemoveDevice`` on the datacenter or virtual machine folder
|
||||
- ``VirtualMachine.Interact.PowerOn`` on the datacenter or virtual machine folder
|
||||
- ``VirtualMachine.Inventory.CreateFromExisting`` on the datacenter or virtual machine folder
|
||||
- ``VirtualMachine.Provisioning.Clone`` on the virtual machine you are cloning
|
||||
- ``VirtualMachine.Provisioning.Customize`` on the virtual machine or virtual machine folder if you are customizing the guest operating system
|
||||
- ``VirtualMachine.Provisioning.DeployTemplate`` on the template you are using
|
||||
- ``VirtualMachine.Provisioning.ReadCustSpecs`` on the root vCenter Server if you are customizing the guest operating system
|
||||
|
||||
Depending on your requirements, you could also need one or more of the following privileges:
|
||||
|
||||
- ``VirtualMachine.Config.CPUCount`` on the datacenter or virtual machine folder
|
||||
- ``VirtualMachine.Config.Memory`` on the datacenter or virtual machine folder
|
||||
- ``VirtualMachine.Config.DiskExtend`` on the datacenter or virtual machine folder
|
||||
- ``VirtualMachine.Config.Annotation`` on the datacenter or virtual machine folder
|
||||
- ``VirtualMachine.Config.AdvancedConfig`` on the datacenter or virtual machine folder
|
||||
- ``VirtualMachine.Config.EditDevice`` on the datacenter or virtual machine folder
|
||||
- ``VirtualMachine.Config.Resource`` on the datacenter or virtual machine folder
|
||||
- ``VirtualMachine.Config.Settings`` on the datacenter or virtual machine folder
|
||||
- ``VirtualMachine.Config.UpgradeVirtualHardware`` on the datacenter or virtual machine folder
|
||||
- ``VirtualMachine.Interact.SetCDMedia`` on the datacenter or virtual machine folder
|
||||
- ``VirtualMachine.Interact.SetFloppyMedia`` on the datacenter or virtual machine folder
|
||||
- ``VirtualMachine.Interact.DeviceConnection`` on the datacenter or virtual machine folder
|
||||
|
||||
Assumptions
|
||||
===========
|
||||
|
||||
|
|
Loading…
Reference in a new issue