generated from terraform-ibm-modules/terraform-ibm-module-template
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathibm_catalog.json
494 lines (494 loc) · 15.8 KB
/
ibm_catalog.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
{
"products": [
{
"name": "deploy-arch-ibm-hpc",
"label": "IBM Cloud HPC",
"product_kind": "solution",
"tags": [
"Deployable Architecture",
"DA",
"HPC",
"IBM Cloud HPC",
"ibm_created",
"target_terraform",
"terraform",
"reference_architecture",
"solution"
],
"keywords": [
"HPC",
"vpc",
"DA",
"Deployable Architecture",
"terraform",
"solution"
],
"short_description": "Deploy your high performance computing (HPC) cluster with IBM scheduling software for compute intensive workloads.",
"long_description": "**Before you begin deploying IBM Cloud HPC, make sure that you meet the prerequisites listed in [the step-by-step guide](https://cloud.ibm.com/docs/allowlist/hpc-service?topic=hpc-service-before-you-begin-deploying).**\n\nIBM Cloud HPC is a deployable architecture where you can deploy both cloud compute resources (vCPU resources) and HPC scheduling software for your compute-intensive HPC workloads. You can reserve capacity on a recurring hourly basis from a dedicated IBM Cloud HPC resource pool.",
"provider_name": "IBM",
"offering_docs_url": "https://cloud.ibm.com/docs/allowlist/hpc-service?topic=hpc-service-overview",
"features": [
{
"title": "Reserve HPC compute on an hourly basis",
"description": "Reserve HPC compute capacity on a recurring hourly basis. This reserved time slot and capacity cannot be preempted by IBM."
},
{
"title": "HPC infrastructure bundled with LSF scheduling software",
"description": "Create a cluster with IBM Spectrum LSF in its own subnet and security group for HPC administrators to log in, submit, and manage HPC jobs."
},
{
"title": "Automatic compute scaling with LSF resource connector",
"description": "Automatically scale up compute resources based on workload demand. Compute resources are automatically scaled down when no longer required."
}
],
"flavors": [
{
"label": "Cluster with LSF v10.1.0.14",
"name": "Cluster-with-LSF",
"install_type": "fullstack",
"working_directory": "solutions/hpc",
"compliance": {
"authority": "scc-v3",
"profiles": [
{
"profile_name": "CIS IBM Cloud Foundations Benchmark v1.1.0",
"profile_version": "1.1.0"
}
]
},
"release_notes_url": "https://cloud.ibm.com/docs/allowlist/hpc-service?topic=hpc-service-release-notes",
"configuration": [
{
"key": "ibmcloud_api_key"
},
{
"key": "resource_group",
"required": true
},
{
"key": "reservation_id"
},
{
"key": "cluster_id"
},
{
"key": "bastion_ssh_keys"
},
{
"key": "compute_ssh_keys"
},
{
"key": "remote_allowed_ips"
},
{
"key": "zones",
"required": true,
"default_value": [
"us-east-1"
],
"options": [
{
"displayname": "Washington DC 1",
"value": [
"us-east-1"
]
},
{
"displayname": "Washington DC 3",
"value": [
"us-east-3"
]
},
{
"displayname": "Frankfurt 2",
"value": [
"eu-de-2"
]
},
{
"displayname": "Frankfurt 3",
"value": [
"eu-de-3"
]
},
{
"displayname": "Dallas 1",
"value": [
"us-south-1"
]
}
]
},
{
"key": "cluster_prefix"
},
{
"key": "observability_atracker_on_cos_enable"
},
{
"key": "observability_monitoring_enable"
},
{
"key": "observability_monitoring_on_compute_nodes_enable"
},
{
"key": "observability_monitoring_plan",
"default_value": "graduated-tier",
"options": [
{
"displayname": "graduated-tier",
"value": "graduated-tier"
},
{
"displayname": "lite",
"value": "lite"
}
]
},
{
"key": "scc_enable"
},
{
"key": "scc_profile",
"default_value": "CIS IBM Cloud Foundations Benchmark",
"options": [
{
"displayname": "CIS IBM Cloud Foundations Benchmark",
"value": "CIS IBM Cloud Foundations Benchmark"
},
{
"displayname": "IBM Cloud Framework for Financial Services",
"value": "IBM Cloud Framework for Financial Services"
}
]
},
{
"key": "scc_profile_version"
},
{
"key": "scc_location",
"default_value": "us-south",
"options": [
{
"displayname": "us-south",
"value": "us-south"
},
{
"displayname": "eu-de",
"value": "eu-de"
},
{
"displayname": "ca-tor",
"value": "ca-tor"
},
{
"displayname": "eu-es",
"value": "eu-es"
}
]
},
{
"key": "scc_event_notification_plan",
"default_value": "lite",
"options": [
{
"displayname": "lite",
"value": "lite"
},
{
"displayname": "standard",
"value": "standard"
}
]
},
{
"key": "vpc_cidr"
},
{
"key": "vpc_cluster_private_subnets_cidr_blocks"
},
{
"key": "vpc_cluster_login_private_subnets_cidr_blocks"
},
{
"key": "vpc_name"
},
{
"key": "cluster_subnet_ids"
},
{
"key": "login_subnet_id"
},
{
"key": "login_node_instance_type"
},
{
"key": "management_node_instance_type"
},
{
"key": "management_node_count"
},
{
"key": "management_image_name"
},
{
"key": "compute_image_name"
},
{
"key": "login_image_name"
},
{
"key": "custom_file_shares",
"type": "array",
"default_value": "[\n {\n \"mount_path\": \"/mnt/vpcstorage/tools\",\n \"size\": 100,\n \"iops\": 2000\n },\n {\n \"mount_path\": \"/mnt/vpcstorage/data\",\n \"size\": 100,\n \"iops\": 6000\n },\n {\n \"mount_path\": \"/mnt/scale/tools\",\n \"nfs_share\": \"\"\n }\n]\n",
"display_name": "JSON",
"required": false,
"custom_config": {
"type": "json_editor",
"grouping": "deployment",
"original_grouping": "deployment",
"config_constraints": {
"type": "mixed"
}
}
},
{
"key": "storage_security_group_id"
},
{
"key": "dns_instance_id"
},
{
"key": "dns_domain_name"
},
{
"key": "dns_custom_resolver_id"
},
{
"key": "enable_cos_integration"
},
{
"key": "cos_instance_name"
},
{
"key": "enable_vpc_flow_logs"
},
{
"key": "vpn_enabled"
},
{
"key": "key_management"
},
{
"key": "kms_instance_name"
},
{
"key": "kms_key_name"
},
{
"key": "hyperthreading_enabled"
},
{
"key": "enable_fip"
},
{
"key": "enable_app_center"
},
{
"key": "app_center_gui_pwd"
},
{
"key": "app_center_high_availability"
},
{
"key": "enable_ldap"
},
{
"key": "ldap_basedns"
},
{
"key": "ldap_server"
},
{
"key": "ldap_admin_password"
},
{
"key": "ldap_user_name"
},
{
"key": "ldap_user_password"
},
{
"key": "ldap_vsi_profile"
},
{
"key": "ldap_vsi_osimage_name"
},
{
"key": "skip_iam_authorization_policy"
},
{
"key": "skip_iam_share_authorization_policy"
},
{
"key": "existing_certificate_instance"
},
{
"key": "bastion_instance_name"
},
{
"key": "bastion_instance_public_ip"
},
{
"key": "bastion_security_group_id"
},
{
"key": "bastion_ssh_private_key",
"type": "multiline_secure_value",
"display_name": "Multiline secure value",
"required": false,
"custom_config": {
"grouping": "deployment",
"original_grouping": "deployment",
"type": "multiline_secure_value"
}
},
{
"hidden": true,
"key": "TF_VERSION"
},
{
"hidden": true,
"key": "TF_PARALLELISM"
},
{
"hidden": true,
"key": "TF_VALIDATION_SCRIPT_FILES"
}
],
"iam_permissions": [
{
"service_name": "cloud-object-storage",
"role_crns": [
"crn:v1:bluemix:public:iam::::serviceRole:Writer",
"crn:v1:bluemix:public:iam::::role:ConfigReader"
]
},
{
"role_crns": [
"crn:v1:bluemix:public:iam::::serviceRole:Manager",
"crn:v1:bluemix:public:iam::::role:Editor"
],
"service_name": "dns-svcs"
},
{
"service_name": "kms",
"role_crns": [
"crn:v1:bluemix:public:iam::::serviceRole:Manager",
"crn:v1:bluemix:public:iam::::role:ConfigReader"
]
},
{
"service_name": "compliance",
"role_crns": [
"crn:v1:bluemix:public:iam::::serviceRole:Manager",
"crn:v1:bluemix:public:iam::::role:Administrator"
]
},
{
"service_name": "secrets-manager",
"role_crns": [
"crn:v1:bluemix:public:iam::::serviceRole:Manager",
"crn:v1:bluemix:public:iam::::role:Administrator"
]
},
{
"service_name": "is.share",
"role_crns": [
"crn:v1:bluemix:public:iam::::role:Editor"
]
},
{
"service_name": "iam-identity",
"role_crns": [
"crn:v1:bluemix:public:iam::::role:Administrator"
]
},
{
"service_name": "databases-for-mysql",
"role_crns": [
"crn:v1:bluemix:public:iam::::role:Editor"
]
},
{
"role_crns": [
"crn:v1:bluemix:public:iam::::role:Editor"
],
"service_name": "is.vpc"
},
{
"service_name": "is.flow-log-collector",
"role_crns": [
"crn:v1:bluemix:public:iam::::role:Editor"
]
},
{
"service_name": "sysdig-monitor",
"role_crns": [
"crn:v1:bluemix:public:iam::::serviceRole:Manager",
"crn:v1:bluemix:public:iam::::role:Administrator"
]
}
],
"architecture": {
"descriptions": "",
"features": [
{
"title": "Separate VPC for HPC workloads",
"description": "Yes"
},
{
"title": "Virtual Server Instances for every subnet",
"description": "Yes"
},
{
"title": "Increases security with Key Management",
"description": "Yes"
},
{
"title": "Reduces failure events by using multizone regions",
"description": "No"
},
{
"title": "Collects and stores Internet Protocol (IP) traffic information with Activity Tracker and Flow Logs",
"description": "Yes"
},
{
"title": "Securely connects to multiple networks with a site-to-site virtual private network",
"description": "Yes"
},
{
"title": "Simplifies risk management and demonstrates regulatory compliance with CIS IBM Cloud Foundations Benchmark Services",
"description": "Yes"
},
{
"title": "Uses Floating IP address for access through the public internet",
"description": "Yes"
}
],
"diagrams": [
{
"diagram": {
"caption": "IBM Cloud HPC",
"url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-hpc/main/hpcaas-arch-1.6.svg",
"type": "image/svg+xml"
},
"description": "This deployable architecture creates a VPC to run your HPC workload within a single zone from IBM Cloud. A login node is deployed in a separate subnet and security group to access your HPC environment. The HPC management nodes are in a different subnet and security group. In addition, clusters of virtual server instances are provisioned for high availability and are pre-installed with the IBM Spectrum LSF scheduler for HPC workload job management. The IBM Spectrum LSF scheduler dynamically creates compute nodes and deletes them after job completion. Also, IBM Cloud File Storage for VPC is provisioned for configuration or data sharing between HPC management and compute nodes."
}
]
}
}
]
}
]
}