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