fix tosca template bugs
[modeling/etsicatalog.git] / catalog / pub / utils / toscaparser / testdata / ns / service-vims / Definitions / resource-VduCpd-template.yml
1 tosca_definitions_version: tosca_simple_yaml_1_1
2 metadata:
3   invariantUUID: a79633fa-0a7f-4858-9064-93d7f1bb8f88
4   UUID: 04dcc383-181f-41c3-9ca0-49fa56278d2a
5   name: VDU Cpd
6   description: VDU Cpd
7   type: CP
8   category: Generic
9   subcategory: Network Elements
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.VduCpd:
28     derived_from: tosca.nodes.Root
29     description: VDU Cpd
30     properties:
31       virtual_network_interface_requirements:
32         type: list
33         entry_schema:
34           type: tosca.datatypes.nfv.VirtualNetworkInterfaceRequirements
35       role:
36         type: string
37       bitrate_requirement:
38         type: integer
39       description:
40         type: string
41       layer_protocol:
42         type: string
43       address_data:
44         type: list
45         entry_schema:
46           type: tosca.datatype.nfv.AddressData
47     requirements:
48     - virtual_link:
49         occurrences:
50         - 0
51         - UNBOUNDED
52         capability: tosca.capabilities.nfv.VirtualLinkable
53     - virtual_binding:
54         occurrences:
55         - 0
56         - UNBOUNDED
57         capability: tosca.capabilities.nfv.VirtualBindable