Skip to content

Commit b3afbae

Browse files
committed
docs: clarification on how to start Pilots in the vacuum
1 parent eb8ce6f commit b3afbae

File tree

1 file changed

+3
-5
lines changed
  • docs/source/AdministratorGuide/Systems/WorkloadManagement/Pilots

1 file changed

+3
-5
lines changed

docs/source/AdministratorGuide/Systems/WorkloadManagement/Pilots/index.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ If this is the case, then you need to:
168168
- provide a certificate, or a proxy, to start the pilot;
169169
- such certificate/proxy should have the `GenericPilot` property;
170170
- 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>`_);
171-
- find a way to start the pilots: VMDIRAC extension will make sure to create VirtualMachine contextualized to start Pilot3.
171+
- find a way to start the pilots: DIRAC will make sure to create VirtualMachine contextualized to start DIRAC Pilots.
172172

173173
We have introduced a special command named "GetPilotVersion" that you should use,
174174
and possibly extend, in case you want to send/start pilots that don't know beforehand the (VO)DIRAC version they are going to install.
@@ -181,10 +181,8 @@ The main file in which you should look is dirac-pilot.py
181181
that also contains a good explanation on how the system works.
182182

183183
You have to provide in this case a pilot wrapper script (which can be written in bash, for example) that will start your pilot script
184-
with the proper environment. If you are on a cloud site, often contextualization of your virtual machine is done by supplying
185-
a script like the following: https://github.com/DIRACGrid/Pilot/blob/master/Pilot/user_data_vm
186-
187-
A simpler example using the LHCbPilot extension follows::
184+
with the proper environment.
185+
A simple example using the LHCbPilot extension follows::
188186

189187
#!/bin/sh
190188
#

0 commit comments

Comments
 (0)