Mise à jour de 'infrastructure.md'
This commit is contained in:
parent
0ff12895dc
commit
05c2e68e0d
|
@ -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
|
||||
```
|
Loading…
Reference in New Issue