Scripts python API ARV » Historique » Version 8
Fabrice Barconnière, 15/01/2015 16:07
| 1 | 5 | Fabrice Barconnière | h1. Quelques scripts Python utiles pour ARV |
|---|---|---|---|
| 2 | 1 | Fabrice Barconnière | |
| 3 | 8 | Fabrice Barconnière | h2. Forcer la mise à jour des infos Zéphir de tous les serveurs dans la base ARV |
| 4 | 1 | Fabrice Barconnière | |
| 5 | 1 | Fabrice Barconnière | Les champs *id_zephir* et *eole_version* ne sont pas forcément tous renseignés dans la base *ARV* car ils n'existaient pas à la création du projet. Voici un script (merci Karim) qui permet d'alimenter la base automatiquement sur tous les serveurs : |
| 6 | 8 | Fabrice Barconnière | * "majInfoZephir.py":https://dev-eole.ac-dijon.fr/attachments/download/1151/majInfoZephir.py |
| 7 | 2 | Fabrice Barconnière | |
| 8 | 2 | Fabrice Barconnière | h2. Contournement du problème de fragmentation IKEv2 |
| 9 | 2 | Fabrice Barconnière | |
| 10 | 2 | Fabrice Barconnière | Pour contourner le problème de fragmentation en IKEv2, il est possible de paramétrer IPsec (leftsendcert = never) pour ne pas envoyer les certificats lors de l'établissement de la connexion. Voici un script (encore merci Karim) qui permet de modifier la base *ARV* pour toutes les connexions : |
| 11 | 6 | Fabrice Barconnière | * "MajSendCert.py":https://dev-eole.ac-dijon.fr/attachments/download/1149/MajSendCert.py |
| 12 | 3 | Fabrice Barconnière | |
| 13 | 3 | Fabrice Barconnière | h2. à suivre |