Skip to content
Snippets Groups Projects
Commit f5ddf3e6 authored by Matthias Schnepf's avatar Matthias Schnepf
Browse files

Limit NEMO2 access

parent 80a274df
Branches
No related tags found
No related merge requests found
# 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")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment