-
Notifications
You must be signed in to change notification settings - Fork 147
Adding additional providers #125
base: master
Are you sure you want to change the base?
Conversation
beardedeagle
commented
Jan 17, 2016
- Added support for Parallels
- Added support for VMWare
- Added support for Parallels specific image
- Changed VirtualBox specifics to easer to read and use helpers
- Added support for Parallels - Added support for VMWare - Added support for Parallels specific image - Changed VirtualBox specifics to easer to read and use helpers
Thank you very much for the contribution! I don't have experience with other provider than virtualbox when using vagrant, how are we supposed to use parallels instead of virtualbox? Comment the virtualbox part and uncomment the paralles part? |
You can uncomment all of them all at once if you would like as calling with a specific provider will ignore the other provider directives, I just commented them out for this commit. You basically have to preconfigure your provider or call it during your I have a work provided mac that comes with parallels so I usually use it over VirtualBox or VMWare since the integration into the mac desktop is superb. I have tested these configurations and they work. I will link the docs below if you would like to look though: http://parallels.github.io/vagrant-parallels/docs/usage.html |
Will it works if the providers specific sections are commented? |
They would need to uncomment if they were using a provider other than VirtualBox before running the vagrant up command. |
Do you need me to do anything else to get this merged? |
Hi @beardedeagle, I wanted to try to play with multiple providers before merging, will do that right now. |
I give it a try, I would prefer to have all providers uncommented as it isn't disturbing when we don't have parallels installed for example. For the parallels custom vm box, we may use the override argument like that:
to use the Could you give it a try with the override modification? |
yeah, I will get this done and updated asap. |