File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
docs/source/AdministratorGuide/Systems/WorkloadManagement/Pilots Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -1160,7 +1160,6 @@ Operations
1160
1160
pilotVORepo = https://github.com/MyDIRAC/VOPilot.git # git repository of the pilot extension
1161
1161
pilotVOScriptsPath = VOPilot # Path to the code, inside the Git repository
1162
1162
pilotVORepoBranch = master # Branch to use
1163
- uploadToWebApp = True # Try to upload the files from the CS to the list of servers
1164
1163
workDir = /tmp/pilot3Files # Local work directory on the masterCS for synchronisation
1165
1164
}
1166
1165
Services
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ Other options that can be set also in the Operations part of the CS include:
47
47
| *pilotVORepoBranch * | Branch to use, inside the Git repository, | pilotVORepoBranch = master |
48
48
| | of the pilot code extension to be used | The value above is the default |
49
49
+------------------------------------+--------------------------------------------+-------------------------------------------------------------------------+
50
- | *uploadToWebApp * | Whether to try to upload the files to the | uploadToWebApp = True |
51
- | | list of server specified | The value above is the default |
50
+ | *CVMFS_locations * | CVMFS locations to use for finding pilot | CVMFS_locations = /cvmfs/lhcb.cern.ch/,/cvmfs/lhcbdev.cern.ch |
51
+ | | files, DIRAC installations, CAs, CRLS | |
52
52
+------------------------------------+--------------------------------------------+-------------------------------------------------------------------------+
53
53
| *workDir * | Local directory of the master CS where the | workDir = /tmp/pilotSyncDir |
54
54
| | files will be downloaded before the upload | There is no default (so /opt/dirac/runit/Configuration/Server) |
@@ -79,7 +79,7 @@ For example::
79
79
80
80
dirac-pilot.py --modules=https://github.com/chaen/DIRAC.git:::DIRAC:::rel-v7r3_FEAT_proxyStrength
81
81
82
- would end up installing a specific branch (``rel-v7r3_FEAT_proxyStrength ``) pushed to github.
82
+ would end up installing a specific branch (``rel-v7r3_FEAT_proxyStrength ``) pushed to github by user ` chaen ` .
83
83
84
84
An easy way to try is to add the ``Modules `` option in the CS configuration of one of your ComputingElements::
85
85
You can’t perform that action at this time.
0 commit comments