Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion solutions/lsf/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down