RETIRED, Fuel plugin for NSX-V integration
Go to file
Artem Savinov 0ef53ef739 Fix puppet resource to stop neutron service
Change-Id: Ia52d515b57b4aa578960854467426e6d070e680c
2016-04-14 19:57:46 +03:00
deployment_scripts/puppet Fix puppet resource to stop neutron service 2016-04-14 19:57:46 +03:00
doc State that Enterprise administrator role is need for plugin 2016-04-13 10:52:49 +03:00
plugin_test add system tests and some improvements 2016-04-12 12:25:17 +00:00
repositories/ubuntu Bump plugin compatible release to mitaka-9.0 2016-04-07 19:09:35 +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 The branch of the fuel-qa submodule is changed 2016-04-06 12:53:03 +00:00
.gitreview Change stackforge to openstack 2015-11-09 13:20:52 +08:00
components.yaml Provide list of incompatible components for NSXv plugin 2016-03-02 12:55:13 +03:00
deployment_tasks.yaml Improvements in the neutron reconfiguration after adding new vcenter clusters 2016-04-13 14:20:08 +03:00
environment_config.yaml Document nova-api-metadata options 2016-04-05 10:22:29 +03:00
LICENSE Fuel NSXv plugin 2015-09-28 17:01:02 +03:00
metadata.yaml Bump plugin compatible release to mitaka-9.0 2016-04-07 19:09:35 +03:00
network_roles.yaml Select listen ip for metadata server. 2016-03-31 14:52:24 +03:00
post_install.sh Improvements in the neutron reconfiguration after adding new vcenter clusters 2016-04-13 14:20:08 +03:00
pre_build_hook Improvements in the neutron reconfiguration after adding new vcenter clusters 2016-04-13 14:20:08 +03:00
Puppetfile Select listen ip for metadata server. 2016-03-31 14:52:24 +03:00
README.md Separate user and testing documentation 2015-11-29 21:27:45 +03:00
remove_modules.sh 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

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.