Skip to content

Commit 2436442

Browse files
committed
docs: removed deprecated options
1 parent f4e7d8f commit 2436442

File tree

4 files changed

+30
-34
lines changed
  • docs/source/AdministratorGuide

4 files changed

+30
-34
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ Parameter Description De
99
================== ======================================================== ===============================================================================================
1010
Version What project version will be used Version with which the component that submits pilot jobs is installed
1111
------------------ -------------------------------------------------------- -----------------------------------------------------------------------------------------------
12-
DIRACOS If set, it will use the --dirac-os options to install False
13-
DIRAC within the pilot
14-
------------------ -------------------------------------------------------- -----------------------------------------------------------------------------------------------
1512
Project What installation project will be used when submitting DIRAC
1613
pilot jobs to the resources
1714
------------------ -------------------------------------------------------- -----------------------------------------------------------------------------------------------

docs/source/AdministratorGuide/Configuration/ConfReference/Tips/Authorization/index.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ are showed in the next table:
1313
+----------------------------+------------------------------------------------------------------+-------------+
1414
| *AlarmsManagement* | Allow to set notifications and manage alarms | |
1515
+----------------------------+------------------------------------------------------------------+-------------+
16-
| *BookkeepingManagement* | Allow Bookkeeping Management | |
17-
+----------------------------+------------------------------------------------------------------+-------------+
1816
| *CSAdministrator* | CS Administrator - possibility to edit the Configuration Service | |
1917
+----------------------------+------------------------------------------------------------------+-------------+
2018
| *FileCatalogManagement* | Allow FC Management | |
@@ -41,8 +39,6 @@ are showed in the next table:
4139
+----------------------------+------------------------------------------------------------------+-------------+
4240
| *ProxyManagement* | Allow managing proxies | |
4341
+----------------------------+------------------------------------------------------------------+-------------+
44-
| *PPGAuthority* | Allow production request approval on behalf of PPG | |
45-
+----------------------------+------------------------------------------------------------------+-------------+
4642
| *ServiceAdministrator* | DIRAC Service Administrator | |
4743
+----------------------------+------------------------------------------------------------------+-------------+
4844
| *SiteManager* | Site Manager | |

docs/source/AdministratorGuide/ExternalsSupport/index.rst

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@
44
Supported environments and packages
55
===================================
66

7-
OS:
8-
---
7+
OS
8+
--
99

10-
DIRAC *server* installation is supported for most x86_64 Linux installations using `DIRACOS2 <https://github.com/DIRACGrid/DIRACOS2/releases>`_. Other architectures and platforms may work as a server installation, however this is on a best effort basis and is not regularly tested.
11-
DIRACOS includes all dependencies except for glibc, including Python and Grid middleware.
10+
DIRAC needs `DIRACOS <https://github.com/DIRACGrid/DIRACOS2/releases>`_ for its dependencies. DIRACOS includes all dependencies (except for glibc), including Python and Grid middleware.
1211

13-
MySQL versions:
14-
---------------
12+
DIRAC *client* installation is supported for all x86_64 Linux installations using `DIRACOS <https://github.com/DIRACGrid/DIRACOS2/releases>`_. This includes installations made by the pilots.
13+
14+
DIRAC *server* installation is supported for *most* x86_64 Linux installations using `DIRACOS <https://github.com/DIRACGrid/DIRACOS2/releases>`_. Other architectures and platforms may work as a server installation, however this is on a best effort basis and is not regularly tested.
15+
16+
MySQL versions
17+
--------------
1518

1619
MySQL is a hard dependency for all DIRAC servers installations. Supported versions:
1720

@@ -36,8 +39,8 @@ generic connection details can be applied in CS location below (the shown values
3639
}
3740

3841

39-
ElasticSearch versions:
40-
-----------------------
42+
ElasticSearch versions
43+
----------------------
4144

4245
ElasticSearch is an optional dependency for DIRAC servers installations. Supported versions:
4346

@@ -48,15 +51,15 @@ ElasticSearch server is not shipped with DIRAC. You are responsible of its admin
4851

4952
You can run your ES cluster without authentication, or using User name and password, or using certificates. You may add the following parameters:
5053

51-
- ``User`` (default:'')
52-
- ``Password`` (default:'')
53-
- ``Host`` (default:localhost)
54-
- ``Port`` (default:9201)
55-
- ``SSL`` (default:True)
56-
- ``CRT`` (default:True)
57-
- ``ca_certs`` (default:None)
58-
- ``client_key`` (default:None)
59-
- ``client_cert`` (default:None)
54+
- ``User`` (default:``''``)
55+
- ``Password`` (default:``''``)
56+
- ``Host`` (default:``localhost``)
57+
- ``Port`` (default:``9201``)
58+
- ``SSL`` (default:``True``)
59+
- ``CRT`` (default:``True``)
60+
- ``ca_certs`` (default:``None``)
61+
- ``client_key`` (default:``None``)
62+
- ``client_cert`` (default:``None``)
6063

6164

6265
to the location::

docs/source/AdministratorGuide/Systems/Framework/ComponentMonitoring/index.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,27 @@
66
Static Component Monitoring
77
===========================
88

9-
.. versionadded:: v6r13
9+
.. highlight:: none
1010

11-
As of v6r13, DIRAC includes a Component Monitoring system that logs information about what components are being installed
11+
DIRAC includes a Component Monitoring system that logs information about what components are being installed
1212
and uninstalled on which machines, when and by whom. Running this service is mandatory!
1313

1414
This information is accessible from both the system administration CLI and the Component History page in the Web Portal.
1515

1616

1717
Installation
18-
============
18+
------------
1919

2020
The service constitutes of one database (InstalledComponentsDB) and one service (Framework/ComponentMonitoring).
2121
These service and DB may have been installed already when DIRAC was installed the first time.
2222

23-
The script **dirac-populate-component-db** should then be used to populate the DB tables with the necessary information.
23+
The script ``dirac-populate-component-db`` should then be used to populate the DB tables with the necessary information.
2424

2525

2626
Interacting with the static component monitoring
27-
================================================
27+
------------------------------------------------
2828

29-
Using the CLI (dirac-admin-sysadmin-cli), it is possible to check the information about installations
29+
Using the CLI (``dirac-admin-sysadmin-cli``), it is possible to check the information about installations
3030
by using the 'show installations' command. This command accepts the following parameters:
3131

3232
- list: Changes the display mode of the results
@@ -46,17 +46,17 @@ The app allows to set a number of filters for the query. It is possible to filte
4646

4747
- Name: Actual name which the component/s whose information should be retrieved was installed with
4848
- Host: Machine/s in which to look for installations
49-
- System: System/s to which the components should belong. e.g: Framework, Bookkeeping ...
50-
- Module: Module/s of the components. e.g: SystemAdministrator, BookkeepingManager, ...
49+
- System: System/s to which the components should belong. e.g: Framework, WorkloadManagement ...
50+
- Module: Module/s of the components. e.g: SystemAdministrator, JobManager, ...
5151
- Type: Service, agent, executor, ...
5252
- Date and time: It is possible to select a timespan during which the components should have been installed ( it is possible to fill just one of the two available fields )
5353

5454
By pressing the 'Submit' button, a list with all the matching results will be shown ( or all the possible results if no filters were specified ).
5555

5656
Dynamic Component Monitoring
57-
============================
57+
----------------------------
5858

59-
It shows information about running DIRAC components such as CPU, Memory, Running threads etc. The information can be accessed from the 'dirac-admin-sysadmin-cli' using
59+
It shows information about running DIRAC components such as CPU, Memory, Running threads etc. The information can be accessed from the ``dirac-admin-sysadmin-cli`` using
6060
'show profile'. The following parameters can be used::
6161

6262
- <system>: The name of the system for example: DataManagementSystem

0 commit comments

Comments
 (0)