Scripts python API ARV » Historique » Version 5
Fabrice Barconnière, 13/01/2015 09:14
| 1 | 5 | Fabrice Barconnière | h1. Quelques scripts Python utiles pour ARV |
|---|---|---|---|
| 2 | 1 | Fabrice Barconnière | |
| 3 | 1 | 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 | 2 | Fabrice Barconnière | * "majInfoZephir.py":https://dev-eole.ac-dijon.fr/attachments/download/1137/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 | 3 | Fabrice Barconnière | * "MajSendCert.py":https://dev-eole.ac-dijon.fr/attachments/download/1138/MajSendCert.py |
| 12 | 3 | Fabrice Barconnière | |
| 13 | 3 | Fabrice Barconnière | h2. à suivre |