vagrant/plugins
Chris Roberts 51adb12547 Add architecture support for boxes
Introduce support for handling box architecture. Adds a new
`box_architecture` setting that defaults to `:auto` which will perform
automatic detection of the host system, but can be overridden with a
custom value. Can also be set to `nil` which will result in it fetching
the box flagged with the default architecture within the metadata.

Box collection has been modified to allow existing boxes already
downloaded and unpacked to still function as expected when architecture
information is not available.
2023-09-14 16:15:03 -07:00
..
commands Add architecture support for boxes 2023-09-14 16:15:03 -07:00
communicators add missing license headers and update copyright file headers to BUS-1.1 2023-08-10 21:53:25 +01:00
guests add missing license headers and update copyright file headers to BUS-1.1 2023-08-10 21:53:25 +01:00
hosts add missing license headers and update copyright file headers to BUS-1.1 2023-08-10 21:53:25 +01:00
kernel_v1 add missing license headers and update copyright file headers to BUS-1.1 2023-08-10 21:53:25 +01:00
kernel_v2 Add architecture support for boxes 2023-09-14 16:15:03 -07:00
providers Adjust vbox hostonly config for ipv6 2023-09-11 17:48:02 -07:00
provisioners add missing license headers and update copyright file headers to BUS-1.1 2023-08-10 21:53:25 +01:00
pushes add missing license headers and update copyright file headers to BUS-1.1 2023-08-10 21:53:25 +01:00
synced_folders add missing license headers and update copyright file headers to BUS-1.1 2023-08-10 21:53:25 +01:00
README.md Return a result from an up action 2022-04-25 12:23:51 -05:00

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