anadimisra / vagrant-toolchains

Reusable Vagrant-based environments for demonstrations.
MIT License
0 stars 0 forks source link

azure vagrant up needs to be run sequentially #15

Open vishagilityroots opened 6 years ago

vishagilityroots commented 6 years ago

Summary

If you try to bring up the Chef Server (#14 ) in parallel on Azure, the provisioning fails.

Steps

Expected

Two machines should be created, a Chef Server and a Windows node.

Actual

image

This is because both machines may try to create the same resources, via simultaneous deployments to the same resource group. This could cause a race condition and a situation similar to the image above.