RETIRED, Fuel plugin for NSX-V integration
Go to file
Artem Savinov 7997f0d927 Change default route via management network for compute-vmware/cinder-vmware roles
Change-Id: Idbca709f2abddb340cbbb93b6286224f8cf1c946
2015-10-16 13:33:49 +00:00
deployment_scripts/puppet Fixed the syntax for passing the syntax validation tests 2015-10-02 18:02:46 +03:00
doc Change default route via management network for compute-vmware/cinder-vmware roles 2015-10-16 13:33:49 +00:00
repositories/ubuntu Fuel plugin to install NSXv with Neutron UI in wizard 2015-09-30 17:33:08 +03:00
specs Provide documentation for Fuel NSXv plugin 2015-10-12 12:41:37 +03:00
.gitignore Fuel NSXv plugin 2015-09-28 17:01:02 +03:00
.gitreview Added .gitreview 2015-08-09 03:40:29 +00:00
LICENSE Fuel NSXv plugin 2015-09-28 17:01:02 +03:00
README.md Provide documentation for Fuel NSXv plugin 2015-10-12 12:41:37 +03:00
deployment_tasks.yaml Change default route via management network for compute-vmware/cinder-vmware roles 2015-10-16 13:33:49 +00:00
environment_config.yaml Fix rebase 2015-09-30 19:25:38 +03:00
metadata.yaml Fuel plugin to install NSXv with Neutron UI in wizard 2015-09-30 17:33:08 +03: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 Fuel plugin to install NSXv with Neutron UI in wizard 2015-09-30 17:33:08 +03:00
tasks.yaml Fuel plugin to install NSXv with Neutron UI in wizard 2015-09-30 17:33:08 +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/source $ make html

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