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

The box you're attempting to add doesn't support the provider (Hyper-V) #4

Open
jpeckham opened this issue Apr 1, 2018 · 3 comments

Comments

@jpeckham
Copy link

jpeckham commented Apr 1, 2018

Trying to do your class and my machine is windows with Hyper-V installed. Would be nice if the image supported it. Users with visual studio and docker would find they are unable to switch to virtual box since hyper-v and virtual box are mutually exclusive and docker for windows requires hyper-v. Note also your class suggests dependence on remote-exec which requires ssh and that's a problem for windows, so I'd love to use your vagrant box.

@jpeckham
Copy link
Author

jpeckham commented Apr 1, 2018

C:\projects\devops-box>vagrant up
Bringing machine 'devops-box' up with 'hyperv' provider...
==> devops-box: Verifying Hyper-V is enabled...
==> devops-box: Box 'ubuntu/xenial64' could not be found. Attempting to find and install...
devops-box: Box Provider: hyperv
devops-box: Box Version: >= 0
==> devops-box: Loading metadata for box 'ubuntu/xenial64'
devops-box: URL: https://vagrantcloud.com/ubuntu/xenial64
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/xenial64
Address: https://vagrantcloud.com/ubuntu/xenial64
Requested provider: [:hyperv]

@yunzhishang
Copy link

@jpeckham vagrant up --provider virtualbox

@pfitzer
Copy link

pfitzer commented May 1, 2020

I made a fork with hyperv support https://github.com/pfitzer/devops-box

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

3 participants