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 11 support #976

Closed
Gavrisimo opened this issue Nov 14, 2018 · 5 comments
Closed

VMware Fusion 11 support #976

Gavrisimo opened this issue Nov 14, 2018 · 5 comments

Comments

@Gavrisimo
Copy link

Versions

  • Vagrant: 2.2.0
  • Provider: vmware_fusion
  • Homestead: v7.19.2

Host operating system

macOS Mojave 10.14.1

Homestead.yaml

---
box: laravel/homestead
ip: "192.168.10.10"
memory: 512
cpus: 1
provider: vmware_fusion

authorize: ~/.ssh/id_rsa.pub

keys:
    - ~/.ssh/id_rsa

folders:
    - map: ~/work/code
      to: /home/vagrant/work/code

sites:
    - ...

databases:
    - ...

Vagrant destroy & up output

# bmo at bmo-mbp in ~/work/vms/homestead on git:234a43b ● [16:33:11]
→ vagrant destroy && vagrant up
==> homestead-7: VM not created. Moving on...
Bringing machine 'homestead-7' up with 'vmware_fusion' provider...
This provider only works with VMware Fusion 8 or lower. You have
Fusion '11.0.1'. Please install the proper version of VMware
Fusion and try again.

Expected behavior

It should be able to run vagrant up command and build the VM.

Actual behavior

It failed to run because it is saying that the provider only supports VMware Fusion 8 or lower. Just FYI I was successfully running vmware_fusion provider with VMware Fusion 10 for quite a while now.

Steps to reproduce

  1. vagrant up
@svpernova09
Copy link
Contributor

This will require me to upgrade my VMware set up (Which is fine) and release a new base box. The current solution should be to downgrade back to a compatible version of VMware. I realize this isn't the best option but I'm not able to affect change here until I return home Friday afternoon.

@Gavrisimo
Copy link
Author

Yeah, I downgraded back to version 10 and everything works again.

I guess the message for unsupported version should be updated, since version 10 works.

@svpernova09
Copy link
Contributor

Thanks for the update.

@Gavrisimo
Copy link
Author

@svpernova09 any update on this front?

@svpernova09
Copy link
Contributor

@Gavrisimo,

No update yet. I've been working on features for the new base box version which will also ship at the same time as a major version bump for Homestead. Both Settler & Homestead releases will be major version bumps since we'll be changing the default PHP version.

The next base box version will be v7.0.0 and will be built with the latest version of Fusion at the time.

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