-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Parallel bootstrapping of multiple machine won't work #148
Comments
Actually I am not sure that the issue verifies for private networks. I am using version 1.3.1 |
@dguerri So, what is the error you have got? Please, show your Vagrantfile (full or partial), the command you're typing and the output. |
Hi @legal90 , thanks for your reply. I am using the Vagrant file from this project, so this Vagrantfile I think that the "key" is this message:
It seems a race condition on the selection of the name for virtual networks also because I can't reproduce it every time. If I run |
My setup: |
@dguerri, thanks for details! I've reproduced this issue and just fixed it in |
Thank you @legal90 !
|
@dguerri Hm... It is very strange. Could you please double-check that plugin has been updated?
If the issue still exists, please, provide a debug log ( |
@legal90 http://pastebin.com/ExwGGkts Thanks! |
@dguerri Seems like I've just fixed it. Could you please check it on vagrant plugin install vagrant-parallels --plugin-version 1.3.3.rc1 If it works good, then I will release it as |
@legal90 brilliant. It seems to work. |
Yay! |
Parallel provisioning of multiple machine won't work if machines have one or more private networks.
This is probably a race condition for interface creation on the Vagrant host.
The text was updated successfully, but these errors were encountered: