fix tosca template bugs
[modeling/etsicatalog.git] / catalog / pub / utils / toscaparser / testdata / ns / service-vims / Definitions / resource-VduVirtualstorage-template.yml
1 tosca_definitions_version: tosca_simple_yaml_1_1
2 metadata:
3   invariantUUID: fabee67b-5538-453d-9dc0-41c5655c9105
4   UUID: e852ea2a-3a48-4521-8ef7-f12682c75e86
5   name: VDU VirtualStorage
6   description: VDU VirtualStorage
7   type: VFC
8   category: Generic
9   subcategory: Infrastructure
10   resourceVendor: ATT (Tosca)
11   resourceVendorRelease: 1.0.0.wd03
12   resourceVendorModelNumber: ''
13 imports:
14 - nodes:
15     file: nodes.yml
16 - datatypes:
17     file: data.yml
18 - capabilities:
19     file: capabilities.yml
20 - relationships:
21     file: relationships.yml
22 - groups:
23     file: groups.yml
24 - policies:
25     file: policies.yml
26 node_types:
27   tosca.nodes.nfv.VDU.VirtualStorage:
28     derived_from: tosca.nodes.Root
29     description: VDU VirtualStorage
30     properties:
31       id:
32         type: string
33       size_of_storage:
34         type: string
35       rdma_enabled:
36         type: boolean
37       type_of_storage:
38         type: string
39     capabilities:
40       virtual_storage:
41         type: tosca.capabilities.nfv.VirtualStorage
42         occurrences:
43         - 1
44         - UNBOUNDED
45         valid_source_types: [
46           ]