From c38ada1d1bf37d81942c509badf4bc48987d2ff2 Mon Sep 17 00:00:00 2001 From: Federico Stagni Date: Mon, 8 Jan 2024 15:43:35 +0100 Subject: [PATCH] docs: updated instructions for Pilot --- dirac.cfg | 1 - .../Systems/WorkloadManagement/Pilots/Pilots3.rst | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/dirac.cfg b/dirac.cfg index cc07398640f..f34ff07a8e1 100644 --- a/dirac.cfg +++ b/dirac.cfg @@ -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 diff --git a/docs/source/AdministratorGuide/Systems/WorkloadManagement/Pilots/Pilots3.rst b/docs/source/AdministratorGuide/Systems/WorkloadManagement/Pilots/Pilots3.rst index f1860b4ded9..848f9e26fa7 100644 --- a/docs/source/AdministratorGuide/Systems/WorkloadManagement/Pilots/Pilots3.rst +++ b/docs/source/AdministratorGuide/Systems/WorkloadManagement/Pilots/Pilots3.rst @@ -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) | @@ -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::