Skip to content

Commit e4e9aa7

Browse files
authored
feat: Restructured the DA code to integrate Ansible and standardize user input formats (#269)
BREAKING CHANGES: Added support for Fix Pack 15. Deprecated the use of the SCC instance. Introduced support for SCC Workload Protection Updated Offering ID
1 parent 6a26630 commit e4e9aa7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ibm_catalog.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@
587587
]
588588
},
589589
{
590-
"service_name": "sysdig-secure",
590+
"service_name": "Security and Compliance Center Workload Protection",
591591
"role_crns": [
592592
"crn:v1:bluemix:public:iam::::role:Administrator"
593593
]
@@ -606,7 +606,7 @@
606606
]
607607
},
608608
{
609-
"service_name": "service",
609+
"service_name": "All Identity and Access enabled services",
610610
"role_crns": [
611611
"crn:v1:bluemix:public:iam::::serviceRole:Manager",
612612
"crn:v1:bluemix:public:iam::::role:Administrator"

solutions/lsf/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ variable "static_compute_instances" {
298298
)
299299
default = [{
300300
profile = "bx2-4x16"
301-
count = 1
301+
count = 0
302302
image = "hpc-lsf-fp15-compute-rhel810-v1"
303303
}]
304304
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."

0 commit comments

Comments
 (0)