From 05c2e68e0dd63735dc83fc838eb8cf620784718d Mon Sep 17 00:00:00 2001 From: bbohard Date: Fri, 3 Jul 2020 11:17:24 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'infrastructure.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- infrastructure.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/infrastructure.md b/infrastructure.md index e69de29..89cbd09 100644 --- a/infrastructure.md +++ b/infrastructure.md @@ -0,0 +1,20 @@ +## Infrastructure + +L’écosystème risotto se déploie sur une machine centralisée et commande des serveurs distants à travers le réseau Internet. + +```sequence +Title: Découpage du service +risotto->hyperviseur: API over Internet +``` + +```sequence +Title: Risotto +participant admin +participant lemonldap +participant risotto +participant factory +admin->lemonldap: authentification +lemonldap->admin: jeton d’authentification +admin->risotto: gestion de parc +risotto->factory: communication de la spécification du parc +``` \ No newline at end of file