RETIRED, Fuel plugin for NSX-V integration
Go to file
Jenkins 9d8344a4be Merge "Deployment process fails if user named node with non-ASCII chars" 2015-12-21 08:06:41 +00:00
deployment_scripts/puppet Merge "Deployment process fails if user named node with non-ASCII chars" 2015-12-21 08:06:41 +00:00
doc Merge "Test Plan for NSXv Plugin v.2.0.0" 2015-12-15 14:49:06 +00: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 Adapt plugin deployment tasks to changed Neutron deployment 2015-12-03 22:09:26 +03:00
environment_config.yaml Adapt plugin deployment tasks to changed Neutron deployment 2015-12-03 22:09:26 +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

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.