Project

General

Profile

Tâche #18561

Scénario #18791: Documentation et tests sur le mode cluster d'EoleSSO

Documenter la configuration de ha-proxy pour le mode haute dispo

Added by Bruno Boiget over 6 years ago. Updated over 6 years ago.

Status:
Fermé
Priority:
Normal
Start date:
01/04/2017
Due date:
% Done:

100%

Estimated time:
3.00 h
Spent time:
Remaining (hours):
0.0

History

#1 Updated by Bruno Boiget over 6 years ago

  • Parent task changed from #18559 to #18791

#2 Updated by Bruno Boiget over 6 years ago

Exemple de conf haproxy donnée par christophe ( juste ce qui a été ajouté par rapport à une conf classique ):

global
        ssl-server-verify none
frontend https-in
        bind 172.31.186.31:443 ssl crt /etc/haproxy/ssl/sso.ac-reunion.fr.pem
        option   forwardfor
        redirect scheme https if !{ ssl_fc }
        default_backend    backend_servers
backend backend_servers
        balance         roundrobin
        cookie SERVERNAME  insert indirect nocache
        server          sso-master 172.31.186.29:443 ssl cookie s1 check
        server          sso-slave  172.31.186.30:443 ssl cookie s2 check

#3 Updated by Gérald Schwartzmann over 6 years ago

  • Assigned To set to Christophe LEON

#4 Updated by Gérald Schwartzmann over 6 years ago

Une fois écrite l'intro de la doc mode cluster doit être ajustée :
http://eole.ac-dijon.fr/documentations/2.5/partielles/beta/ModuleScribe/co/07-mode_cluster.html
"La configuration de la répartition de charge ou du basculement (à travers ha-proxy ou autre système) n'est pas abordée ici."

#5 Updated by Gérald Schwartzmann over 6 years ago

  • Assigned To changed from Christophe LEON to Gérald Schwartzmann

Document reçu par mail ce jour, début d'intégration dans Scenari

#7 Updated by Gérald Schwartzmann over 6 years ago

  • Remaining (hours) changed from 3.0 to 0.5

#8 Updated by Gérald Schwartzmann over 6 years ago

Intégration du JSON et ajout d'un mot sur Ansible

#9 Updated by Joël Cuissinat over 6 years ago

Relu.

#10 Updated by Joël Cuissinat over 6 years ago

  • Project changed from EoleSSO to SSO
  • Status changed from Résolu to Fermé
  • Remaining (hours) changed from 0.5 to 0.0

Also available in: Atom PDF