jay7x/puppet-lima

Ability to create multiple VMs in parallel

Open

#10 opened on Apr 10, 2023

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Ruby (0 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

Description

While starting multiple VMs in parallel is unsafe in general (see https://github.com/lima-vm/lima/issues/1354) it'd be really nice to have a way to 🤞🏻, 🙏🏻 and do it anyway. As long as all VMs are created already it should be safe to start them in parallel. So my idea is to add a parallel=true kind of parameter to the lima::cluster::start plan.

Contributor guide