Skip to content

Commit 34be0cd

Browse files
fix: updated DA diagram, variable description and some doc changes(#723)
* fix: DA improvement * fix * fix * fix
1 parent 3600c45 commit 34be0cd

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

ibm_catalog.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"red_hat_openshift"
1919
],
2020
"short_description": "Automates the deployment of Red Hat OpenShift container platform on IBM Cloud with optional integration of security and logging services.",
21-
"long_description": "The Cloud automation for Red Hat OpenShift Container Platform on VPC deploys a Red Hat OpenShift cluster on a Virtual Private Cloud (VPC). It also facilitates the seamless integration with other security and observability services, enabling a scalable and flexible cloud environment for containerized applications. This architecture serve as a foundational deployable architecture for other architectures like [Cloud automation for Red Hat OpenShift AI](https://cloud.ibm.com/catalog/7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3/architecture/deploy-arch-ibm-ocp-ai-ba708aed-bb8a-4ac0-83a7-53a066701db5-global) to deploy mission critical applications and AI-driven initiatives to market quickly and securely with a managed OpenShift service.\n\nℹ️ This Terraform-based automation is part of a broader suite of IBM-maintained Infrastructure as Code (IaC) assets, each following the naming pattern \"Cloud automation for *servicename*\" and focusing on single IBM Cloud service. These single-service deployable architectures can be used on their own to streamline and automate service deployments through an [IaC approach](https://cloud.ibm.com/docs/secure-enterprise?topic=secure-enterprise-understanding-projects), or assembled together into a broader [automated IaC stack](https://cloud.ibm.com/docs/secure-enterprise?topic=secure-enterprise-config-stack) to automate the deployment of an end-to-end solution architecture.",
21+
"long_description": "The Cloud automation for Red Hat OpenShift Container Platform on VPC enables a scalable and flexible cloud environment for containerized applications with seamless integration to other security and observability services. This architecture can be deployed independently while also serving as a foundational deployable architecture for other architectures like [Cloud automation for Red Hat OpenShift AI](https://cloud.ibm.com/catalog/7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3/architecture/deploy-arch-ibm-ocp-ai-ba708aed-bb8a-4ac0-83a7-53a066701db5-global) to deploy mission critical applications and AI-driven initiatives to market quickly and securely with a managed OpenShift service.\n\nℹ️ This Terraform-based automation is part of a broader suite of IBM-maintained Infrastructure as Code (IaC) assets, each following the naming pattern \"Cloud automation for *servicename*\" and focusing on single IBM Cloud service. These single-service deployable architectures can be used on their own to streamline and automate service deployments through an [IaC approach](https://cloud.ibm.com/docs/secure-enterprise?topic=secure-enterprise-understanding-projects), or assembled together into a broader [automated IaC stack](https://cloud.ibm.com/docs/secure-enterprise?topic=secure-enterprise-config-stack) to automate the deployment of an end-to-end solution architecture.",
2222
"offering_docs_url": "https://github.com/terraform-ibm-modules/terraform-ibm-base-ocp-vpc/blob/main/README.md",
2323
"offering_icon_url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-base-ocp-vpc/main/images/ocp_icon.svg",
2424
"provider_name": "IBM",
@@ -191,6 +191,7 @@
191191
},
192192
{
193193
"key": "ocp_version",
194+
"display_name":"openshift_version",
194195
"required": true,
195196
"options": [
196197
{
@@ -837,7 +838,7 @@
837838
},
838839
{
839840
"name": "deploy-arch-ibm-cos",
840-
"description": "Enable to create a Cloud Object Storage (COS) instance, where an object storage bucket can be provisioned and used as the internal registry storage for OpenShift cluster. ",
841+
"description": "Set up a Cloud Object Storage (COS) instance, where an object storage bucket will be created and used as the internal registry storage for OpenShift cluster. ",
841842
"id": "68921490-2778-4930-ac6d-bae7be6cd958-global",
842843
"version": "v9.0.2",
843844
"flavors": [

reference-architecture/deployable-architecture-ocp-cluster.svg

Lines changed: 1 addition & 1 deletion
Loading

solutions/fully-configurable/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ variable "cluster_name" {
6969

7070
variable "ocp_version" {
7171
type = string
72-
description = "Version of the OCP cluster to provision."
72+
description = "Version of the OpenShift cluster to provision."
7373
default = "4.17"
7474
}
7575

0 commit comments

Comments
 (0)