Use workstation in parallel

Hi,
I’d know if will be a trouble in bootstrapping simultaneously multiple hosts from the same workstation. I’d do use knife bootstrap command in parallel in order to speed up the integration process on the Chef infrastructure.

Thanks a lot,
Rosario

How many hosts you are planning to bootstrap parallely ? Should not be problem for a handful, but net-ssh has known hiccups at higher concurrency

I’d try to bootstrap 2 or 3 nodes simultaneously. What do you think?

should be fine. how you plan to do it? knife bootstrap itself does not support parallel bootstrapping afaik

I want to open 2 or 3 ssh sessions to the workstation and execute the bootstrap from those sessions independently.