aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/src/main/resources/import/tosca/models/init/README.md
blob: d4d1a368f95ea2c554db6b9ac8bd9e2e9a92f899 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
This folder purpose is to contain any models that needs to be created during the first 
initialization of the system (install).

```bash
├── init
│   ├── <model_1_to_create>
│   │   ├── payload.json
│   │   ├── imports
│   │   │   ├── **/*.yaml
[...]
│   ├── <model_n_to_create>
│   │   ├── payload.json
│   │   ├── imports
│   │   │   ├── **/*.yaml
```

The model folder name is irrelevant to indicate which model should be created. This information must
be provided in the payload.json contained within the model folder.

The content of the payload.json for the model with name "ETSI SOL001 v2.5.1" is expected to be:
```json
{
  "name": "ETSI SOL001 v2.5.1"
}
```