Skip to content

Commit

Permalink
awtWorkflowID is global
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-McNab-UK committed May 15, 2024
1 parent f3678ed commit 74b54a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
6 changes: 0 additions & 6 deletions containers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,6 @@ COPY agents/justin-finder /usr/sbin/
COPY agents/justin-finder-bringonline /usr/sbin/
COPY agents/justin-job-factory /usr/sbin/

COPY agents/justin-info-collector.service /usr/lib/systemd/system/
COPY agents/justin-finder.service /usr/lib/systemd/system/
#COPY agents/justin-finder-tape.service /usr/lib/systemd/system/
COPY agents/justin-finder-bringonline.service /usr/lib/systemd/system/
COPY agents/justin-job-factory.service /usr/lib/systemd/system/

RUN mkdir -p /opt/rucio/etc/
COPY containers/rucio.cfg /opt/rucio/etc/rucio.cfg

Expand Down
2 changes: 1 addition & 1 deletion containers/dev.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# this line is checked by start-justin-httpd to determine pro / int / dev
pro_dev = dev

# easier to set up as 500
# easier to set up as 500
awt_workflow_id = 500

[database]
Expand Down
3 changes: 2 additions & 1 deletion modules/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ def readConf():
proDev, wlcgGroups, rucioProductionUser, justinAdmins, \
nonJustinFraction, htcondorSchedds, metacatAuthServerURL, \
metacatServerInputsURL, metacatServerOutputsURL, \
jobscriptImagePrefix, jobscriptImageSuffix, jobscriptImageVersion
jobscriptImagePrefix, jobscriptImageSuffix, jobscriptImageVersion, \
awtWorkflowID

parser = configparser.RawConfigParser()

Expand Down

0 comments on commit 74b54a0

Please sign in to comment.