hello

did you try this?

http://stackoverflow.com/questions/28864603/specify-no-parallel-flag-inside-vagrantfile


<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Virusvrij.
www.avast.com
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Thu, Mar 23, 2017 at 9:35 AM, Krist van Besien <krist.vanbes...@gmail.com
> wrote:

> Hello,
>
> If I do this:
>
> vagrant up gluster-{1..5} the boxes are brought up in parallel, and this
> almost always ends up hanging somewhere, usually during provisioning of one
> of the machines, or waiting for ssh....
>
> If I do:
>
> for h in gluster-{1..5}; do vagrant up $h ; done the hosts all get booted
> in sequence, and this works just fine.
>
> But it is a bit annoying, as I can't just create a Vagrantfile containing
> multiple machines, and then just do "vagrant up" to have them all start and
> provisioned...,
>
> Is there a setting to tell vagrant not to bring up hosts in the
> Vagrantfile in parallel, but do them in a sequence, so I do have the
> comfort of a simple command, but avoid the issues parallel execution seems
> to bring?
>
> Krist
>
> --
> This mailing list is governed under the HashiCorp Community Guidelines -
> https://www.hashicorp.com/community-guidelines.html. Behavior in
> violation of those guidelines may result in your removal from this mailing
> list.
>
> GitHub Issues: https://github.com/mitchellh/vagrant/issues
> IRC: #vagrant on Freenode
> ---
> You received this message because you are subscribed to the Google Groups
> "Vagrant" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to vagrant-up+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/vagrant-up/8a71b00e-0bcd-4c59-bffb-233d14832d70%40googlegroups.com
> <https://groups.google.com/d/msgid/vagrant-up/8a71b00e-0bcd-4c59-bffb-233d14832d70%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Alvaro

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/CAHqq0ewcBBpzDXrA6s8ZmU4TdoRmef-Q8F0u57O9yD5M6DdrnA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to