vagrant/plugins
Samuel Clark 7d2f7dab97 8468 - make more virtualbox commands retryable
Issue: https://github.com/mitchellh/vagrant/issues/8468

A lot of vboxmanage commands are flakey and frequently cause
bringing multiple machines up at once to fail, especially when
the host system is under heavy load. Most commands are also safe
to retry and just result in a no-op, so we can simply add
'retryable' to a lot of existing calls. For the others we need to
do a little bit of cleanup or reevaluate the parameters before
trying again.
2017-04-25 12:44:20 -07:00
..
commands Validate plugin sources and report errors if detected. 2017-04-04 17:53:04 -07:00
communicators communicator/ssh: Do not pass empty data to registered blocks 2017-04-18 13:33:19 -07:00
guests Remove comment removal from /etc/hosts file on guests 2017-04-20 17:07:56 -07:00
hosts refactor winrm communicator to use latest winrm gems and v2 api 2016-12-11 00:52:00 -08:00
kernel_v1 Support environment variable forwarding, fixes #4131 2015-11-19 16:25:54 -08:00
kernel_v2 Merge pull request #7035 from pravinchandar/4608 2017-03-03 15:57:04 -08:00
providers 8468 - make more virtualbox commands retryable 2017-04-25 12:44:20 -07:00
provisioners Merge pull request #8498 from chrisroberts/win/spaces 2017-04-20 16:08:24 -07:00
pushes Isolate push deprecation to atlas strategy only 2017-03-21 15:08:17 -07:00
synced_folders Use uid/gid from mount_options if provided for synced folders. 2016-12-14 12:12:17 -08:00
README.md Add README to plugin directory 2012-04-18 17:48:06 -07:00

README.md

Vagrant Core Plugins

These are plugins that ship with Vagrant. Vagrant core uses its own plugin system to power a lot of the core pieces that ship with Vagrant. Each plugin will have its own README which explains its specific role.