Skip to content

Improve Vagrant provider handling for VMware and WSL#326

Open
ricky-rudder wants to merge 1 commit intoNormation:masterfrom
ricky-rudder:fix/vagrant-provider-vmware-wsl
Open

Improve Vagrant provider handling for VMware and WSL#326
ricky-rudder wants to merge 1 commit intoNormation:masterfrom
ricky-rudder:fix/vagrant-provider-vmware-wsl

Conversation

@ricky-rudder
Copy link
Copy Markdown

Summary

Improve Vagrant provider handling to better support VMware Desktop and
WSL environments while keeping VirtualBox as the default provider.

  • VirtualBox: unchanged (default behavior)
  • WSL + VMware Desktop: supported
  • Do not force Vagrant provider when not required
  • Respect provider configuration when defined
  • Add missing PowerShell script for Windows secondary network handling

Comment thread vagrant.rb
vm.cpus = machine.key?('cpus') ? machine['cpus'] : 1
vm.nic_model_type = "e1000"
end
<<<<<<< Updated upstream
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merge conflict to fix @ricky-rudder

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

Successfully merging this pull request may close these issues.

2 participants