Provide list of incompatible components for NSXv plugin

Explicitly enumerate components that cannot be enabled with NSXv plugin.
Otherwise they are marked with tooltip that says "This component was not
tested with the following components: ..."

NSXv plugin is not compatible with:
* Ceph as block and ephemeral storage is not compatible, because it
  cannot be connected to ESXi hosts via vCenter
* Sahara and Murano are incompatible due to deployment errors
* Ironic is not compatible, because it requires Neutron with VLAN
  segmentation support

List qemu as compatible hypervisor, because otherwise message "This
component was not tested... with Neutron NSX plugin" appears may confuse
end user.

List incompatible component in "Limitations" section of user guide.

Cherry-picked from e0ceda1b
Closes-bug: 1550169
Change-Id: I48e388615a68fbc593e912d265523da780243a92
This commit is contained in:
Igor Zinovik 2016-02-26 14:37:36 +03:00
parent b726058f89
commit af4f3d916f
3 changed files with 33 additions and 6 deletions

View File

@ -5,6 +5,17 @@
- "cluster:net_segment_type": "tun"
compatible:
- name: "hypervisor:vmware"
- name: "hypervisor:qemu"
- name: "storage:block:lvm"
- name: "storage:image:ceph"
- name: "storage:object:ceph"
- name: "additional_service:ceilometer"
incompatible:
- name: "storage:block:ceph"
- name: "storage:ephemeral:ceph"
- name: "additional_service:sahara"
- name: "additional_service:murano"
- name: "additional_service:ironic"
requires:
- name: "hypervisor:vmware"
message: "NSXv requires use vCenter."

View File

@ -23,12 +23,6 @@ these steps:
.. image:: /image/wizard-step2.png
:scale: 70 %
.. warning::
After plugin gets installed it is possible to enable Sahara and Murano
support for cloud with NSX, but work of these services was not tested
with NSX.
#. Once you get environment created add one or more controller node.
Pay attention on which interface you assign *Public* network, OpenStack

View File

@ -0,0 +1,22 @@
Limitations
===========
Ceph block storage is not supported
-----------------------------------
ESXi hypervisor do not have native support for mounting Ceph.
Sahara support
--------------
Sahara is not supported.
Murano support
--------------
Murano is not supported.
Ironic support
--------------
Ironic is not supported.