-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Define availability set and make all instances part of it #128
Comments
I implemented this for some (successful) infiniband tests on Azure, this required some easy change in
|
Ref: https://docs.microsoft.com/en-us/azure/virtual-machines/sizes-hpc#cluster-configuration-options |
Because of the maximum limit of vms per availability set, we will want to define a count for the availability set ressource which is function of the number of compute nodes. Which brings the question of what should we do with heterogenous cluster: should all compute instances be part of the same availability set ? Or the availability set should be define per instance type? |
I would say that by default they should be separate availability sets per instance type since it 's not that unlikely that you may run into restrictions on the Azure side, but the user should be able to override this (for example by explicitly naming the availability sets, and providing the same name for the different instance types). The use case I imagine is GPU and non-GPU nodes. |
AWS has the same concept named differently - It would be worth looking at all cloud providers supported by MC and implement it at once for all clouds. |
Make profile::base initialize the sudoer account with ssh keys
Originally posted by @ocaisa in #127 (comment)
The text was updated successfully, but these errors were encountered: