Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/patterns/telco-hub/configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
8 changes: 4 additions & 4 deletions content/patterns/telco-hub/getting-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down