-
Notifications
You must be signed in to change notification settings - Fork 160
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
Custom image functionality for Open Front End #1594
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would make a few changes with respect to my comments, then I can review it again
community/front-end/ofe/website/ghpcfe/cluster_manager/clusterinfo.py
Outdated
Show resolved
Hide resolved
community/front-end/ofe/website/ghpcfe/cluster_manager/clusterinfo.py
Outdated
Show resolved
Hide resolved
community/front-end/ofe/website/ghpcfe/cluster_manager/clusterinfo.py
Outdated
Show resolved
Hide resolved
community/front-end/ofe/website/ghpcfe/cluster_manager/image.py
Outdated
Show resolved
Hide resolved
Could you please update the name of the PR to summarize the change? |
In addition to the above, please address https://github.com/GoogleCloudPlatform/hpc-toolkit/security/dependabot/40 by updating the certifi package. |
… store custom images in the buckets
@tpdownes I can't see https://github.com/GoogleCloudPlatform/hpc-toolkit/security/dependabot/40. I am getting 404 |
It says you must upgrade to certifi>=2023.07.22. |
I have implemented a new feature for the Google HPC Toolkit Open Front End (OFE) that enhances its functionality by enabling users to create custom images for their cluster nodes. With this feature, users can now select a base image, such as Rocky Linux 8, and leverage custom scripts or ansible playbooks to tailor the image according to their specific requirements. This customization capability empowers users to create custom images that align perfectly with their cluster's needs, further optimizing their HPC workflows and facilitating seamless integration with their existing infrastructure.