From f48595d03923386b43700505eba2d2b0b1cbf208 Mon Sep 17 00:00:00 2001 From: Balaji Alwar Date: Fri, 23 Aug 2024 11:13:17 -0700 Subject: [PATCH] Add shared-read-write directories for COMPSS 214A coure --- deployments/datahub/config/common.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/deployments/datahub/config/common.yaml b/deployments/datahub/config/common.yaml index 0cc9c5680..8ee1369fc 100644 --- a/deployments/datahub/config/common.yaml +++ b/deployments/datahub/config/common.yaml @@ -193,6 +193,24 @@ jupyterhub: subPath: _shared/course/mba-247 readOnly: true + # COMPSS 214A, Fall 2024, https://jira-secure.berkeley.edu/browse/DH-311 + course::1538139::enrollment_type::teacher: + extraVolumeMounts: + - name: home + mountPath: /home/jovyan/compss-214a-readwrite + subPath: _shared/course/compss-214a + course::1538139::enrollment_type::ta: + extraVolumeMounts: + - name: home + mountPath: /home/jovyan/compss-214a-readwrite + subPath: _shared/course/compss-214a + course::1538139::enrollment_type::student: + extraVolumeMounts: + - name: home + mountPath: /home/jovyan/compss-214a + subPath: _shared/course/compss-214a + readOnly: true + course::1534506: # Demog Data Event, April 1 - Sep 30, https://github.com/berkeley-dsep-infra/datahub/issues/5643 mem_limit: 8192M mem_guarantee: 8192M