From d97f24de600229a094e3005018b3e99e2f64b547 Mon Sep 17 00:00:00 2001 From: Ian Miller Date: Mon, 10 Nov 2025 16:58:03 -0500 Subject: [PATCH] Clarify storage Clarify the use of LSO as the storage backend for ODF when ODF is used. Signed-off-by: Ian Miller --- content/patterns/telco-hub/configuration.adoc | 2 +- content/patterns/telco-hub/getting-started.adoc | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/patterns/telco-hub/configuration.adoc b/content/patterns/telco-hub/configuration.adoc index 46d5bb33e..33ffd0233 100644 --- a/content/patterns/telco-hub/configuration.adoc +++ b/content/patterns/telco-hub/configuration.adoc @@ -84,7 +84,7 @@ This component provides ArgoCD applications for synchronizing cluster deployment Optional components:: These components should be enabled based on specific workload and storage requirements: -* LocalStorage Operator (LSO): Enable if you plan to use LSO as your storage backend. +* LocalStorage Operator (LSO): Enable if you plan to use LSO to manage storage for ODF. * Red Hat OpenShift Data Foundation (ODF): Enable if you plan to use ODF as your storage backend. * Cluster Logging Operator (Logging): Enable if you require the cluster logging operator for log aggregation. diff --git a/content/patterns/telco-hub/getting-started.adoc b/content/patterns/telco-hub/getting-started.adoc index ace59bca1..b357b9a22 100644 --- a/content/patterns/telco-hub/getting-started.adoc +++ b/content/patterns/telco-hub/getting-started.adoc @@ -75,19 +75,19 @@ resources: - https://github.com/openshift-kni/telco-reference//telco-hub/configuration/reference-crs/required/talm # Workflow: GitOps ZTP Installation - # Enable this telco-hub component if you deploy clusters via GitOps ZTP! + # Enable this telco-hub component if you deploy clusters via GitOps ZTP. # - https://github.com/openshift-kni/telco-reference//telco-hub/configuration/reference-crs/required/gitops/ztp-installation # Optional: Local Storage Operator (LSO) - # Enable this telco-hub component if you use LSO as your storage backend! + # Enable this telco-hub component if you use LSO to manage storage for ODF. - https://github.com/openshift-kni/telco-reference//telco-hub/configuration/reference-crs/optional/lso # Optional: Open Data Foundation (ODF) - # Enable this telco-hub component if you use ODF as your storage backend! + # Enable this telco-hub component if you use ODF as your storage backend. - https://github.com/openshift-kni/telco-reference//telco-hub/configuration/reference-crs/optional/odf-internal # Optional: Logging Operator - # Enable this telco-hub component if you use the logging operator! + # Enable this telco-hub component if you use the logging operator. # - https://github.com/openshift-kni/telco-reference//telco-hub/configuration/reference-crs/optional/logging