fix tosca template bugs
[modeling/etsicatalog.git] / catalog / pub / utils / toscaparser / testdata / ns / service-vims / Definitions / resource-Vnfvirtuallinkdesc-template.yml
1 tosca_definitions_version: tosca_simple_yaml_1_1
2 metadata:
3   invariantUUID: ffa0bcc5-7903-4332-adb9-3c44f577621e
4   UUID: ecb39b27-06c8-4337-9304-d6a88c8c0fae
5   name: VnfVirtualLinkDesc
6   description: VnfVirtualLinkDesc
7   type: VL
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.VnfVirtualLinkDesc:
28     derived_from: tosca.nodes.Root
29     description: VnfVirtualLinkDesc
30     properties:
31       vl_flavours:
32         type: map
33         entry_schema:
34           type: tosca.datatypes.nfv.VlFlavour
35       description:
36         type: string
37       test_access:
38         type: list
39         entry_schema:
40           type: string
41       connectivity_type:
42         type: tosca.datatypes.nfv.ConnectivityType
43     capabilities:
44       virtual_linkable:
45         type: tosca.capabilities.nfv.VirtualLinkable
46         occurrences:
47         - 1
48         - UNBOUNDED
49         valid_source_types: [
50           ]