RETIRED, Fuel plugin for NSX-V integration
Go to file
Igor Zinovik 7e73e61e5e 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.

Change-Id: I48e388615a68fbc593e912d265523da780243a92
Closes-bug: 1550169
2016-03-02 12:55:13 +03:00
deployment_scripts/puppet Fix complains of CI script 2016-02-10 17:08:15 +03:00
doc Provide list of incompatible components for NSXv plugin 2016-03-02 12:55:13 +03:00
plugin_test Add test to check neutron reconfigure after add new vmware cluster 2016-02-09 20:28:53 +03:00
repositories/ubuntu Rebuild nsxv-neutron-plugin from 10 Feb 2016 2016-02-10 13:10:41 +03:00
specs Add plugin v2.0.0 specification 2015-11-12 12:04:53 +03:00
.gitignore Fuel NSXv plugin 2015-09-28 17:01:02 +03:00
.gitmodules Changes in tests considering fuel 8.0 2016-01-26 13:59:12 +00:00
.gitreview Change stackforge to openstack 2015-11-09 13:20:52 +08:00
LICENSE Fuel NSXv plugin 2015-09-28 17:01:02 +03:00
Puppetfile Embed puppet modules necessary for plugin into plugin package 2016-02-15 16:46:37 +03:00
README.md Separate user and testing documentation 2015-11-29 21:27:45 +03:00
components.yaml Provide list of incompatible components for NSXv plugin 2016-03-02 12:55:13 +03:00
deployment_tasks.yaml Embed puppet modules necessary for plugin into plugin package 2016-02-15 16:46:37 +03:00
environment_config.yaml Added reconfigure neutron after add new vcenter cluster 2016-02-05 14:01:39 +03:00
metadata.yaml Fixes for new fuel iso 2016-01-18 13:44:00 +03:00
post_install.sh Added reconfigure neutron after add new vcenter cluster 2016-02-05 14:01:39 +03:00
pre_build_hook Embed puppet modules necessary for plugin into plugin package 2016-02-15 16:46:37 +03:00
remove_modules.sh Embed puppet modules necessary for plugin into plugin package 2016-02-15 16:46:37 +03:00
tasks.yaml Embed puppet modules necessary for plugin into plugin package 2016-02-15 16:46:37 +03:00
update_modules.sh Embed puppet modules necessary for plugin into plugin package 2016-02-15 16:46:37 +03:00

README.md

Fuel NSXv plugin

Fuel NSXv plugin enables OpenStack deployment which utilizes vCenter with installed and configured VMware NSXv network virtualization software.

See doc/ directory for documentation.

To build HTML variant of documentation you need to install sphinx document generator, easiest way to do this is to use doc/requirements.txt.

$ pip install -r doc/requirements.txt

$ cd doc/user

$ make html

After that you can start exploring documentation in doc/user/source/_build/html/ directory.