From 0b7a1eae9f8be63c755ec1a4c0ff21c47ea242c9 Mon Sep 17 00:00:00 2001 From: am-agrawa Date: Sun, 7 Apr 2024 01:12:29 +0530 Subject: [PATCH] added notes in yaml files Signed-off-by: am-agrawa --- ocs_ci/templates/DR/multiclusterobservability.yaml | 1 + ocs_ci/templates/DR/observability-metrics-configmap.yaml | 5 +++++ ocs_ci/templates/DR/thanos.yaml | 6 ++++++ 3 files changed, 12 insertions(+) diff --git a/ocs_ci/templates/DR/multiclusterobservability.yaml b/ocs_ci/templates/DR/multiclusterobservability.yaml index a107d1865a42..9a9bb269e615 100644 --- a/ocs_ci/templates/DR/multiclusterobservability.yaml +++ b/ocs_ci/templates/DR/multiclusterobservability.yaml @@ -1,4 +1,5 @@ # This config file is used to enable ACM observability + --- apiVersion: observability.open-cluster-management.io/v1beta2 kind: MultiClusterObservability diff --git a/ocs_ci/templates/DR/observability-metrics-configmap.yaml b/ocs_ci/templates/DR/observability-metrics-configmap.yaml index ab5ee5a9a6ed..b3b911f85384 100644 --- a/ocs_ci/templates/DR/observability-metrics-configmap.yaml +++ b/ocs_ci/templates/DR/observability-metrics-configmap.yaml @@ -1,3 +1,8 @@ +# This config file is allow data to reflect on the DR monitoring dashboard +# by whitelisting ceph_rbd_* metrics +# Additionally we whitelist a few odf_* metrics but those are optional + +--- apiVersion: v1 metadata: name: mp-custom-allowlist diff --git a/ocs_ci/templates/DR/thanos.yaml b/ocs_ci/templates/DR/thanos.yaml index 22fd653ef0df..4e7e6db780b3 100644 --- a/ocs_ci/templates/DR/thanos.yaml +++ b/ocs_ci/templates/DR/thanos.yaml @@ -1,3 +1,9 @@ +# This config file is used to enable ACM observability. +# When the Observability service is enabled, the hub cluster is always configured +# to collect and send metrics to the configured Thanos instance, regardless of whether +# hub self-management is enabled or not. + +--- apiVersion: v1 kind: Secret metadata: