2020-07-03 11:17:24 +02:00
|
|
|
|
## Infrastructure
|
|
|
|
|
|
2020-08-05 16:14:11 +02:00
|
|
|
|
L’écosystème risotto ce déploie sur une machine centralisée et commande des serveurs distants à travers le réseau Internet.
|
2020-07-03 11:17:24 +02:00
|
|
|
|
|
|
|
|
|
```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
|
|
|
|
|
```
|