You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(patch to fix this is included in ticket)
When booting a kitchen created virtualbox, one receives the following message:
Vagrant has detected a configuration issue which exposes a
vulnerability with the installed version of VirtualBox. The
current guest is configured to use an E1000 NIC type for a
network adapter which is vulnerable in this version of VirtualBox.
Ensure the guest is trusted to use this configuration or update
the NIC type using one of the methods below: https://www.vagrantup.com/docs/virtualbox/configuration.html#default-nic-type https://www.vagrantup.com/docs/virtualbox/networking.html#virtualbox-nic-type
To correct it we need to be able to pass "default_nic_type" to vagrant itself.
The current test kitchen-vagrant driver does not allow for this option to be passed.
Description
(patch to fix this is included in ticket)
When booting a kitchen created virtualbox, one receives the following message:
The bug is described here and other places: geerlingguy/drupal-vm#1869
Kitchen Version
1.24.0
Vagrant Version
2.2.3
virtualbox Version
5.2.18_Ubuntur123745
Config file sample (doesn't actually work):
Patch to fix this issue:
Expected Output
In the generated vagrant file (given the patch and config sample above, we now see:
So the patch seems to work, the warning from vagrant goes away.
The text was updated successfully, but these errors were encountered: