Skip to content

Commit 15faa3e

Browse files
Sagar BKSagar BK
authored andcommitted
adding a new repo for public
1 parent 83fa0ca commit 15faa3e

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

ibm_catalog.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,18 @@
11811181
"key": "key_protect_instance_id"
11821182
},
11831183
{
1184-
"key": "scale_encryption_type"
1184+
"key": "scale_encryption_type",
1185+
"default_value": "null",
1186+
"options": [
1187+
{
1188+
"displayname": "key_protect",
1189+
"value": "key_protect"
1190+
},
1191+
{
1192+
"displayname": "gklm",
1193+
"value": "gklm"
1194+
}
1195+
]
11851196
},
11861197
{
11871198
"key": "gklm_instances",
@@ -1456,7 +1467,7 @@
14561467
{
14571468
"diagram": {
14581469
"caption": "IBM Storage Scale",
1459-
"url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-hpc/refs/heads/18-aug-scale/DA_Scale_24July.drawio.svg",
1470+
"url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-hpc/refs/heads/26-aug-scale/DA_Scale_24July.drawio.svg",
14601471
"type": "image/svg+xml"
14611472
},
14621473
"description": "The HPC variation of the deployable architecture is based on the IBM Cloud for Financial Services reference architecture. The architecture creates a customizable and secure infrastructure, with virtual servers, to run your workloads with a Virtual Private Cloud (VPC) in multizone regions."

modules/resource_provisioner/locals.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ locals {
33
remote_inputs_path = format("%s/terraform.tfvars.json", "/tmp")
44
deployer_path = "/opt/ibm"
55
remote_terraform_path = format("%s/terraform-ibm-hpc", local.deployer_path)
6-
da_hpc_repo_url = "github.ibm.com/workload-eng-services/HPCaaS.git"
7-
# da_hpc_repo_url = "github.com/terraform-ibm-modules/terraform-ibm-hpc.git"
8-
da_hpc_repo_tag = "develop-da-longterm" ###### change it to main in future
6+
# da_hpc_repo_url = "github.ibm.com/workload-eng-services/HPCaaS.git"
7+
da_hpc_repo_url = "github.com/terraform-ibm-modules/terraform-ibm-hpc.git"
8+
da_hpc_repo_tag = "26-aug-scale" ###### change it to main in future
99
remote_ansible_path = format("%s/ibm-spectrumscale-cloud-deploy", local.deployer_path)
1010
scale_cloud_infra_repo_url = "https://github.com/jayeshh123/ibm-spectrum-scale-install-infra"
1111
scale_cloud_infra_repo_name = "ibm-spectrum-scale-install-infra"

0 commit comments

Comments
 (0)