You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Scale storage support on IBM Cloud HPC "/mnt/lsf"<br>* Fix for Intermittent scale mount failures<br>* Custom VPC Share support on "/mnt/lsf"<br>* Test cases upgradation<br>* Tekton COS Integrate<br>* New custom images for PAC (#171)
Copy file name to clipboardExpand all lines: samples/configs/hpc_schematics_values.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -197,7 +197,7 @@
197
197
},
198
198
{
199
199
"name": "management_image_name",
200
-
"value": "hpcaas-lsf10-rhel88-v7",
200
+
"value": "hpcaas-lsf10-rhel88-v8",
201
201
"type": "string",
202
202
"secure": false,
203
203
"description": "Name of the custom image that you want to use to create virtual server instances in your IBM Cloud account to deploy the IBM Cloud HPC cluster management nodes. By default, the solution uses a RHEL88 base image with additional software packages mentioned [here](https://cloud.ibm.com/docs/ibm-spectrum-lsf#create-custom-image). If you would like to include your application-specific binary files, follow the instructions in [ Planning for custom images ](https://cloud.ibm.com/docs/vpc?topic=vpc-planning-custom-images) to create your own custom image and use that to build the IBM Cloud HPC cluster through this offering."
description="Name of the custom image that you want to use to create virtual server instances in your IBM Cloud account to deploy the IBM Cloud HPC cluster management nodes. By default, the solution uses a RHEL88 base image with additional software packages mentioned [here](https://cloud.ibm.com/docs/ibm-spectrum-lsf#create-custom-image). If you would like to include your application-specific binary files, follow the instructions in [ Planning for custom images ](https://cloud.ibm.com/docs/vpc?topic=vpc-planning-custom-images) to create your own custom image and use that to build the IBM Cloud HPC cluster through this offering."
0 commit comments