Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Deploy multiple Azure instances at once #44

Open
SolomonShorser-OICR opened this issue Sep 28, 2015 · 3 comments
Open

Deploy multiple Azure instances at once #44

SolomonShorser-OICR opened this issue Sep 28, 2015 · 3 comments

Comments

@SolomonShorser-OICR
Copy link
Member

It appears that the Azure API does not expose functionality to start up an arbitrary number of VMs simultaneously, like OpenStack and AWS do. The result of this is that if you want a fleet of n VMs, you must wait for the Deployer to create n VMs serially* before Ansible begins the provisioning process.

It would be nice if the Deployer could run batchSize threads to create the VMs at the same time to speed up the fleet creation process.

@SolomonShorser-OICR
Copy link
Member Author

I think Reaping in Azure suffers the same problem (It's done one machine at a time, rather slow if there's a large number that need to be reaped all at once), so maybe have threads, each thread reaping one machine. Should speed things up a little bit.

@denis-yuen
Copy link
Member

👍

@denis-yuen
Copy link
Member

👻

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants