RETIRED, Fuel plugin for NSX-V integration
ed224fa123
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 |
||
---|---|---|
deployment_scripts | ||
doc | ||
plugin_test | ||
repositories/ubuntu | ||
specs | ||
vmware-nsx/debian | ||
.gitignore | ||
.gitmodules | ||
.gitreview | ||
components.yaml | ||
deployment_tasks.yaml | ||
environment_config.yaml | ||
LICENSE | ||
metadata.yaml | ||
network_roles.yaml | ||
post_install.sh | ||
pre_build_hook | ||
Puppetfile | ||
README.md | ||
uninstall.sh | ||
update_modules.sh |
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.