Skip to content

Commit 523ada0

Browse files
fix: Update DA variation details and use code_editor for subnet input variable (#79)
1 parent a353576 commit 523ada0

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

ibm_catalog.json

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -223,13 +223,17 @@
223223
"features": [
224224
{
225225
"title": " ",
226-
"description": "Configured to use IBM secure by default standards, but can be edited to fit your use case."
226+
"description": "Ideal for users who want flexibility with a reliable starting point."
227+
},
228+
{
229+
"title": " ",
230+
"description": "Offers full control over architecture parameters, with well-chosen defaults that enable a functional OpenShift cluster and integrated IBM Cloud services without requiring manual adjustments."
227231
}
228232
],
229233
"diagrams": [
230234
{
231235
"diagram": {
232-
"caption": "Red Hat OpenShift cluster on IBM Cloud with the OpenShift AI add-on",
236+
"caption": "Red Hat OpenShift cluster on IBM Cloud with the OpenShift AI add-on - Fully configurable",
233237
"url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-ocp-ai/main/reference-architecture/deployable-architecture-ocp-ai-cluster.svg",
234238
"type": "image/svg+xml"
235239
},
@@ -294,7 +298,12 @@
294298
]
295299
},
296300
{
297-
"key": "subnets"
301+
"key": "subnets",
302+
"custom_config": {
303+
"grouping": "deployment",
304+
"original_grouping": "deployment",
305+
"type": "code_editor"
306+
}
298307
},
299308
{
300309
"key": "default_worker_pool_machine_type",
@@ -524,7 +533,7 @@
524533
"value": "trial"
525534
}
526535
],
527-
"default_value": "__NOT_SET__",
536+
"default_value": "standard",
528537
"description": "The pricing plan to use when provisioning a Secrets Manager instance. Possible values: `standard`, `trial`. You can create only one Trial instance of Secrets Manager per account. Before you can create a new Trial instance, you must delete the existing Trial instance and its reclamation. [Learn more](https://cloud.ibm.com/docs/secrets-manager?topic=secrets-manager-create-instance&interface=ui#upgrade-instance-standard)."
529538
},
530539
{
@@ -667,7 +676,7 @@
667676
"terraform_version": "1.10.5"
668677
},
669678
{
670-
"label": "Quickstart",
679+
"label": "QuickStart",
671680
"name": "quickstart",
672681
"index": 1,
673682
"install_type": "fullstack",
@@ -716,7 +725,11 @@
716725
"features": [
717726
{
718727
"title": " ",
719-
"description": "Configures of a GPU-enabled Red Hat OpenShift cluster with the OpenShift AI add-on with limited options."
728+
"description": "Ideal for users new to IBM Cloud or OpenShift who want to get started without configuring underlying infrastructure."
729+
},
730+
{
731+
"title": " ",
732+
"description": "A lightweight, experimental configuration for quickly provisioning a GPU-enabled OpenShift cluster with the OpenShift AI add-on. Not certified, not upgradeable, and not intended for production use."
720733
}
721734
],
722735
"diagrams": [

0 commit comments

Comments
 (0)