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

vmware_fusion box settings not loaded by vmware_desktop provider #14

Closed
bacongravy opened this issue Nov 17, 2018 · 4 comments
Closed
Milestone

Comments

@bacongravy
Copy link
Owner

After updating to the vagrant-vmware-desktop (2.0.1) plugin from the old vagrant-vmware-fusion (5.0.4) plugin I discovered that the gui = true setting was no longer being honored. It appears that the new vmware_desktop provider does not read the settings in vmware_fusion blocks in box Vagrantfiles.

@bacongravy
Copy link
Owner Author

I'm going to update macinbox to use the vmware_desktop provider instead of the vmware_fusion provider everywhere.

@bacongravy
Copy link
Owner Author

As a workaround for existing boxes, folks may want to add something like this to their Vagrantfile:

  config.vm.provider "vmware_desktop" do |v|
    v.vmx["ethernet0.virtualDev"] = "e1000e"
    v.gui = true
  end

@bacongravy
Copy link
Owner Author

I have addressed this with 8e296f2. Since this is a change in a dependency I'm considering this a breaking change and plan on incrementing the major version number of macinbox to 3.0 before releasing.

@bacongravy
Copy link
Owner Author

v3.0.0 has been released.

@bacongravy bacongravy added this to the v3.0.0 milestone Dec 15, 2018
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

1 participant