Skip to content

Commit

Permalink
Add PANDA variable to pass hostname to container
Browse files Browse the repository at this point in the history
  • Loading branch information
jnc74743 committed Mar 30, 2021
1 parent 9372027 commit 847ff7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
dargs.append('--label=xrootd-local-gateway=true')
dargs.append('--env=XrdSecGSISRVNAMES=%s' % getfqdn())
dargs.append('--env=SINGULARITYENV_XrdSecGSISRVNAMES=%s' % getfqdn())
dargs.append('--env=PANDA_HOSTNAME=%s' % getfqdn())
dargs.append('--env=SINGULARITYENV_PANDA_HOSTNAME=%s' % getfqdn())
# ATLAS fix for 21.0.XX release errors with frontier
dargs.append('--env=FRONTIER_LOG_FILE=frontier.log')
else:
Expand Down

0 comments on commit 847ff7e

Please sign in to comment.