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

[sweep:integration] docs: updated instructions for Pilot #7401

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion dirac.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1181,7 +1181,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
Loading