RETIRED, Fuel plugin for NSX-V integration
Go to file
Igor Zinovik 9eef79cd43 Add plugin v2.0.0 specification
- add specification
- rename spec/ directory to specs/ according to Fuel/Plugins wiki page
  https://wiki.openstack.org/wiki/Fuel/Plugins#Documentation_files_structure
- rename v1.0.0 plugin spec to plugin-1.0.0spec.rst
- adjust copyright field in conf.py

Change-Id: I9d5e4ea5f1923af11833b11bdfd952ceba6efdd7
2015-11-12 12:04:53 +03:00
deployment_scripts/puppet Merge "Increase HAproxy timeouts for neutron backend" 2015-11-03 12:40:00 +00:00
doc Merge "Change stackforge to openstack" 2015-11-09 09:14:37 +00:00
repositories/ubuntu Ship stable/liberty version of Neutron NSX plugin 2015-11-09 19:15:26 +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
.gitreview Change stackforge to openstack 2015-11-09 13:20:52 +08:00
deployment_tasks.yaml Increase HAproxy timeouts for neutron backend 2015-11-03 14:50:12 +03:00
environment_config.yaml Fix rebase 2015-09-30 19:25:38 +03:00
LICENSE Fuel NSXv plugin 2015-09-28 17:01:02 +03:00
metadata.yaml Change stackforge to openstack 2015-11-09 13:20:52 +08:00
post_install.sh Change default route via management network for compute-vmware/cinder-vmware roles 2015-10-16 13:33:49 +00:00
pre_build_hook Remove customized .deb package python-nova out of plugin and remove manifest that installs it 2015-10-28 14:35:59 +03:00
README.md Add plugin v2.0.0 specification 2015-11-12 12:04:53 +03:00
tasks.yaml Remove customized .deb package python-nova out of plugin and remove manifest that installs it 2015-10-28 14:35:59 +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/source

$ make html

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