You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/AdministratorGuide/Systems/WorkloadManagement/Pilots/index.rst
+2-19Lines changed: 2 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,8 +181,8 @@ Pilots started when not controlled by the SiteDirector
181
181
182
182
You should keep reading if your resources include IAAS and IAAC type of resources, like Virtual Machines.
183
183
If this is the case, then you need to:
184
-
- provide a certificate, or a proxy, to start the pilot;
185
-
- such certificate/proxy should have the `GenericPilot` property;
184
+
- provide a proxy to start the pilot;
185
+
- such proxy should have the `GenericPilot` property;
186
186
- in case of multi-VO environment, the Pilot should set the `/Resources/Computing/CEDefaults/VirtualOrganization` (as done e.g. by `vm-pilot <https://github.com/DIRACGrid/DIRAC/blob/integration/src/DIRAC/WorkloadManagementSystem/Utilities/CloudBootstrap/vm-pilot#L122>`_);
187
187
- find a way to start the pilots: DIRAC will make sure to create VirtualMachine contextualized to start DIRAC Pilots.
188
188
@@ -218,14 +218,6 @@ A simple example using the LHCbPilot extension follows::
218
218
CE_NAME="${i#*=}"
219
219
shift
220
220
;;
221
-
--vm-uuid=*)
222
-
VM_UUID="${i#*=}"
223
-
shift
224
-
;;
225
-
--vmtype=*)
226
-
VMTYPE="${i#*=}"
227
-
shift
228
-
;;
229
221
*)
230
222
# unknown option
231
223
;;
@@ -240,10 +232,6 @@ A simple example using the LHCbPilot extension follows::
240
232
export CONTEXTDIR=`readlink -f \`dirname $0\``
241
233
242
234
export TMPDIR=/scratch/
243
-
export EDG_WL_SCRATCH=$TMPDIR
244
-
245
-
# Needed to find software area
246
-
export VO_LHCB_SW_DIR=/cvmfs/lhcb.cern.ch
247
235
248
236
# Clear it to avoid problems ( be careful if there is more than one agent ! )
249
237
rm -rf /tmp/area/*
@@ -252,22 +240,17 @@ A simple example using the LHCbPilot extension follows::
0 commit comments