RETIRED, Fuel plugin for NSX-V integration
Go to file
Artem Savinov ef0348db96 Added reconfigure neutron after add new vcenter cluster
* 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
2016-02-05 14:01:39 +03:00
deployment_scripts/puppet Added reconfigure neutron after add new vcenter cluster 2016-02-05 14:01:39 +03:00
doc Added reconfigure neutron after add new vcenter cluster 2016-02-05 14:01:39 +03:00
plugin_test Changes in tests considering fuel 8.0 2016-01-26 13:59:12 +00:00
repositories/ubuntu Added reconfigure neutron after add new vcenter cluster 2016-02-05 14:01:39 +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 Changes in tests considering fuel 8.0 2016-01-26 13:59:12 +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
README.md Separate user and testing documentation 2015-11-29 21:27:45 +03:00
components.yaml Fix components.yaml 2016-01-26 13:41:41 +03:00
deployment_tasks.yaml Added reconfigure neutron after add new vcenter cluster 2016-02-05 14:01:39 +03:00
environment_config.yaml Added reconfigure neutron after add new vcenter cluster 2016-02-05 14:01:39 +03:00
metadata.yaml Fixes for new fuel iso 2016-01-18 13:44:00 +03:00
post_install.sh Added reconfigure neutron after add new vcenter cluster 2016-02-05 14:01:39 +03:00
pre_build_hook Added reconfigure neutron after add new vcenter cluster 2016-02-05 14:01:39 +03:00
tasks.yaml Added reconfigure neutron after add new vcenter cluster 2016-02-05 14:01:39 +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.