Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for Analysis launches vs condor_vault_storer #16

Open
marcmengel opened this issue Mar 7, 2024 · 0 comments
Open

Updates for Analysis launches vs condor_vault_storer #16

marcmengel opened this issue Mar 7, 2024 · 0 comments

Comments

@marcmengel
Copy link
Contributor

marcmengel commented Mar 7, 2024

In launch_jobs, for analysis launches, we need the following added to the launch script:

   export CONDOR_VAULT_STORER_ID=`uuidgen -r`
   export CONDOR_VAULT_STORER_USER="$USER@fnal.gov"
   vtk=`echo $HTGETTOKENOPTS | sed -e 's/.*--vaulttokeninfile=\([^ ]*\).*/\1/'`
   cp $vtk /tmp/vt_$CONDOR_VAULT_STORER_ID-$JOBSUB_GROUP
   chmod 400 /tmp/vt_$CONDOR_VAULT_STORER_ID-$JOBSUB_GROUP

So that the stock condor_vault_storer can operate in the shared poms_launcher environment.

Then we can drop the 'condor_vault_storer' from jobsub_lite, and use the stock HTCondor one (for suitably recent condor versions).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant