summaryrefslogtreecommitdiffstats
path: root/integration-tests/src/main/resources/import/tosca/models/init/README.md
diff options
context:
space:
mode:
authorJvD_Ericsson <jeff.van.dam@est.tech>2023-06-13 08:48:16 +0100
committerVasyl Razinkov <vasyl.razinkov@est.tech>2023-06-29 19:59:09 +0000
commit2cecd886d08bd2f97426746aa19b581568c38954 (patch)
treeed46432cde31c929393bf62dc09c54bbd8fcd110 /integration-tests/src/main/resources/import/tosca/models/init/README.md
parentcf0a8b21e85ec41260da802a2b923fabe89c9aaa (diff)
Create test model
Issue-ID: SDC-4471 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: I49d6721b9c60cf62ddcdc47beed70db08ba0a031
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"
+}
+```
+