f1762f4c902adfbb81ca89642580bc5bdb86ee7d
[sdc/sdc-distribution-client.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0
2
3 description: >
4   TOSCA templates used to test custom datatypes.
5
6 imports:
7   - custom_datatype_def.yaml
8
9 topology_template:
10   node_templates:
11     positive:
12       type: tosca.nodes.my.SomeNode
13       properties:
14         people:
15           name: Mike
16           gender: male
17           addresses: {Home: 1 foo street, Office: 9 bar avenue}
18           contacts:
19             - {contact_name: Tom,
20               contact_email: tom@email.com,
21               contact_phone: '123456789'}
22             - {contact_name: Jerry,
23               contact_email: jerry@email.com,
24               contact_phone: '321654987'}