From ea6ae07ee04bc8c3f57b838fe10093fe021b7616 Mon Sep 17 00:00:00 2001 From: piyush Date: Thu, 20 Nov 2025 12:43:54 +0530 Subject: [PATCH 1/2] chore: update the DA overview text and feature section --- ibm_catalog.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ibm_catalog.json b/ibm_catalog.json index b64a221..47768c8 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -26,7 +26,7 @@ ], "provider_name": "IBM", "short_description": "Deploys IBM Watsonx services to a Red Hat OpenShift cluster", - "long_description": "Solution that deploys Watsonx services (watsonx.ai, watsonx.data, Watson Assistant, Watson Discovery) on an existing Red Hat OpenShift cluster.\n\n## Prerequisites\n- Red Hat OpenShift on IBM Cloud version 4.18 or higher\n- [Cloud Pak for Data entitlement key](https://myibm.ibm.com/products-services/containerlibrary)\n- GPU worker nodes that meet [IBM Cloud Pak for Data](https://www.ibm.com/docs/en/software-hub/5.1.x?topic=requirements-hardware) requirements for watsonx software\n- [OpenShift AI in Red Hat OpenShift](https://cloud.ibm.com/docs/openshift?topic=openshift-ai-addon-about) installed\n- [OpenShift Data Foundation](https://cloud.ibm.com/docs/openshift?topic=openshift-ocs-storage-prep) installed. You can install this via the deployable architecture", + "long_description": "Solution that deploys Watsonx services (watsonx.ai, watsonx.data, Watson Assistant, Watson Discovery) on an existing Red Hat OpenShift cluster. \n\nLeverage [Terraform IBM Modules](https://github.com/terraform-ibm-modules) to shape and scale your solutions. You can integrate Terraform IBM Modules (TIM) to extend functionality and design a solution tailored to your environment and operations needs. These modules offer reusable, customizable elements that follow IBM Cloud's recommended practices. You can access the [source code and documentation](https://github.com/terraform-ibm-modules/terraform-ibm-watsonx-self-managed-ocp) and use it to extend your current architecture or create new solutions.\n\n## Prerequisites\n- Red Hat OpenShift on IBM Cloud version 4.18 or higher\n- [Cloud Pak for Data entitlement key](https://myibm.ibm.com/products-services/containerlibrary)\n- GPU worker nodes that meet [IBM Cloud Pak for Data](https://www.ibm.com/docs/en/software-hub/5.1.x?topic=requirements-hardware) requirements for watsonx software\n- [OpenShift AI in Red Hat OpenShift](https://cloud.ibm.com/docs/openshift?topic=openshift-ai-addon-about) installed\n- [OpenShift Data Foundation](https://cloud.ibm.com/docs/openshift?topic=openshift-ocs-storage-prep) installed. You can install this via the deployable architecture", "offering_docs_url": "https://github.com/terraform-ibm-modules/terraform-ibm-watsonx-self-managed-ocp/blob/main/solutions/fully-configurable/README.md", "offering_icon_url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-watsonx-self-managed-ocp/main/images/watsonx-self-managed-ocp.svg", "support_details": "This product is in the community registry, as such support is handled through the originated repo. If you experience issues please open an issue in the following [issues repository](https://github.com/terraform-ibm-modules/terraform-ibm-watsonx-self-managed-ocp/issues). Please note this product is not supported via the IBM Cloud Support Center.", @@ -46,6 +46,10 @@ { "title": "Customizable Resource Configuration", "description": "Allows customization of machine types, worker pools, and storage options to fit workload requirements." + }, + { + "title": "Composable and Extensible Architecture", + "description": "This architecture illustrates how Terraform IBM Modules(TIM) can be integrated to deliver a complete solution on IBM Cloud. Each module is a reusable, and validated component for security, compliance, and operational IBM best practices. You can deploy this architecture as-is or configure it as code by leveraging the underlying modules to fit your specific requirements. Explore the [source code and documentation](https://github.com/terraform-ibm-modules/terraform-ibm-watsonx-self-managed-ocp) to adapt, extend, or create entirely new solutions using these building blocks." } ], "flavors": [ @@ -271,4 +275,4 @@ ] } ] -} +} \ No newline at end of file From 0d071cc42d168e99f2fa0980bff95f3d1ebb019e Mon Sep 17 00:00:00 2001 From: Jordan Date: Thu, 20 Nov 2025 10:29:52 +0000 Subject: [PATCH 2/2] fix: Add newline at end of ibm_catalog.json --- ibm_catalog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibm_catalog.json b/ibm_catalog.json index 47768c8..e3dca85 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -275,4 +275,4 @@ ] } ] -} \ No newline at end of file +}