566f70541f7633495e7042dd97cebee565bc4853
[policy/distribution.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_1
2 metadata:
3   invariantUUID: a2b52b7f-dcc1-4ac9-9333-db87b5393841
4   UUID: e7153786-05ac-4911-a125-0560f7e62ec9
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 - annotations:
27     file: annotations.yml
28 node_types:
29   tosca.nodes.nfv.Vdu.VirtualStorage:
30     derived_from: tosca.nodes.Root
31     description: VDU VirtualStorage
32     properties:
33       vdu_storage_requirements:
34         type: map
35         entry_schema:
36           type: string
37       size_of_storage:
38         type: scalar-unit.size
39       rdma_enabled:
40         type: boolean
41       type_of_storage:
42         type: string
43     capabilities:
44       virtual_storage:
45         type: tosca.capabilities.nfv.VirtualStorage
46         occurrences:
47         - 1
48         - UNBOUNDED
49         valid_source_types: [
50           ]