You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING CHANGE: IBM Spectrum LSF deployable architecture: Spectrum LSF enables High-Performance Computing (HPC) clusters by using LSF as the HPC scheduling software. This solution employs a deployable architecture to provision and configure IBM Cloud resources.
IBM Cloud Activity Tracker Event Routing: This is a platform service which manages the auditing events at the account-level by configuring targets and routes that define where auditing data is routed.
Multiple static worker node profile support: This solution supports the creation of static compute nodes by leveraging different instance type profiles based on resource requirements.
PAC High Availability (HA) support: This allows LSF Application Center to run on all deployed management nodes, use a cross availability zone instance of the IBM Cloud® Database for MySQL as the backend database, and use an IBM Cloud® Application Load Balancer for VPC (ALB) as the VPC load balancer.
IBM Storage Scale support: By using Storage Scale as your storage solution, you first set up a Storage Scale cluster, and then integrate a list of values from the Storage Scale deployment with the IBM Spectrum LSF cluster deployment. This provides more performance and scalability than standard file storage solutions.
IBM Cloud Monitoring: This is a cloud-native and container-intelligence management system that is included as part of your IBM Cloud architecture.
IBM Cloud Logs: This is a scalable logging service which is designed to persist logs while providing users with robust capabilities for querying, tailing, and visualizing their logs efficiently.
Co-authored-by: Nupur Goyal <nupurgoyal@Nupurs-MacBook-Pro.local>
Copy file name to clipboardExpand all lines: .tekton/hpcaas/hpcaas-pr-pipeline/hpcaas-pipeline-git-pr-status.yaml
+75-12Lines changed: 75 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ spec:
18
18
- name: pr-revision
19
19
description: the commit id/sha for the PullRequest
20
20
default: ""
21
-
- name: git-access-token
21
+
- name: git_access_token
22
22
description: the token to access the git repository for the clone operations
23
23
default: ""
24
24
- name: properties-file
@@ -57,6 +57,9 @@ spec:
57
57
- name: login_image_name
58
58
description: Name of the custom image that you want to use to create virtual server instances in your IBM Cloud account to deploy the IBM Cloud HPC cluster login node. By default, the solution uses a RHEL 8-6 OS image with additional software packages mentioned [here](https://cloud.ibm.com/docs/hpc-spectrum-LSF#create-custom-image). The solution also offers, Ubuntu 22-04 OS base image (hpcaas-lsf10-ubuntu2204-compute-v2). If you would like to include your application-specific binary files, follow the instructions in [ Planning for custom images ](https://cloud.ibm.com/docs/vpc?topic=vpc-planning-custom-images) to create your own custom image and use that to build the IBM Cloud HPC cluster through this offering.
59
59
default: ""
60
+
- name: management_image_name
61
+
description: Name of the custom image that you want to use to create virtual server instances in your IBM Cloud account to deploy the IBM Cloud HPC cluster management nodes. By default, the solution uses a RHEL88 base image with additional software packages mentioned [here](https://cloud.ibm.com/docs/ibm-spectrum-lsf#create-custom-image). If you would like to include your application-specific binary files, follow the instructions in [ Planning for custom images ](https://cloud.ibm.com/docs/vpc?topic=vpc-planning-custom-images) to create your own custom image and use that to build the IBM Cloud HPC cluster through this offering.
62
+
default: ""
60
63
- name: cluster_id
61
64
description: Ensure that you have received the cluster ID from IBM technical sales. A unique identifer for HPC cluster used by IBM Cloud HPC to differentiate different HPC clusters within the same reservation. This can be up to 39 alphanumeric characters including the underscore (_), the hyphen (-), and the period (.) characters. You cannot change the cluster ID after deployment.
62
65
default: ""
@@ -72,6 +75,24 @@ spec:
72
75
- name: cos_instance_crn
73
76
description: The cos instance crn.
74
77
default: ""
78
+
- name: cos_api_key
79
+
description: The cos account api key.
80
+
default: ""
81
+
- name: hpc_custom_reports_repo
82
+
description: The HPC custom reports storage repository.
83
+
default: ""
84
+
- name: hpc_custom_reports_branch
85
+
description: The HPC custom reports storage repository branch.
86
+
default: "main"
87
+
- name: git_user_name
88
+
description: The git user name.
89
+
default: ""
90
+
- name: git_user_email
91
+
description: The git user email.
92
+
default: ""
93
+
- name: solution
94
+
description: Provide the value for the solution that is needed for the support of lsf and HPC.
Copy file name to clipboardExpand all lines: .tekton/hpcaas/hpcaas-pr-pipeline/listener-git-pr-status.yaml
+38-8Lines changed: 38 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ metadata:
6
6
name: triggertemplate-git-pr-status
7
7
spec:
8
8
params:
9
-
- name: git-access-token
9
+
- name: git_access_token
10
10
description: the token to access the git repository for the clone operations
11
11
- name: repository
12
12
description: The git repo
@@ -52,6 +52,9 @@ spec:
52
52
- name: login_image_name
53
53
description: Name of the custom image that you want to use to create virtual server instances in your IBM Cloud account to deploy the IBM Cloud HPC cluster login node. By default, the solution uses a RHEL 8-6 OS image with additional software packages mentioned [here](https://cloud.ibm.com/docs/hpc-spectrum-LSF#create-custom-image). The solution also offers, Ubuntu 22-04 OS base image (hpcaas-lsf10-ubuntu2204-compute-v2). If you would like to include your application-specific binary files, follow the instructions in [ Planning for custom images ](https://cloud.ibm.com/docs/vpc?topic=vpc-planning-custom-images) to create your own custom image and use that to build the IBM Cloud HPC cluster through this offering.
54
54
default: ""
55
+
- name: management_image_name
56
+
description: Name of the custom image that you want to use to create virtual server instances in your IBM Cloud account to deploy the IBM Cloud HPC cluster management nodes. By default, the solution uses a RHEL88 base image with additional software packages mentioned [here](https://cloud.ibm.com/docs/ibm-spectrum-lsf#create-custom-image). If you would like to include your application-specific binary files, follow the instructions in [ Planning for custom images ](https://cloud.ibm.com/docs/vpc?topic=vpc-planning-custom-images) to create your own custom image and use that to build the IBM Cloud HPC cluster through this offering.
57
+
default: ""
55
58
- name: cluster_id
56
59
description: Ensure that you have received the cluster ID from IBM technical sales. A unique identifer for HPC cluster used by IBM Cloud HPC to differentiate different HPC clusters within the same reservation. This can be up to 39 alphanumeric characters including the underscore (_), the hyphen (-), and the period (.) characters. You cannot change the cluster ID after deployment.
57
60
default: ""
@@ -94,6 +97,24 @@ spec:
94
97
- name: cos_instance_crn
95
98
description: The cos instance crn.
96
99
default: ""
100
+
- name: cos_api_key
101
+
description: The cos account api key.
102
+
default: ""
103
+
- name: hpc_custom_reports_repo
104
+
description: The HPC custom reports storage repository.
105
+
default: ""
106
+
- name: hpc_custom_reports_branch
107
+
description: The HPC custom reports storage repository branch.
108
+
default: "main"
109
+
- name: git_user_name
110
+
description: The git user name.
111
+
default: ""
112
+
- name: git_user_email
113
+
description: The git user email.
114
+
default: ""
115
+
- name: solution
116
+
description: Provide the value for the solution that is needed for the support of lsf and HPC.
0 commit comments