Skip to content

Commit

Permalink
docs: updated instructions for Pilot
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Jan 8, 2024
1 parent 5df0f1d commit c38ada1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion dirac.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1160,7 +1160,6 @@ Operations
pilotVORepo = https://github.com/MyDIRAC/VOPilot.git # git repository of the pilot extension
pilotVOScriptsPath = VOPilot # Path to the code, inside the Git repository
pilotVORepoBranch = master # Branch to use
uploadToWebApp = True # Try to upload the files from the CS to the list of servers
workDir = /tmp/pilot3Files # Local work directory on the masterCS for synchronisation
}
Services
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ Other options that can be set also in the Operations part of the CS include:
| *pilotVORepoBranch* | Branch to use, inside the Git repository, | pilotVORepoBranch = master |
| | of the pilot code extension to be used | The value above is the default |
+------------------------------------+--------------------------------------------+-------------------------------------------------------------------------+
| *uploadToWebApp* | Whether to try to upload the files to the | uploadToWebApp = True |
| | list of server specified | The value above is the default |
| *CVMFS_locations* | CVMFS locations to use for finding pilot | CVMFS_locations = /cvmfs/lhcb.cern.ch/,/cvmfs/lhcbdev.cern.ch |
| | files, DIRAC installations, CAs, CRLS | |
+------------------------------------+--------------------------------------------+-------------------------------------------------------------------------+
| *workDir* | Local directory of the master CS where the | workDir = /tmp/pilotSyncDir |
| | files will be downloaded before the upload | There is no default (so /opt/dirac/runit/Configuration/Server) |
Expand Down Expand Up @@ -79,7 +79,7 @@ For example::

dirac-pilot.py --modules=https://github.com/chaen/DIRAC.git:::DIRAC:::rel-v7r3_FEAT_proxyStrength

would end up installing a specific branch (``rel-v7r3_FEAT_proxyStrength``) pushed to github.
would end up installing a specific branch (``rel-v7r3_FEAT_proxyStrength``) pushed to github by user `chaen`.

An easy way to try is to add the ``Modules`` option in the CS configuration of one of your ComputingElements::

Expand Down

0 comments on commit c38ada1

Please sign in to comment.