RETIRED, Fuel plugin for NSX-V integration
Go to file
OpenDev Sysadmins 13c888ad83 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:50:28 +00: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 Fix wrong WORKSPACE path issue 2016-11-29 13:51:37 +00: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 OpenDev Migration Patch 2019-04-19 19:50:28 +00:00
LICENSE Fuel NSXv plugin 2015-09-28 17:01:02 +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
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
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
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

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.