RETIRED, Fuel plugin for VMware DVS integration
Go to file
Igor Gajsin b19b88653d Fix the bug that prevent assign 2 Cluster to one controller
In some cases Ruby uses pointer instead of copying something for
optimization. But it allows to side effects. It was cause of that bug.
After cloning one variable by var.dup the problem was fixed.

Change-Id: Ide58c184f4cb9b655e11a13afb8c05bfc5149ab9
Closes-bug: #1625092
2016-09-20 15:35:08 +03:00
deployment_scripts/puppet Fix the bug that prevent assign 2 Cluster to one controller 2016-09-20 15:35:08 +03:00
docs [TestPlan] Add tests for dvs multiple uplinks 2016-09-16 15:41:56 +03:00
plugin_test Adding of automated tests for multiple uplinks. 2016-09-19 18:47:55 +00:00
repositories Update driver: ipv6 bug fixes for DHCP and SingleIp rules 2016-09-15 13:38:20 +03:00
specs Update spec and user guide 2016-03-18 15:55:36 +03:00
.gitignore fuel-qa is added to black list 2016-03-31 14:59:13 +03:00
.gitmodules The branch of the fuel-qa submodule is changed 2016-04-06 12:39:21 +00:00
.gitreview Update .gitreview for new namespace 2015-10-17 22:26:23 +00:00
LICENSE generate the structure of the plugin 2015-06-10 18:23:42 +03:00
README.md change README.md 2015-08-07 13:38:58 +03:00
components.yaml Add new driver and set explicit compatibility components list 2016-02-08 17:42:29 +03:00
deployment_tasks.yaml Fix the bug with neutron timeout and rework code 2016-09-09 11:17:45 +03:00
environment_config.yaml add multiple uplinks support 2016-09-14 11:53:31 +00:00
metadata.yaml using networking-vsphere as the driver 2016-08-11 14:16:18 +03:00
pre_build_hook Stop building the driver 2016-03-02 18:47:22 +03:00

README.md

fuel-plugin-vmware-dvs

There is the Fuel plugin which provides Neutron for networking on VMware-related MOS environments.

Installation

There is only one difference from normal plugin installation way. Before building the plugin you have to patch plugin_rpm.spec.mako file which is a part of the fuel plugin builder.

Just do $ cd /path/to/fuel-plugin-vmware-dvs; sudo patch /path/to/plugin_rpm.spec.mako hack.diff