RETIRED, Fuel plugin for NSX-V integration
Go to file
Artem Savinov ee4d192be8 Removed the ability to manually set ip address for nsxv metadata proxy.
Deleted 'Allocate IP address in management network for NSX metadata
proxy' parameter. Now this is the default behavior when choosing a
management network for "nova metadata api".

If "nsxv metadata proxy" address will be different from openstack
management network -  between "nova metadat api" and "nsxv metadata
proxy" will not l3 connectedness.

Change-Id: I7484fbe0fa749e2d2c7a6a8d8ce53d5e55e68ece
2016-05-31 11:56:36 +00:00
deployment_scripts Removed the ability to manually set ip address for nsxv metadata proxy. 2016-05-31 11:56:36 +00:00
doc Removed the ability to manually set ip address for nsxv metadata proxy. 2016-05-31 11:56:36 +00:00
plugin_test Fix enable_plugin 2016-05-19 17:03:44 +00:00
repositories/ubuntu Bump plugin compatible release to mitaka-9.0 2016-04-07 19:09:35 +03:00
specs Add plugin v2.0.0 specification 2015-11-12 12:04:53 +03:00
vmware-nsx/debian Fixes for build neutron-plugin for nsx on jenkins 2016-05-24 13:08:31 +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 Change stackforge to openstack 2015-11-09 13:20:52 +08: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 Update and enable upstream puppet modules packaged in our a plugin 2016-05-13 14:17:49 +00:00
environment_config.yaml Removed the ability to manually set ip address for nsxv metadata proxy. 2016-05-31 11:56:36 +00:00
metadata.yaml Bump plugin compatible release to mitaka-9.0 2016-04-07 19:09:35 +03:00
network_roles.yaml Fixed virtual ip allocation 2016-04-19 12:03:34 +03:00
post_install.sh Fix warnings from code check utilites(shellcheck/flake8) 2016-04-26 13:30:32 +03:00
pre_build_hook Fixed built plugin - added full cleaning 2016-05-19 15:28:09 +00: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.