RETIRED, Fuel plugin for NSX-V integration
0ef53ef739
Change-Id: Ia52d515b57b4aa578960854467426e6d070e680c |
||
---|---|---|
deployment_scripts/puppet | ||
doc | ||
plugin_test | ||
repositories/ubuntu | ||
specs | ||
.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 | ||
remove_modules.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.