diff options
Diffstat (limited to 'tosca2heat/tosca-parser/toscaparser/tests/data/groups/definitions.yaml')
-rw-r--r-- | tosca2heat/tosca-parser/toscaparser/tests/data/groups/definitions.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tosca2heat/tosca-parser/toscaparser/tests/data/groups/definitions.yaml b/tosca2heat/tosca-parser/toscaparser/tests/data/groups/definitions.yaml new file mode 100644 index 0000000..40c1d8b --- /dev/null +++ b/tosca2heat/tosca-parser/toscaparser/tests/data/groups/definitions.yaml @@ -0,0 +1,10 @@ +tosca_definitions_version: tosca_simple_yaml_1_0 + +group_types: + mycompany.mytypes.groups.placement: + description: My company's group type for placing nodes of type Compute + members: [ tosca.nodes.Compute ] + metadata: + type: map + entry_schema: + type: string |