RETIRED, Fuel plugin for NSX-V integration
Go to file
OpenDev Sysadmins 55ccd37da1 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:50:27 +00:00
deployment_scripts/puppet Merge "Add restart nova-api service" into 8.0 2016-07-28 08:58:08 +00:00
doc Document plugin limitation related to admin_state_up change 2016-06-30 11:28:18 +03:00
plugin_test Fix test nsxv_add_delete_nodes 2016-06-24 11:53:38 +00:00
repositories/ubuntu Updated neutron plugin 2016-05-16 18:19:24 +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 OpenDev Migration Patch 2019-04-19 19:50:27 +00:00
LICENSE Fuel NSXv plugin 2015-09-28 17:01:02 +03:00
Puppetfile Adaptation plugin to Fuel 8MU1 2016-05-19 15:27:47 +00: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 09:58:46 +00:00
deployment_tasks.yaml Improvements in the neutron reconfiguration after adding new vcenter clusters 2016-04-13 18:17:37 +03:00
environment_config.yaml Move nsxv settings to network tab 2016-03-02 10:38:42 +00:00
metadata.yaml Fixes for new fuel iso 2016-01-18 13:44:00 +03:00
pre_build_hook Adaptation plugin to Fuel 8MU1 2016-05-19 15:27:47 +00:00
tasks.yaml Add restart nova-api service 2016-06-29 23:00:25 +03:00
update_modules.sh Fix warnings from code check tools 2016-04-20 11:46:00 +00: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.