2022-11-12 10:45:09 +01:00
|
|
|
![Logo Risotto](../logo.png "logo risotto")
|
|
|
|
|
|
|
|
# Risotto
|
|
|
|
|
2022-12-21 12:14:49 +01:00
|
|
|
## A dataset
|
|
|
|
|
|
|
|
- [Dataset example](dataset_example/dataset.md)
|
|
|
|
|
|
|
|
## Infrastructure
|
|
|
|
|
|
|
|
- [Infrastructure](infrastructure.md)
|
|
|
|
- [Examples](dataset_example/infrastructure.md)
|
|
|
|
|
|
|
|
## risotto.conf
|
|
|
|
|
|
|
|
```toml
|
|
|
|
[directories]
|
|
|
|
datasets = ['<path_to_dataset_base>/seed']
|
|
|
|
dest = 'installations'
|
|
|
|
dest_templates = 'templates'
|
|
|
|
|
|
|
|
[cert_authority]
|
|
|
|
email = '<email>'
|
|
|
|
country = 'FR'
|
|
|
|
locality = 'Dijon'
|
|
|
|
state = 'France'
|
|
|
|
org_name = 'Silique'
|
|
|
|
org_unit_name = 'Cloud'
|
|
|
|
```
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
![Schema](schema.png "Schéma")
|
|
|
|
|