RETIRED, Fuel plugin for NSX-V integration
Go to file
Ruslan Khozinov ed224fa123 system_test.sh: nsxt routes affects nsxv tests
NSXt project uses additional routes, but NSXv tests runned
on the same labs have been failed because doesn't handle
the routing issue provided by NSXt suite.

Some unused parts of code were deleted and code has been
refactored regarding maintainability issues.

Closes-Bug: #1644880
Change-Id: I82702524102d50abba36591bba72aca7f5e30cef
2016-12-01 22:00:16 +03:00
deployment_scripts Changed condition for ca_file variable setup 2016-07-21 11:31:07 +03:00
doc Bump plugin version to 3.0.1 2016-11-09 14:02:00 +03:00
plugin_test system_test.sh: nsxt routes affects nsxv tests 2016-12-01 22:00:16 +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
components.yaml Provide list of incompatible components for NSXv plugin 2016-03-02 12:55:13 +03:00
deployment_tasks.yaml Use puppet modules from /etc/puppet/ during package installation 2016-10-04 12:44:14 +03:00
environment_config.yaml Add checkbox for enable/disable NSX Manager SSL verification 2016-07-06 10:51:17 +03:00
LICENSE Fuel NSXv plugin 2015-09-28 17:01:02 +03:00
metadata.yaml Bump plugin version to 3.0.1 2016-11-09 14:02:00 +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
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
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

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.