Skip to content

Commit d89cc44

Browse files
authored
Merge pull request #7998 from fstagni/cherry-pick-2-0204a176c-integration
[sweep:integration] docs: updates for setup removals
2 parents e1fd723 + c51fd8e commit d89cc44

File tree

11 files changed

+14
-14
lines changed

11 files changed

+14
-14
lines changed

docs/source/AdministratorGuide/Configuration/ConfReference/Operations/JobScheduling/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Job Scheduling
55
=========================================
66

7-
The */Operations/<vo>/<setup>/JobScheduling* section contains all parameters that define DIRAC's behaviour when deciding what job has to be
7+
The */Operations/<vo>/JobScheduling* section contains all parameters that define DIRAC's behaviour when deciding what job has to be
88
executed. Here's a list of parameters that can be defined:
99

1010
========================= ======================================================== ===============================================================================================
@@ -46,7 +46,7 @@ Example
4646
========
4747

4848
An example with all the options under *JobScheduling* follows. Remember that JobScheduling is defined under
49-
*/Operations/<vo>/<setup>/JobScheduling* for multi-VO installations, and */Operations/<setup>/JobScheduling* for single-VO ones::
49+
*/Operations/<vo>/JobScheduling* for multi-VO installations, and */Operations/JobScheduling* for single-VO ones::
5050

5151
JobScheduling
5252
{

docs/source/AdministratorGuide/Configuration/ConfReference/Operations/Pilots/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pilot version
33
=========================================
44

5-
The */Operations/<vo>/<setup>/Pilot* section define What version of DIRAC will be used to submit pilot jobs to the resources.
5+
The */Operations/<vo>/Pilot* section define What version of DIRAC will be used to submit pilot jobs to the resources.
66

77
================== ======================================================== ===============================================================================================
88
Parameter Description Default value

docs/source/AdministratorGuide/Configuration/ConfReference/Systems/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ For this reason, there is the possibility to define a entry in the Operation sec
4343

4444
.. code-block:: guess
4545
46-
Operations/<Setup>/MainServers = server1, server2
46+
Operations/MainServers = server1, server2
4747
4848
4949
There should be no port, no protocol. In the system configuration, one can then write:

docs/source/AdministratorGuide/Systems/MonitoringSystem/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ This can be done either via the CS or directly in the web app in the Configurati
9292

9393
Operations
9494
{
95-
<VO|Setup|Defaults>
95+
<VO|Defaults>
9696
{
9797
MonitoringBackends
9898
{

docs/source/AdministratorGuide/Systems/WorkloadManagement/JobsPriorities.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ DIRAC includes a priority correction mechanism. The idea behind it is to look at
9393
the past history and alter the priorities assigned based on it. It can have
9494
multiple plugins but currently it only has one. All correctors have a CS section
9595
to configure themselves under
96-
`/Operations/<vo>/<setup>/JobScheduling/ShareCorrections`. The option
97-
`/Operations/<vo>/<setup>/JobScheduling/ShareCorrections/ShareCorrectorsToStart`
96+
`/Operations/<vo>/JobScheduling/ShareCorrections`. The option
97+
`/Operations/<vo>/JobScheduling/ShareCorrections/ShareCorrectorsToStart`
9898
defines witch correctors will be used in each iteration.
9999

100100
WMSHistory corrector

docs/source/DeveloperGuide/AddingNewComponents/Utilities/CSHelpers/Operations/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Helper for accessing /Operations
44

55
*/Operations* section is *VO* and *setup* aware. That means that configuration for different *VO/setup* will have a different CS path:
66

7-
* For multi-VO installations */Operations/<vo>/<setup>* should be used.
8-
* For single-VO installations */Operations/<setup>* should be used.
7+
* For multi-VO installations */Operations/<vo>* should be used.
8+
* For single-VO installations */Operations* should be used.
99

1010
In any case, there is the possibility to define a default configuration, that is valid for all the *setups*. The *Defaults* keyword can be used instead of the setup. For instance */Operations/myvo/Defaults*.
1111

docs/source/DeveloperGuide/Internals/Core/componentsAuthNandAuthZ.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ for authentication and authorization purposes.
1010
Components can be instructed to use a "shifter proxy" for authN and authZ of their service calls.
1111
A shifter proxy is proxy certificate, which should be:
1212

13-
- specified in the "Operations/<setup>/Shifter" section of the CS
13+
- specified in the "Operations/Shifter" section of the CS
1414
- uploaded to the ProxyManager (i.e. using "--upload" option of dirac-proxy-init)
1515

1616
Within an agent, in the "initialize" method, we can specify::

src/DIRAC/MonitoringSystem/DB/MonitoringDB.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
**Configuration Parameters**:
55
6-
The following option can be set in `Systems/Monitoring/<Setup>/Databases/MonitoringDB`
6+
The following option can be set in `Systems/Monitoring/Databases/MonitoringDB`
77
88
* *IndexPrefix*: Prefix used to prepend to indexes created in the ES instance. If this
99
is not present in the CS, the indexes are prefixed with the setup name.

src/DIRAC/Resources/Storage/CTAStorage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class CTAStorage(GFAL2_XROOTStorage):
1010
1111
It basically is XROOT with added tape capabilities.
1212
Since CTA supports ONLY xroot, do not forget to add
13-
xroot in your `Operations/<Setup>/DataManagement/RegistrationProtocols` list
13+
xroot in your `Operations/DataManagement/RegistrationProtocols` list
1414
1515
Configuration example::
1616

src/DIRAC/WorkloadManagementSystem/DB/JobDB.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
**Configuration Parameters**:
77
8-
The following options can be set in ``Systems/WorkloadManagement/<Setup>/Databases/JobDB``
8+
The following options can be set in ``Systems/WorkloadManagement/Databases/JobDB``
99
1010
* *MaxRescheduling*: Set the maximum number of times a job can be rescheduled, default *3*.
1111
* *CompressJDLs*: Enable compression of JDLs when they are stored in the database, default *False*.

0 commit comments

Comments
 (0)