specification/infrastructure.md

20 lines
521 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## Infrastructure
Lécosystème risotto ce 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 dauthentification
admin->risotto: gestion de parc
risotto->factory: communication de la spécification du parc
```