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
Copy file name to clipboardExpand all lines: samples/configs/hpc_schematics_values.json
+8-8
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-v8",
200
+
"value": "hpcaas-lsf10-rhel88-v9",
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."
@@ -207,15 +207,15 @@
207
207
"value": "hpcaas-lsf10-rhel88-compute-v5",
208
208
"type": "string",
209
209
"secure": false,
210
-
"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 dynamic compute nodes. By default, the solution uses a RHEL 8-6 OS image with additional software packages mentioned [here](https://cloud.ibm.com/docs/ibm-spectrum-lsf#create-custom-image). The solution also offers, Ubuntu 22-04 OS base image (hpcaas-lsf10-ubuntu2204-compute-v4). 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."
210
+
"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 dynamic compute nodes. By default, the solution uses a RHEL 8-6 OS image with additional software packages mentioned [here](https://cloud.ibm.com/docs/ibm-spectrum-lsf#create-custom-image). The solution also offers, Ubuntu 22-04 OS base image (hpcaas-lsf10-ubuntu2204-compute-v5). 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."
211
211
212
212
},
213
213
{
214
214
"name": "login_image_name",
215
215
"value": "hpcaas-lsf10-rhel88-compute-v5",
216
216
"type": "string",
217
217
"secure": false,
218
-
"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 login node. By default, the solution uses a RHEL 8-6 OS image with additional software packages mentioned [here](https://cloud.ibm.com/docs/ibm-spectrum-lsf#create-custom-image). The solution also offers, Ubuntu 22-04 OS base image (hpcaas-lsf10-ubuntu2204-compute-v4). 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."
218
+
"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 login node. By default, the solution uses a RHEL 8-6 OS image with additional software packages mentioned [here](https://cloud.ibm.com/docs/ibm-spectrum-lsf#create-custom-image). The solution also offers, Ubuntu 22-04 OS base image (hpcaas-lsf10-ubuntu2204-compute-v5). 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."
219
219
},
220
220
{
221
221
"name": "login_node_instance_type",
@@ -377,7 +377,7 @@
377
377
},
378
378
{
379
379
"name": "ldap_vsi_osimage_name",
380
-
"value": "ibm-ubuntu-22-04-3-minimal-amd64-1",
380
+
"value": "ibm-ubuntu-22-04-4-minimal-amd64-3",
381
381
"type": "string",
382
382
"secure": false,
383
383
"description": "Image name to be used for provisioning the LDAP instances."
@@ -456,28 +456,28 @@
456
456
"value": "__NULL__",
457
457
"type": "string",
458
458
"secure": false,
459
-
"description" : "Bastion instance name. If none given then new bastion will be created."
459
+
"description" : "Provide the name of the bastion instance. If none given then new bastion will be created."
460
460
},
461
461
{
462
462
"name": "bastion_instance_public_ip",
463
463
"value": "__NULL__",
464
464
"type": "string",
465
465
"secure": false,
466
-
"description" : "Bastion instance public ip address."
466
+
"description" : "Provide the public ip address of the bastion instance to establish the remote connection."
467
467
},
468
468
{
469
469
"name": "bastion_security_group_id",
470
470
"value": "__NULL__",
471
471
"type": "string",
472
472
"secure": false,
473
-
"description" : "Bastion security group id."
473
+
"description" : "Provide the security group ID of the bastion server. This security group ID will be added as an allowlist rule on the HPC cluster nodes to establish an SSH connection through the bastion node."
474
474
},
475
475
{
476
476
"name": "bastion_ssh_private_key",
477
477
"value": "__NULL__",
478
478
"type": "string",
479
479
"secure": false,
480
-
"description" : "Bastion SSH private key path, which will be used to login to bastion host."
480
+
"description" : "Provide the private SSH key (named id_rsa) used during the creation and configuration of the bastion server to securely authenticate and connect to the bastion server. This allows access to internal network resources from a secure entry point. Note: The corresponding public SSH key (named id_rsa.pub) must already be available in the ~/.ssh/authorized_keys file on the bastion host to establish authentication."
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."
181
181
182
182
}
183
183
184
184
variable"compute_image_name" {
185
185
type=string
186
186
default="hpcaas-lsf10-rhel88-compute-v5"
187
-
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 dynamic compute nodes. By default, the solution uses a RHEL 8-8 base OS image with additional software packages mentioned [here](https://cloud.ibm.com/docs/ibm-spectrum-lsf#create-custom-image). The solution also offers, Ubuntu 22-04 OS base image (hpcaas-lsf10-ubuntu2204-compute-v4). 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."
187
+
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 dynamic compute nodes. By default, the solution uses a RHEL 8-8 base OS image with additional software packages mentioned [here](https://cloud.ibm.com/docs/ibm-spectrum-lsf#create-custom-image). The solution also offers, Ubuntu 22-04 OS base image (hpcaas-lsf10-ubuntu2204-compute-v5). 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."
188
188
}
189
189
190
190
variable"login_image_name" {
191
191
type=string
192
192
default="hpcaas-lsf10-rhel88-compute-v5"
193
-
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 login node. By default, the solution uses a RHEL 8-8 OS image with additional software packages mentioned [here](https://cloud.ibm.com/docs/ibm-spectrum-lsf#create-custom-image). The solution also offers, Ubuntu 22-04 OS base image (hpcaas-lsf10-ubuntu2204-compute-v4). 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."
193
+
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 login node. By default, the solution uses a RHEL 8-8 OS image with additional software packages mentioned [here](https://cloud.ibm.com/docs/ibm-spectrum-lsf#create-custom-image). The solution also offers, Ubuntu 22-04 OS base image (hpcaas-lsf10-ubuntu2204-compute-v5). 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."
194
194
}
195
195
196
196
variable"management_node_instance_type" {
@@ -496,7 +496,7 @@ variable "ldap_vsi_profile" {
496
496
497
497
variable"ldap_vsi_osimage_name" {
498
498
type=string
499
-
default="ibm-ubuntu-22-04-3-minimal-amd64-1"
499
+
default="ibm-ubuntu-22-04-4-minimal-amd64-3"
500
500
description="Image name to be used for provisioning the LDAP instances. By default ldap server are created on Ubuntu based OS flavour."
description="Bastion instance name. If none given then new bastion will be created."
563
+
description="Provide the name of the bastion instance. If none given then new bastion will be created."
564
564
}
565
565
566
566
variable"bastion_instance_public_ip" {
567
567
type=string
568
568
default=null
569
-
description="Bastion instance public ip address."
569
+
description="Provide the public ip address of the bastion instance to establish the remote connection."
570
570
}
571
571
572
572
variable"bastion_security_group_id" {
573
573
type=string
574
574
default=null
575
-
description="Bastion security group id."
575
+
description="Provide the security group ID of the bastion server. This security group ID will be added as an allowlist rule on the HPC cluster nodes to establish an SSH connection through the bastion node."
576
576
}
577
577
578
578
variable"bastion_ssh_private_key" {
579
579
type=string
580
580
sensitive=true
581
581
default=null
582
-
description="Bastion SSH private key path, which will be used to login to bastion host."
582
+
description="Provide the private SSH key (named id_rsa) used during the creation and configuration of the bastion server to securely authenticate and connect to the bastion server. This allows access to internal network resources from a secure entry point. Note: The corresponding public SSH key (named id_rsa.pub) must already be available in the ~/.ssh/authorized_keys file on the bastion host to establish authentication."
0 commit comments