Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README and build scripts to recommend Vagrant >= 2.2.2 #186

Closed
6r0k3d opened this issue Dec 30, 2018 · 2 comments
Closed

Update README and build scripts to recommend Vagrant >= 2.2.2 #186

6r0k3d opened this issue Dec 30, 2018 · 2 comments

Comments

@6r0k3d
Copy link

6r0k3d commented Dec 30, 2018

  • Operating System Version: Ubuntu 18.10
  • Provider (VirtualBox/VMWare): Virtualbox
  • Vagrant Version: 2.0.3
  • Packer Version: N/A
  • Is the issue reproducible or intermittent? Reproducible

Description of the issue:

README recommends Vagrant >= 1.9.2. Recommend updating that to 2.2.2. Looks like earlier versions, at least to 2.0.3, don't like the default_nic_type setting in the Vagrantfile.

Tried spinning the lab up on an Ubuntu machine. The current Ubuntu Vagrant package is 2.0.2.

This runs into an issue with fog-core. Manually updating to 2.0.3 as recommended solves that issue.

However, after running vagrant up with 2.0.3, I get the following error:

VirtualBox Provider:
* The following settings shouldn't exist: default_nic_type

Manually updating to 2.2.2 from Vagrant fixes the issue.

@clong clong changed the title Virtualbox default_nic_type shouldn't exist Update README and build scripts to recommend Vagrant >= 2.2.2 Jan 3, 2019
@clong
Copy link
Owner

clong commented Jan 3, 2019

Hey @6r0k3d - thanks for the report! I'll update the README and build scripts to ensure version 2.2.2 or greater is being used.

@clong
Copy link
Owner

clong commented Jan 7, 2019

Should be fixed in #187

@clong clong closed this as completed Jan 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants