RETIRED, Fuel plugin for NSX-V integration
Go to file
ibumarskov f5ec2e8eaa Fix test documentation
Change-Id: I1509b257222d0fde56caac2ce435ab5c86a2b157
2016-07-21 16:16:57 +03:00
deployment_scripts Changed condition for ca_file variable setup 2016-07-21 11:31:07 +03:00
doc Fix test documentation 2016-07-21 16:16:57 +03:00
plugin_test Change nsxv external net to 172.16.212.0/24 2016-07-20 11:23:26 +03:00
repositories/ubuntu Added openssl module to TinyCoreLinux 2016-06-14 14:50:12 +03:00
specs Add plugin v2.0.0 specification 2015-11-12 12:04:53 +03:00
vmware-nsx/debian Updated requirements in debian rules for vmware-nsx neutron plugin 2016-07-11 14:56:47 +03:00
.gitignore Fuel NSXv plugin 2015-09-28 17:01:02 +03:00
.gitmodules The branch of the fuel-qa submodule is changed 2016-04-06 12:53:03 +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
Puppetfile Update and enable upstream puppet modules packaged in our a plugin 2016-05-13 14:17:49 +00:00
README.md Separate user and testing documentation 2015-11-29 21:27:45 +03:00
components.yaml Provide list of incompatible components for NSXv plugin 2016-03-02 12:55:13 +03:00
deployment_tasks.yaml Merge "Return checkbox 'nsxv_metadata_insecure'" 2016-06-30 13:11:26 +00:00
environment_config.yaml Add checkbox for enable/disable NSX Manager SSL verification 2016-07-06 10:51:17 +03:00
metadata.yaml Bump plugin compatible release to mitaka-9.0 2016-04-07 19:09:35 +03:00
network_roles.yaml Fixed virtual ip allocation 2016-04-19 12:03:34 +03:00
post_install.sh Set +x on post_install.sh 2016-06-29 17:33:26 +03:00
pre_build_hook Update fuel-library modules to latest stable version 2016-07-04 12:47:56 +03:00
uninstall.sh Fix warnings from code check utilites(shellcheck/flake8) 2016-04-26 13:30:32 +03:00
update_modules.sh Update and enable upstream puppet modules packaged in our a plugin 2016-05-13 14:17:49 +00: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.