mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-09 08:42:18 -04:00
Adds a communicator which does not provide communication to the guest machine. All methods for the communicator are simply stubbed with a successful result. This allows a guest to be configured with the `:none` communicator and Vagrant to properly `up` it. This currently lacks any user notification or guards within configuration to verify guest configuration does not rely on the communicator. It is wrapped as experimental to allow early access to the basic functionality without making it generally available. |
||
|---|---|---|
| .. | ||
| commands | ||
| communicators | ||
| guests | ||
| hosts | ||
| kernel_v1 | ||
| kernel_v2 | ||
| providers | ||
| provisioners | ||
| pushes | ||
| synced_folders | ||
| 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.
Generate proto
grpc_tools_ruby_protoc -I . --ruby_out=gen/plugin --grpc_out=gen/plugin ./plugin_server.proto