Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 2.7]VMware: improve readability and fix privileges names on scenario_clone_template #47960

Merged
merged 1 commit into from
Nov 2, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- improve readability and fix privileges names on vmware scenario_clone_template.
16 changes: 8 additions & 8 deletions docs/docsite/rst/vmware/scenario_clone_template.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ Scenario Requirements

* Administrator user with following privileges

- Virtual machine.Provisioning.Clone virtual machine on the virtual machine you are cloning
- Virtual machine.Inventory.Create from existing on the datacenter or virtual machine folder
- Virtual machine.Configuration.Add new disk on the datacenter or virtual machine folder
- Resource.Assign virtual machine to resource pool on the destination host, cluster, or resource pool
- Datastore.Allocate space on the destination datastore or datastore folder
- Network.Assign network on the network to which the virtual machine will be assigned
- Virtual machine.Provisioning.Customize on the virtual machine or virtual machine folder if you are customizing the guest operating system
- Virtual machine.Provisioning.Read customization specifications on the root vCenter Server if you are customizing the guest operating system
- ``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
- ``VirtualMachine.Provisioning.Customize`` on the virtual machine or virtual machine folder if you are customizing the guest operating system
- ``VirtualMachine.Provisioning.ReadCustSpecs`` on the root vCenter Server if you are customizing the guest operating system

Assumptions
===========
Expand Down