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/ExternalsSupport/index.rst
+22-34Lines changed: 22 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,36 +4,23 @@
4
4
Supported environments and packages
5
5
===================================
6
6
7
-
OS:
8
-
---
7
+
OS
8
+
--
9
9
10
-
DIRAC *server* installation is officially supported only for:
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.
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
13
14
-
Tests are also regularly run for other platforms but no official support is offered for them.
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
15
16
-
17
-
Python versions:
18
-
----------------
19
-
20
-
DIRAC brings its own version of python at installation time: this version is right now fixed to 2.7.13.
21
-
An experimental support for python3 server installations is also offered from DIRAC version 7.3.
22
-
23
-
DIRAC installation scripts (including pilots) use the native python version, and for this the python versions supported are:
24
-
25
-
- 2.6.9 (native on SLC6)
26
-
- 2.7.5 (native on CC7)
27
-
- 2.7.13
28
-
- 3.6.8+
29
-
30
-
MySQL versions:
31
-
---------------
16
+
MySQL versions
17
+
--------------
32
18
33
19
MySQL is a hard dependency for all DIRAC servers installations. Supported versions:
34
20
35
-
- 5.7
36
-
- 8.0
21
+
- MySQL 5.7
22
+
- MySQL 8.0
23
+
- MariaDB versions "compatible" with the above MySQL versions.
37
24
38
25
MySQL server is not shipped with DIRAC. You are responsible of its administration.
39
26
@@ -52,26 +39,27 @@ generic connection details can be applied in CS location below (the shown values
52
39
}
53
40
54
41
55
-
ElasticSearch versions:
56
-
-----------------------
42
+
ElasticSearch versions
43
+
----------------------
57
44
58
45
ElasticSearch is an optional dependency for DIRAC servers installations. Supported versions:
59
46
60
47
- 7.x
48
+
- OpenDistro and OpenSearch releases "compatible" with the above ElasticSearch versions.
61
49
62
50
ElasticSearch server is not shipped with DIRAC. You are responsible of its administration.
63
51
64
52
You can run your ES cluster without authentication, or using User name and password, or using certificates. You may add the following parameters:
0 commit comments