From f5ddf3e64cf8846a1e98b6729aafd0ffa35dee03 Mon Sep 17 00:00:00 2001
From: Matthias Schnepf <matthias.schnepf@kit.edu>
Date: Tue, 18 Mar 2025 17:07:08 +0100
Subject: [PATCH] Limit NEMO2 access

---
 0212.node_worker_bwforcluster_nemo2.cfg | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/0212.node_worker_bwforcluster_nemo2.cfg b/0212.node_worker_bwforcluster_nemo2.cfg
index c468510..8a5ac47 100644
--- a/0212.node_worker_bwforcluster_nemo2.cfg
+++ b/0212.node_worker_bwforcluster_nemo2.cfg
@@ -1,7 +1,7 @@
 # bwForCluster OpenStack Worker Setup
 # -----------------------------------
 # Cloud attributes
-STARTD.CloudSite = "BwForCluster-Nemo"
+STARTD.CloudSite = "BwForCluster-Nemo2"
 
 # STARTD_DEBUG = D_ANY
 # START_DEBUG = D_ANY
@@ -120,4 +120,5 @@ SINGULARITY_EXTRA_ARGUMENTS = "--userns -B /cvmfs --env SINGULARITY_BIND= --env
 START = $(START) && \
         ( TARGET.RemoteJob =?= TRUE ) && \
         ( Node_is_Healthy =?= True ) && \
-        ( $(TimeToLive) > TARGET.RequestWalltime )
+        ( $(TimeToLive) > TARGET.RequestWalltime ) && \
+        (TARGET.Owner =?="mschnepf")
-- 
GitLab