Update userguide.

Add information about minimal permissions for vsphere's user.

Change-Id: I97868ead0e786205b7e9022c45df95bd56b76fcd
This commit is contained in:
Igor Gajsin 2016-05-05 17:04:48 +03:00
parent 1638177758
commit 5be1384787
1 changed files with 20 additions and 2 deletions

View File

@ -2,7 +2,25 @@ Prerequisites
++++++++++++
The VMware DVS plugin works via manipulation resources of a VMware vSphere
Distributed Switch. It means that it has to have connectivity to precreated and
Distributed Switch. It requires a vCenter service account with the following
minimum permissions:
+----------------+--------------------+------------------------------+
| All privileges | | |
+----------------+--------------------+------------------------------+
| | Distributed switch | Port configuration operation |
+----------------+--------------------+------------------------------+
| | dvPort group | Create |
+----------------+--------------------+------------------------------+
| | | Delete |
+----------------+--------------------+------------------------------+
| | | Modify |
+----------------+--------------------+------------------------------+
| | | Policy operation |
+----------------+--------------------+------------------------------+
The Plugin doesn't create new VDS'es but uses existed ones. It means that it has
to have connectivity to precreated and
`well configured
<https://www.vmware.com/products/vsphere/features/distributed-switch>`__
dvSwitch on the vCenter which will be used in this environment.
VDS'es on the vCenter which will be used in this environment.