vagrant/plugins/providers/virtualbox/driver
Paul Hinze c25172d0f7 providers/virtualbox: support DHCP interfaces for NFS
Previously, we required a host-only interface with a static IP for NFS
to work in VirtualBox, because we needed access to the guest's IP in
order to properly configure mount commands.

After boot, VirtualBox exposes the IP addresses of a guest's network
adapters via the "guestproperty" interface.

This adds support for reading VirtualBox guest properties to the
VirtualBox driver and utilizes that support to prepare NFS settings,
which removes the necessity for a static IP for NFS to work.

In this commit we also start building out scaffolding for unit testing
vbox actions and drivers.

Test plan:
 - Prepare a Vagrantfile with the following:
   * private network with type: :dhcp
   * synced folder with nfs: true
 - Boot a VM from this Vagrantfile using the virtualbox provider
 - Machine should boot successfully with working synced folder
2013-12-03 10:21:28 -05:00
..
base.rb providers/virtualbox: support DHCP interfaces for NFS 2013-12-03 10:21:28 -05:00
meta.rb providers/virtualbox: support DHCP interfaces for NFS 2013-12-03 10:21:28 -05:00
version_4_0.rb providers/virtualbox: support DHCP interfaces for NFS 2013-12-03 10:21:28 -05:00
version_4_1.rb providers/virtualbox: support DHCP interfaces for NFS 2013-12-03 10:21:28 -05:00
version_4_2.rb providers/virtualbox: support DHCP interfaces for NFS 2013-12-03 10:21:28 -05:00
version_4_3.rb providers/virtualbox: support DHCP interfaces for NFS 2013-12-03 10:21:28 -05:00