diff --git a/ibm_catalog.json b/ibm_catalog.json index 4c101210..8b6ff441 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -587,7 +587,7 @@ ] }, { - "service_name": "sysdig-secure", + "service_name": "Security and Compliance Center Workload Protection", "role_crns": [ "crn:v1:bluemix:public:iam::::role:Administrator" ] @@ -606,7 +606,7 @@ ] }, { - "service_name": "service", + "service_name": "All Identity and Access enabled services", "role_crns": [ "crn:v1:bluemix:public:iam::::serviceRole:Manager", "crn:v1:bluemix:public:iam::::role:Administrator" diff --git a/solutions/lsf/variables.tf b/solutions/lsf/variables.tf index ec91cf0f..59d750e2 100644 --- a/solutions/lsf/variables.tf +++ b/solutions/lsf/variables.tf @@ -298,7 +298,7 @@ variable "static_compute_instances" { ) default = [{ profile = "bx2-4x16" - count = 1 + count = 0 image = "hpc-lsf-fp15-compute-rhel810-v1" }] description = "Specify the list of static compute node configurations, including instance profile, image name, and count. By default, all compute nodes are created using Fix Pack 15. If deploying with Fix Pack 14, set lsf_version to fixpack_14 and use the corresponding image hpc-lsf-fp14-compute-rhel810-v1. The selected image must align with the specified lsf_version, any mismatch may lead to deployment failures. The solution allows customization of instance profiles and counts, but mixing custom images and IBM stock images across instances is not supported. If using IBM stock images, only Red Hat-based images are allowed."