forked from stove/risotto
34 lines
539 B
Markdown
34 lines
539 B
Markdown
![Logo Risotto](../logo.png "logo risotto")
|
|
|
|
# Risotto
|
|
|
|
## 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")
|
|
|