Skip to content

Commit 726d364

Browse files
committed
v81 maj doc tech
1 parent 1653be3 commit 726d364

File tree

798 files changed

+6867
-1587
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

798 files changed

+6867
-1587
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: b5be055b53233cb31af24aa1106b0d03
3+
config: c9d3b9e0ca0d6fd54189814a037e809e
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mon.package.ou.se.trouve.mon.driver.VitamDriverImpl

ressources/DocCourante/html/archi/_sources/archi-exploit-infra/04-data-storage.rst.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ Par conséquent, elle est particulièrement adaptée pour les déploiements en p
7474

7575
.. note:: L'activation de la configuration de headers spécifiques Vitam lors des appels vers le stockage Swift est gérée par la variable :term:`enableCustomHeaders` (boolean). Si activé, il faut éditer la variable :term:`customHeaders` avec une liste de clé/valeur pour définir la liste des headers à envoyer au niveau des appels HTTP de l'offre vers le serveur de stockage Swift.
7676

77+
.. note:: :term:`VITAM` utilise par défaut des connections HTTP persistantes (keep-alive) vers le serveur de stockage Swift si ce dernier les supporte. Si l'infrastructure réseau ou des Reverse-Proxy intermédiaires sont susceptibles de couper occasionnellement les connexions réseau, ceci peut causer des erreurs d'accès au serveur Swift distant. Il peut alors être pertinent de désactiver la persistance des connexions HTTP via le paramètre :term:`swiftDisableKeepAlive` (peut avoir des impacts sur les performances d'accès à l'offre).
78+
7779
.. note:: Par tenant :term:`VITAM` utilisé, jusqu'à 17 *containers* sont créés.
7880

7981
La liste des *containers* est :
@@ -159,7 +161,7 @@ Exemple 1 :
159161
.. code-block:: text
160162
161163
[REQUEST (objectAPIHandlers).ListObjectsV2Handler-fm] [160087204.792921] [2020-09-23 14:40:47 +0000]
162-
GET /7.hvybpdxfsm/?list-type=2&max-keys=100&fetch-owner=false
164+
GET /7.hvybpdxfsm/?list-type=2&max-keys=1000&fetch-owner=false
163165
Host: 127.0.0.1:9999
164166
Content-Type: application/octet-stream
165167
Amz-Sdk-Invocation-Id: df03b558-11b5-1ce6-a69c-f1086718ee0b
@@ -176,7 +178,7 @@ Exemple 2 :
176178
.. code-block:: text
177179
178180
[REQUEST (objectAPIHandlers).ListObjectsV2Handler-fm] [160087204.796455] [2020-09-23 14:40:47 +0000]
179-
GET /7.hvybpdxfsm/?list-type=2&continuation-token=aeaaaaaaaabe6it7abvtgaluxnunfjqaaaaq188&max-keys=100&fetch-owner=false
181+
GET /7.hvybpdxfsm/?list-type=2&continuation-token=aeaaaaaaaabe6it7abvtgaluxnunfjqaaaaq188&max-keys=1000&fetch-owner=false
180182
Host: 127.0.0.1:9999
181183
Amz-Sdk-Retry: 0/0/500
182184
Authorization: AWS4-HMAC-SHA256 Credential=MKU4HW1K9HSST78MDY3T/20200923//s3/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-retry;content-type;host;user-agent;x-amz-content-sha256;x-amz-date, Signature=c482925c51dcaa4fa8ab65ade329fc1e968726edb2c2fe0313345aeced2ea1e6

ressources/DocCourante/html/archi/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '8.0.0',
3+
VERSION: '8.1.0',
44
LANGUAGE: 'fr',
55
COLLAPSE_INDEX: false,
66
FILE_SUFFIX: '.html',

ressources/DocCourante/html/archi/archi-applicative/10-applicative-architecture.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>4.1. Architecture applicative &mdash; Documentation VITAM - Architecture 8.0.0</title><link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
6+
<title>4.1. Architecture applicative &mdash; Documentation VITAM - Architecture 8.1.0</title><link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
77
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
88
<!--[if lt IE 9]>
99
<script src="../_static/js/html5shiv.min.js"></script>
@@ -34,7 +34,7 @@
3434
<img src="../_static/logo_vitam.png" class="logo" alt="Logo"/>
3535
</a>
3636
<div class="version">
37-
8.0.0
37+
8.1.0
3838
</div>
3939
<div role="search">
4040
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

ressources/DocCourante/html/archi/archi-applicative/11-data-architecture-multisite.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>4.2. Architecture des données &amp; multisite &mdash; Documentation VITAM - Architecture 8.0.0</title><link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
6+
<title>4.2. Architecture des données &amp; multisite &mdash; Documentation VITAM - Architecture 8.1.0</title><link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
77
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
88
<!--[if lt IE 9]>
99
<script src="../_static/js/html5shiv.min.js"></script>
@@ -34,7 +34,7 @@
3434
<img src="../_static/logo_vitam.png" class="logo" alt="Logo"/>
3535
</a>
3636
<div class="version">
37-
8.0.0
37+
8.1.0
3838
</div>
3939
<div role="search">
4040
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

ressources/DocCourante/html/archi/archi-applicative/20-services-list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>4.3. Services métiers &mdash; Documentation VITAM - Architecture 8.0.0</title><link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
6+
<title>4.3. Services métiers &mdash; Documentation VITAM - Architecture 8.1.0</title><link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
77
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
88
<!--[if lt IE 9]>
99
<script src="../_static/js/html5shiv.min.js"></script>
@@ -34,7 +34,7 @@
3434
<img src="../_static/logo_vitam.png" class="logo" alt="Logo"/>
3535
</a>
3636
<div class="version">
37-
8.0.0
37+
8.1.0
3838
</div>
3939
<div role="search">
4040
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

ressources/DocCourante/html/archi/archi-applicative/_toc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>4. Architecture applicative &mdash; Documentation VITAM - Architecture 8.0.0</title><link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
6+
<title>4. Architecture applicative &mdash; Documentation VITAM - Architecture 8.1.0</title><link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
77
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
88
<!--[if lt IE 9]>
99
<script src="../_static/js/html5shiv.min.js"></script>
@@ -34,7 +34,7 @@
3434
<img src="../_static/logo_vitam.png" class="logo" alt="Logo"/>
3535
</a>
3636
<div class="version">
37-
8.0.0
37+
8.1.0
3838
</div>
3939
<div role="search">
4040
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

ressources/DocCourante/html/archi/archi-exploit-infra/01-services-techniques.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>5.2. Services techniques fournis par la solution &mdash; Documentation VITAM - Architecture 8.0.0</title><link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
6+
<title>5.2. Services techniques fournis par la solution &mdash; Documentation VITAM - Architecture 8.1.0</title><link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
77
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
88
<!--[if lt IE 9]>
99
<script src="../_static/js/html5shiv.min.js"></script>
@@ -34,7 +34,7 @@
3434
<img src="../_static/logo_vitam.png" class="logo" alt="Logo"/>
3535
</a>
3636
<div class="version">
37-
8.0.0
37+
8.1.0
3838
</div>
3939
<div role="search">
4040
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

ressources/DocCourante/html/archi/archi-exploit-infra/02-dependencies.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>5.3. Composants logiciels utilisés &mdash; Documentation VITAM - Architecture 8.0.0</title><link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
6+
<title>5.3. Composants logiciels utilisés &mdash; Documentation VITAM - Architecture 8.1.0</title><link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
77
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
88
<!--[if lt IE 9]>
99
<script src="../_static/js/html5shiv.min.js"></script>
@@ -34,7 +34,7 @@
3434
<img src="../_static/logo_vitam.png" class="logo" alt="Logo"/>
3535
</a>
3636
<div class="version">
37-
8.0.0
37+
8.1.0
3838
</div>
3939
<div role="search">
4040
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

0 commit comments

Comments
 (0)