Document incompatible roles absence

Adjust description for limitation related to compute(KVM), ironic and
cinder role support.

Change-Id: Iaa2177a4e6c6e35d53479a3fe121f070bb552fdc
This commit is contained in:
Igor Zinovik 2016-05-13 16:59:22 +03:00
parent cb7f8d5c9c
commit b267e903d0
1 changed files with 14 additions and 5 deletions

View File

@ -10,12 +10,21 @@ they can be put into folders. Plugin supports clusters that are located on
first level of hierarchy, if you have cluster inside folder that you want to
use it for OpenStack you have to put it on first level of hierarchy.
Compute node is not supported
-----------------------------
Incompatible roles are explicitly hidden
----------------------------------------
Is is worth to mention that it is not possible to use compute nodes in
vCenter/NSX cluster, because NSX v6.x switch is available only for ESXi, so it
is not possible to pass traffic inside compute node that runs Linux and KVM.
Is is worth to mention that following roles gets disabled for OpenStack
environment with the plugin:
* Compute
* Ironic
* Cinder
Compute and Ironic are incompatible, because NSX v6.x switch is available
exclusively for ESXi, so it is not possible to pass traffic inside compute node
that runs Linux and KVM. Cinder is disabled due to inability to pass LVM based
volumes via iSCSI to ESXi hosts, instead use "Cinder proxy for VMware
datastore" role.
Public floating IP range is ignored
-----------------------------------