RETIRED, Fuel plugin for NSX-V integration
ef0348db96
* Added get vcenter cluster name from "Vmware" tab * Added convert cluster name to morefid * Added public/private key to controller/compute nodes * Added script, what check and configure neutron, if need * Added task for connect to controller from compute-vmware via ssh and execute neutron reconfigure script * Update documentation Change-Id: I0dbd6b15fc2cb1efd0de009ee79a27222fe4bab3 |
||
---|---|---|
deployment_scripts/puppet | ||
doc | ||
plugin_test | ||
repositories/ubuntu | ||
specs | ||
.gitignore | ||
.gitmodules | ||
.gitreview | ||
components.yaml | ||
deployment_tasks.yaml | ||
environment_config.yaml | ||
LICENSE | ||
metadata.yaml | ||
post_install.sh | ||
pre_build_hook | ||
README.md | ||
tasks.yaml |
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.