RETIRED, Fuel plugin for NSX-V integration
fd702a6d55
Changes hiera override method which used 'inline_template' puppet functions that return string in US-ASCII encoding to custom puppet function. Change-Id: I6385021ace5090206bb4aaa239eda429714d4cd2 Closes-bug: #1519916 |
||
---|---|---|
deployment_scripts/puppet | ||
doc | ||
plugin_test | ||
repositories/ubuntu | ||
specs | ||
.gitignore | ||
.gitmodules | ||
.gitreview | ||
deployment_tasks.yaml | ||
environment_config.yaml | ||
LICENSE | ||
metadata.yaml | ||
post_install.sh | ||
pre_build_hook | ||
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.