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
@@ -180,8 +180,8 @@ Pilots started when not controlled by the SiteDirector
180
180
181
181
You should keep reading if your resources include IAAS and IAAC type of resources, like Virtual Machines.
182
182
If this is the case, then you need to:
183
-
- provide a certificate, or a proxy, to start the pilot;
184
-
- such certificate/proxy should have the `GenericPilot` property;
183
+
- provide a proxy to start the pilot;
184
+
- such proxy should have the `GenericPilot` property;
185
185
- 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>`_);
186
186
- find a way to start the pilots: DIRAC will make sure to create VirtualMachine contextualized to start DIRAC Pilots.
187
187
@@ -217,14 +217,6 @@ A simple example using the LHCbPilot extension follows::
217
217
CE_NAME="${i#*=}"
218
218
shift
219
219
;;
220
-
--vm-uuid=*)
221
-
VM_UUID="${i#*=}"
222
-
shift
223
-
;;
224
-
--vmtype=*)
225
-
VMTYPE="${i#*=}"
226
-
shift
227
-
;;
228
220
*)
229
221
# unknown option
230
222
;;
@@ -239,10 +231,6 @@ A simple example using the LHCbPilot extension follows::
239
231
export CONTEXTDIR=`readlink -f \`dirname $0\``
240
232
241
233
export TMPDIR=/scratch/
242
-
export EDG_WL_SCRATCH=$TMPDIR
243
-
244
-
# Needed to find software area
245
-
export VO_LHCB_SW_DIR=/cvmfs/lhcb.cern.ch
246
234
247
235
# Clear it to avoid problems ( be careful if there is more than one agent ! )
248
236
rm -rf /tmp/area/*
@@ -251,22 +239,17 @@ A simple example using the LHCbPilot extension follows::
0 commit comments