Skip to content

Commit 4e97c08

Browse files
bksagarSagar BK
andauthored
feat: Support for the Pay Go version on LSF (#293)
Support for the Pay Go model on LSF Co-authored-by: Sagar BK <[email protected]>
1 parent e983bbb commit 4e97c08

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ibm_catalog.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@
445445
{
446446
"key": "deployer_instance",
447447
"type": "object",
448-
"default_value": "{\n \"image\": \"hpc-lsf-fp15-deployer-rhel810-v1\",\n \"profile\": \"bx2-8x32\"\n}",
448+
"default_value": "{\n \"image\": \"hpc-lsf-fp15-deployer-rhel810-v2\",\n \"profile\": \"bx2-8x32\"\n}",
449449
"required": false,
450450
"custom_config": {
451451
"type": "json_editor",
@@ -477,7 +477,7 @@
477477
{
478478
"key": "login_instance",
479479
"type": "array",
480-
"default_value": "[\n {\n \"profile\": \"bx2-2x8\",\n \"image\": \"hpc-lsf-fp15-compute-rhel810-v1\"\n }\n]",
480+
"default_value": "[\n {\n \"profile\": \"bx2-2x8\",\n \"image\": \"hpc-lsf-fp15-compute-rhel810-v2\"\n }\n]",
481481
"required": false,
482482
"custom_config": {
483483
"type": "json_editor",
@@ -491,7 +491,7 @@
491491
{
492492
"key": "management_instances",
493493
"type": "array",
494-
"default_value": "[\n {\n \"count\": 2,\n \"profile\": \"bx2-16x64\",\n \"image\": \"hpc-lsf-fp15-rhel810-v1\"\n }\n]",
494+
"default_value": "[\n {\n \"count\": 2,\n \"profile\": \"bx2-16x64\",\n \"image\": \"hpc-lsf-fp15-rhel810-v2\"\n }\n]",
495495
"required": false,
496496
"custom_config": {
497497
"type": "json_editor",
@@ -505,7 +505,7 @@
505505
{
506506
"key": "static_compute_instances",
507507
"type": "array",
508-
"default_value": "[\n {\n \"count\": 0,\n \"profile\": \"bx2-16x64\",\n \"image\": \"hpc-lsf-fp15-compute-rhel810-v1\"\n }\n]",
508+
"default_value": "[\n {\n \"count\": 0,\n \"profile\": \"bx2-16x64\",\n \"image\": \"hpc-lsf-fp15-compute-rhel810-v2\"\n }\n]",
509509
"required": false,
510510
"custom_config": {
511511
"type": "json_editor",
@@ -519,7 +519,7 @@
519519
{
520520
"key": "dynamic_compute_instances",
521521
"type": "array",
522-
"default_value": "[\n {\n \"count\": 500,\n \"profile\": \"bx2-16x64\",\n \"image\": \"hpc-lsf-fp15-compute-rhel810-v1\"\n }\n]",
522+
"default_value": "[\n {\n \"count\": 500,\n \"profile\": \"bx2-16x64\",\n \"image\": \"hpc-lsf-fp15-compute-rhel810-v2\"\n }\n]",
523523
"required": false,
524524
"custom_config": {
525525
"type": "json_editor",

0 commit comments

Comments
 (0)