includeos / IncludeOS

A minimal, resource efficient unikernel for cloud services
https://www.includeos.org
Apache License 2.0
4.87k stars 358 forks source link

Vagrant box does not support vmware #2190

Open mkinney opened 4 years ago

mkinney commented 4 years ago

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 commented 4 years ago

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

mkinney commented 4 years ago

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