summaryrefslogtreecommitdiffstats
path: root/integration-tests/src/main/resources/import/tosca/models/init/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'integration-tests/src/main/resources/import/tosca/models/init/README.md')
-rw-r--r--integration-tests/src/main/resources/import/tosca/models/init/README.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/integration-tests/src/main/resources/import/tosca/models/init/README.md b/integration-tests/src/main/resources/import/tosca/models/init/README.md
new file mode 100644
index 0000000000..d4d1a368f9
--- /dev/null
+++ b/integration-tests/src/main/resources/import/tosca/models/init/README.md
@@ -0,0 +1,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"
+}
+```
+