RETIRED, Fuel plugin for NSX-V integration
Go to file
Ruslan Khozinov 4d822c4395 Fixes for variables
Stop process when security-sensitive variables are undefined,
removed verification for JOB_NAME, verification added for
POOL_PUBLIC, NSXV_PLUGIN_PATH

Change-Id: I0e5eee42544b92cd687f29edb7fe0ac23c277a51
2015-12-01 12:21:01 +00:00
deployment_scripts/puppet Merge "Add additional parameters to plugin in Neutron NSX plugin (Liberty)" 2015-11-17 11:41:53 +00:00
doc Separate user and testing documentation 2015-11-29 21:27:45 +03:00
plugin_test Fixes for variables 2015-12-01 12:21:01 +00:00
repositories/ubuntu Override TestVM-VMDK to use TinyCoreLinux image 2015-11-11 23:56:14 +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 Tests for NSXv plugin. 2015-11-19 14:44:00 +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
README.md Separate user and testing documentation 2015-11-29 21:27:45 +03:00
deployment_tasks.yaml Increase HAproxy timeouts for neutron backend 2015-11-03 14:50:12 +03:00
environment_config.yaml Add additional parameters to plugin in Neutron NSX plugin (Liberty) 2015-10-29 14:40:59 +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
tasks.yaml Override TestVM-VMDK to use TinyCoreLinux image 2015-11-11 23:56:14 +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.