Skip to content
Snippets Groups Projects

Create new REST endpoints for returning capability versions

Merged Charlotte Hausman requested to merge WS_767 into main
2 unresolved threads
Files
2
@@ -15,7 +15,11 @@ SEC_DEFAULT_NEGOTIATION=NEVER
# Add flag to ensure our lustre-needing workflows can run on our cluster
HASLUSTRE = True
STARTD_ATTRS = $(STARTD_ATTRS) HASLUSTRE
STARTD_ATTRS = $(STARTD_ATTRS) HASLUSTRE NRAO_TRANSFER_HOST
# Add flag to ensure the file transfer plugin behaves with our local setup
NRAO_TRANSFER_HOST = "LOCAL"
STARTD_ATTRS = $(STARTD_ATTRS) NRAO_TRANSFER_HOST
# Plugins
FILETRANSFER_PLUGINS = $(FILETRANSFER_PLUGINS), /usr/libexec/condor/nraorsync_plugin.py
Loading