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
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,7 @@ If this is the case, then you need to:
168
168
- provide a certificate, or a proxy, to start the pilot;
169
169
- such certificate/proxy should have the `GenericPilot` property;
170
170
- 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.
172
172
173
173
We have introduced a special command named "GetPilotVersion" that you should use,
174
174
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
181
181
that also contains a good explanation on how the system works.
182
182
183
183
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::
0 commit comments