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
|**allowed\_vos**| Comma-separated List or `*`| The VOs that are allowed to run jobs on this resource (autodetected if `*`) |
474
474
|**max\_pilots**| Positive Integer | The maximum number of pilots of this type that the factory can send to this CE |
475
-
|**os**| Choice (see below) | The OS on the workers the pilot should request. Not set by default. Only required if **require\_singularity** is `False`|
475
+
|**os**| Choice (see below) | The operating system on the workers the pilot should request. Not set by default. Only required if **require\_singularity** is `False`|
476
476
|**require\_singularity**|`True`, `False`|`True` if the pilot should require Singularity support on any worker it lands on. Default `False`; **os** is optional if this is `True`|
477
477
478
478
Valid values for the **os** option are: `rhel6`, `rhel7`, `rhel8`, or `ubuntu18`.
@@ -535,4 +535,3 @@ If your resource has multiple sponsors, you can separate them using commas or sp
535
535
The percentages must add up to 100 if multiple sponsors are used.
536
536
If you have a sponsor that is not an OSG VO, you can indicate this by using 'local' as the VO.
0 commit comments