From 7365a40cea7b0514f6c58dee2aa2190a1995df5c Mon Sep 17 00:00:00 2001
From: Chris Hines <chris.hines@monash.edu>
Date: Fri, 4 Dec 2020 10:17:56 +1100
Subject: [PATCH] allow training@uwa

---
 .../computesites.training_cloud_cvl_org_au.json   | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/src/assets/config/computesites.training_cloud_cvl_org_au.json b/src/assets/config/computesites.training_cloud_cvl_org_au.json
index 198d132..798382b 100644
--- a/src/assets/config/computesites.training_cloud_cvl_org_au.json
+++ b/src/assets/config/computesites.training_cloud_cvl_org_au.json
@@ -10,5 +10,20 @@
     "cancelcmd": "/usr/local/strudel2_cluster/latest/bin/s2cancel {jobid}",
     "statcmd": "/usr/local/strudel2_cluster/latest/bin/s2stat",
     "userhealth": "/usr/local/bin/uitraining"
+  },
+  {
+    "url": "https://beta-api.cloud.cvl.org.au/training/",
+    "name": "Training@CVL@UWA",
+    "host": "146.118.65.246",
+    "dtn": "146.118.65.242",
+    "cafingerprint": "ECDSA SHA256:6wVXdokvvlTNcXPMc9KyvIXA8a8XNfLuhBfNOYeeMdg",
+    "appCatalog": [],
+    "appCatalogCmd": "/home/strudel2/bin/getapps-training",
+    "cancelcmd": "/home/strudel2/bin/s2cancel {jobid}",
+    "statcmd": "/home/strudel2/bin/s2stat",
+    "userhealth": "/home/strudel2/bin/uitraining",
+    "cacheturis": [],
+    "contact": "<CVL@UWA Support> help@massive.org.au"
   }
+
 ]
-- 
GitLab