From 263aca12dfce28d854dbc4f43b078c64422d3831 Mon Sep 17 00:00:00 2001 From: Justin Riley Date: Thu, 30 Jan 2025 12:43:20 -0500 Subject: [PATCH] prod: add rook-ceph-operator-config configmap This is the version currently alive in production --- .../configmaps/rook-ceph-operator-config.yaml | 21 +++++++++++++++++++ .../feature/odf/kustomization.yaml | 1 + 2 files changed, 22 insertions(+) create mode 100644 cluster-scope/overlays/nerc-ocp-prod/feature/odf/configmaps/rook-ceph-operator-config.yaml diff --git a/cluster-scope/overlays/nerc-ocp-prod/feature/odf/configmaps/rook-ceph-operator-config.yaml b/cluster-scope/overlays/nerc-ocp-prod/feature/odf/configmaps/rook-ceph-operator-config.yaml new file mode 100644 index 00000000..01d2ad7b --- /dev/null +++ b/cluster-scope/overlays/nerc-ocp-prod/feature/odf/configmaps/rook-ceph-operator-config.yaml @@ -0,0 +1,21 @@ +apiVersion: v1 +data: + CSI_ENABLE_CSIADDONS: "true" + CSI_LOG_LEVEL: "5" + CSI_PLUGIN_TOLERATIONS: |2- + + - key: node.ocs.openshift.io/storage + operator: Equal + value: "true" + effect: NoSchedule + CSI_PROVISIONER_TOLERATIONS: |2- + + - key: node.ocs.openshift.io/storage + operator: Equal + value: "true" + effect: NoSchedule + ROOK_CSI_ENABLE_CEPHFS: "false" +kind: ConfigMap +metadata: + name: rook-ceph-operator-config + namespace: openshift-storage diff --git a/cluster-scope/overlays/nerc-ocp-prod/feature/odf/kustomization.yaml b/cluster-scope/overlays/nerc-ocp-prod/feature/odf/kustomization.yaml index 296c0839..bbdbd06f 100644 --- a/cluster-scope/overlays/nerc-ocp-prod/feature/odf/kustomization.yaml +++ b/cluster-scope/overlays/nerc-ocp-prod/feature/odf/kustomization.yaml @@ -12,6 +12,7 @@ resources: - ../../../../bundles/odf-external - externalsecrets/rook-ceph-external-cluster-details.yaml - redhatcop.redhat.io/odf-node-patcher.yaml + - configmaps/rook-ceph-operator-config.yaml patches: - path: storageclasses/ocs-external-storagecluster-ceph-rbd_patch.yaml