From f57aedbc180d52e96e700270047c59e45a7e04f8 Mon Sep 17 00:00:00 2001
From: Carlo Minotti <50220438+minottic@users.noreply.github.com>
Date: Tue, 25 Jun 2024 14:51:22 +0200
Subject: [PATCH] Fix for new RA location
* Update email template with new RA loaction
* Update RA location references
---
helm/configs/backend/job-template.html | 2 +-
helm/configs/frontend/development/config.json | 2 +-
helm/configs/frontend/production/config.json | 2 +-
helm/configs/frontend/qa/config.json | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/helm/configs/backend/job-template.html b/helm/configs/backend/job-template.html
index 1b899b7..002d5d2 100644
--- a/helm/configs/backend/job-template.html
+++ b/helm/configs/backend/job-template.html
@@ -214,7 +214,7 @@
{{subject}}
{{else if (eq ../../jobParams.option "PSI-RA")}}
- /das/work/{{subString ownerGroup 0 3}}/{{ownerGroup}}/retrieve/{{strip sourceFolder "/"}}/ |
+ /das/work/{{subString ownerGroup 0 3}}/retrieve/{{ownerGroup}}/{{strip sourceFolder "/"}}/ |
{{formatBytes size}} |
{{else}}
{{sourceFolder}} |
diff --git a/helm/configs/frontend/development/config.json b/helm/configs/frontend/development/config.json
index 57ddf36..50df4f3 100644
--- a/helm/configs/frontend/development/config.json
+++ b/helm/configs/frontend/development/config.json
@@ -9,7 +9,7 @@
},
{
"option": "PSI-RA",
- "tooltip": "Copy the data directly to the PSI RA cluster destination folder at /gpfs/workfs/${groupname:0:3}/retrieve/${groupname}/${sourceFolder}/"
+ "tooltip": "Copy the data directly to the PSI RA cluster destination folder at /das/work/${groupname:0:3}/retrieve/${groupname}/${sourceFolder}/"
},
{
"option": "URLs",
diff --git a/helm/configs/frontend/production/config.json b/helm/configs/frontend/production/config.json
index a0d99cb..47d3ab0 100644
--- a/helm/configs/frontend/production/config.json
+++ b/helm/configs/frontend/production/config.json
@@ -9,7 +9,7 @@
},
{
"option": "PSI-RA",
- "tooltip": "Copy the data directly to the PSI RA cluster destination folder at /gpfs/workfs/${groupname:0:3}/retrieve/${groupname}/${sourceFolder}/"
+ "tooltip": "Copy the data directly to the PSI RA cluster destination folder at /das/work/${groupname:0:3}/retrieve/${groupname}/${sourceFolder}/"
},
{
"option": "URLs",
diff --git a/helm/configs/frontend/qa/config.json b/helm/configs/frontend/qa/config.json
index dfeb7d3..e26957a 100644
--- a/helm/configs/frontend/qa/config.json
+++ b/helm/configs/frontend/qa/config.json
@@ -9,7 +9,7 @@
},
{
"option": "PSI-RA",
- "tooltip": "Copy the data directly to the PSI RA cluster destination folder at /gpfs/workfs/${groupname:0:3}/retrieve/${groupname}/${sourceFolder}/"
+ "tooltip": "Copy the data directly to the PSI RA cluster destination folder at /das/work/${groupname:0:3}/retrieve/${groupname}/${sourceFolder}/"
},
{
"option": "URLs",