121aba2cf0846e8e3f946a118256935c0b119638
[policy/distribution.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_1
2 metadata:
3   invariantUUID: 7f6227f9-771a-4d25-86bb-2b3ba809e81c
4   UUID: d5c50615-de40-4a8a-a2a6-9eae9bd5b30f
5   name: VNF
6   description: VNF
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.VNF:
30     derived_from: tosca.nodes.Root
31     description: VNF
32     properties:
33       configurable_properties:
34         type: tosca.datatypes.nfv.VnfConfigurableProperties
35       product_info_name:
36         type: string
37       default_localization_language:
38         type: string
39       flavour_id:
40         type: string
41       flavour_description:
42         type: string
43       product_name:
44         type: string
45       descriptor_id:
46         type: string
47       product_info_description:
48         type: string
49       provider:
50         type: string
51       descriptor_version:
52         type: string
53       vnfm_info:
54         type: list
55         entry_schema:
56           type: string
57       software_version:
58         type: string
59       localization_languages:
60         type: list
61         entry_schema:
62           type: string
63     requirements:
64     - virtual_link:
65         occurrences:
66         - 0
67         - UNBOUNDED
68         capability: tosca.capabilities.nfv.VirtualLinkable
69         node: tosca.nodes.nfv.VnfVirtualLink
70         relationship: tosca.relationships.nfv.VirtualLinksTo