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

Vagrant box does not support vmware #2190

Open
mkinney opened this issue Dec 29, 2019 · 2 comments
Open

Vagrant box does not support vmware #2190

mkinney opened this issue Dec 29, 2019 · 2 comments

Comments

@mkinney
Copy link
Contributor

mkinney commented Dec 29, 2019

The vagrant box does not support vmware; it only supports virtualbox.

If a different box is chosen, then either vagrant provider can be used.

For instance, this is the error that I get (since I do not have virtualbox installed):

$ vagrant up
Bringing machine 'IncludeOS' up with 'vmware_desktop' provider...
==> IncludeOS: Box 'ubuntu/bionic64' could not be found. Attempting to find and install...
    IncludeOS: Box Provider: vmware_desktop, vmware_fusion, vmware_workstation
    IncludeOS: Box Version: >= 0
==> IncludeOS: Loading metadata for box 'ubuntu/bionic64'
    IncludeOS: URL: https://vagrantcloud.com/ubuntu/bionic64
The box you're attempting to add doesn't support the provider
you requested. Please find an alternate box or use an alternate
provider. Double-check your requested provider to verify you didn't
simply misspell it.

If you're adding a box from HashiCorp's Vagrant Cloud, make sure the box is
released.

Name: ubuntu/bionic64
Address: https://vagrantcloud.com/ubuntu/bionic64
Requested provider: ["vmware_desktop", "vmware_fusion", "vmware_workstation"]
@mkinney
Copy link
Contributor Author

mkinney commented Dec 29, 2019

I'll create a PR that uses a box that has both shortly.

@mkinney
Copy link
Contributor Author

mkinney commented Dec 29, 2019

I was able to vagrant up, then vagrant ssh, clone the hello world, build and run it.

boot hello | tail -n 2
[ SUCCESS ] process exited

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