RETIRED, Fuel plugin for NSX-V integration
Go to file
Igor Zinovik 3874680597 Document new parameters that appeared in Mitaka
Document following new knobs:

- certificate key pair that can be used to secure traffice between
  metadata agent (NSX Edge) and metadata proxy
- opportunity to allow metadata proxy listen additional ports
- opportunity to specify name servers for instances
- specify instance name servers that will be used when DHCP is turned
  off
- switch to init metadata service

Change-Id: I39fe45411ad2f11ad2ac41ac43557f5ce6aa74ac
2016-04-25 16:20:30 +03:00
deployment_scripts Merge "Add new parameters from neutron nsx plugin for Mitaka Openstack release" 2016-04-25 13:11:22 +00:00
doc Document new parameters that appeared in Mitaka 2016-04-25 16:20:30 +03:00
plugin_test Add test nsxv_ability_to_bind_port 2016-04-22 05:40:43 +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
.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 Switch upstream module to 'stable/mitaka' branch 2016-04-15 17:26:35 +03: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 Improvements in the neutron reconfiguration after adding new vcenter clusters 2016-04-13 14:20:08 +03:00
environment_config.yaml Document new parameters that appeared in Mitaka 2016-04-25 16:20:30 +03: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 Disable incompatible roles with NSXv 2016-04-21 15:16:21 +00:00
pre_build_hook Improvements in the neutron reconfiguration after adding new vcenter clusters 2016-04-13 14:20:08 +03:00
remove_modules.sh Fix warnings from code check tools 2016-04-15 13:28:12 +03:00
uninstall.sh Disable incompatible roles with NSXv 2016-04-21 15:16:21 +00:00
update_modules.sh Fix warnings from code check tools 2016-04-15 13:28:12 +03: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.