Skip to content
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

Updating the default SKU for Azure Batch #2868

Merged
merged 1 commit into from
May 13, 2022

Conversation

abhi18av
Copy link
Member

@abhi18av abhi18av commented May 12, 2022

This PR addresses the deprecation of CentOS-8 Azure/Batch#119 , the defaults for a Nextflow pool have become a bit problematic.

From experience with some clients the straight-forward solution seems to be to move to Ubuntu based base image rather than CentOS 7.8 and therefore I've gone ahead and changed those settings.

Happy to accommodate any feedback 😊

@pditommaso
Copy link
Member

pditommaso commented May 12, 2022

All crashed

@abhi18av
Copy link
Member Author

abhi18av commented May 12, 2022

Marked as draft 😄

Discussing with Venkat how we can avoid having the same image deprecation issue again.

Thinking of implementing a pre-flight check for confirming that the specified image exists.

@abhi18av abhi18av self-assigned this May 12, 2022
@abhi18av abhi18av marked this pull request as ready for review May 12, 2022 18:54
@abhi18av
Copy link
Member Author

@pditommaso , I've opened up this PR for a review so that this patches the current default settings.

I will follow up with another PR to introduce a pre-flight check to see if the image specified exists or has been retired, essentially the BatchSupportEndOfLife

BatchSupportEndOfLife : 
Capabilities          : {DockerCompatible, NvidiaTeslaDriverInstalled, NvidiaGridDriverInstalled}
ImageReference        : microsoft-azure-batch:ubuntu-server-container:20-04-lts:latest
NodeAgentSkuId        : batch.node.ubuntu 20.04
OSType                : Linux
VerificationType      : Verified

@r4hulp
Copy link

r4hulp commented May 13, 2022

Finally!!!

mr-bean-waiting

@pditommaso pditommaso merged commit 9ea09db into master May 13, 2022
@pditommaso pditommaso deleted the abhinav/azure-default-sku branch May 13, 2022 09:08
@pditommaso
Copy link
Member

Nice job

pditommaso pushed a commit that referenced this pull request May 15, 2022
This commit update the default SKU used by Batch 
to `batch.node.ubuntu 20.04` in place of `batch.node.centos 8`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants