aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/src/main/resources/import/tosca/models/init/testModel/tosca/node-types/metadata.json
diff options
context:
space:
mode:
Diffstat (limited to 'integration-tests/src/main/resources/import/tosca/models/init/testModel/tosca/node-types/metadata.json')
-rw-r--r--integration-tests/src/main/resources/import/tosca/models/init/testModel/tosca/node-types/metadata.json91
1 files changed, 91 insertions, 0 deletions
diff --git a/integration-tests/src/main/resources/import/tosca/models/init/testModel/tosca/node-types/metadata.json b/integration-tests/src/main/resources/import/tosca/models/init/testModel/tosca/node-types/metadata.json
new file mode 100644
index 0000000000..e38dd6cf82
--- /dev/null
+++ b/integration-tests/src/main/resources/import/tosca/models/init/testModel/tosca/node-types/metadata.json
@@ -0,0 +1,91 @@
+{
+ "nodeMetadataList": [
+ {
+ "contactId": "jh0003",
+ "toscaName": "tosca.nodes.Root",
+ "name": "Root",
+ "model": "TEST MODEL",
+ "description": "The TOSCA Node Type all other TOSCA base Node Types derive from",
+ "resourceIconPath": "defaulticon",
+ "categories": [
+ {
+ "name": "Generic",
+ "subcategories": [
+ {
+ "name": "Abstract"
+ }
+ ]
+ }
+ ],
+ "tags": [
+ "Root",
+ "tosca.nodes.Root"
+ ]
+ },
+ {
+ "contactId": "jh0003",
+ "toscaName": "tosca.nodes.test.testWithConstraints",
+ "name": "TestWithConstraints",
+ "model": "TEST MODEL",
+ "description": "A vfc used for testing constraints",
+ "resourceIconPath": "defaulticon",
+ "categories": [
+ {
+ "name": "Generic",
+ "subcategories": [
+ {
+ "name": "Infrastructure"
+ }
+ ]
+ }
+ ],
+ "tags": [
+ "TestWithConstraints"
+ ]
+ },
+ {
+ "payloadName": "testNodeSimple.yml",
+ "contactId": "jh0003",
+ "toscaName": "tosca.nodes.test.testNodeSimple",
+ "name": "TestNodeSimple",
+ "model": "TEST MODEL",
+ "description": "A vfc used for testing simple data types",
+ "resourceIconPath": "defaulticon",
+ "categories": [
+ {
+ "name": "Generic",
+ "subcategories": [
+ {
+ "name": "Infrastructure"
+ }
+ ]
+ }
+ ],
+ "tags": [
+ "TestNodeSimple"
+ ]
+ },
+ {
+ "payloadName": "testNodeComplex.yml",
+ "contactId": "jh0003",
+ "toscaName": "tosca.nodes.test.testNodeComplex",
+ "name": "TestNodeComplex",
+ "model": "TEST MODEL",
+ "description": "A vfc used for testing complex data types",
+ "resourceIconPath": "defaulticon",
+ "categories": [
+ {
+ "name": "Generic",
+ "subcategories": [
+ {
+ "name": "Infrastructure"
+ }
+ ]
+ }
+ ],
+ "tags": [
+ "TestNodeComplex"
+ ]
+ }
+ ]
+} \ No newline at end of file