From adad9f00975e0d7c2690f6f915c1869c17039b13 Mon Sep 17 00:00:00 2001 From: Marco Donadoni Date: Thu, 9 Nov 2023 10:15:42 +0100 Subject: [PATCH] helm: add CVMFS storage class Closes reanahub/reana-commons#423 --- CHANGES.rst | 2 ++ helm/reana/templates/cvmfs.yaml | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 helm/reana/templates/cvmfs.yaml diff --git a/CHANGES.rst b/CHANGES.rst index 440b9909..42e6b10a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,8 @@ Changes Version 0.9.2 (UNRELEASED) -------------------------- +- Administrators: + - Changes CVMFS support to allow users to automatically mount any available repository, thanks to CVMFS CSI v2. - Developers: - Changes `python-run-tests` command to allow execution of selected pytests only by passing over `PYTEST_ADDOPTS` environment variable. - Changes `python-run-tests` command to allow excluding certain Python components. diff --git a/helm/reana/templates/cvmfs.yaml b/helm/reana/templates/cvmfs.yaml new file mode 100644 index 00000000..d9086daf --- /dev/null +++ b/helm/reana/templates/cvmfs.yaml @@ -0,0 +1,5 @@ +apiVersion: storage.k8s.io/v1 +kind: StorageClass +metadata: + name: {{ include "reana.prefix" . }}-cvmfs +provisioner: cvmfs.csi.cern.ch