RETIRED, Fuel plugin for NSX-V integration
Go to file
Artem Savinov c28ea81fc6 Add additional parameters to plugin in Neutron NSX plugin (Liberty)
* Add new fields to environtment_config.yaml and apply new settings in
  nsx.ini template

Change-Id: I9b7f8aeb9fbc67f5e31373756d5b8ee48bde35e9
2015-10-29 14:40:59 +03:00
deployment_scripts/puppet Add additional parameters to plugin in Neutron NSX plugin (Liberty) 2015-10-29 14:40:59 +03:00
doc Correct vRAM size for Large NSX Edge 2015-10-22 19:14:42 +03:00
repositories/ubuntu Remove customized .deb package python-nova out of plugin and remove manifest that installs it 2015-10-28 14:35:59 +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
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 Add additional parameters to plugin in Neutron NSX plugin (Liberty) 2015-10-29 14:40:59 +03:00
LICENSE Fuel NSXv plugin 2015-09-28 17:01:02 +03:00
metadata.yaml Bump plugin version 2015-10-23 20:05:05 +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 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 Provide documentation for Fuel NSXv plugin 2015-10-12 12:41:37 +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.