aboutsummaryrefslogtreecommitdiffstats
path: root/testsuites/stability/src/main/resources/testplans/templates/memoryPageSize/Definitions/resource-Vnf-template.yml
blob: 121aba2cf0846e8e3f946a118256935c0b119638 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
tosca_definitions_version: tosca_simple_yaml_1_1
metadata:
  invariantUUID: 7f6227f9-771a-4d25-86bb-2b3ba809e81c
  UUID: d5c50615-de40-4a8a-a2a6-9eae9bd5b30f
  name: VNF
  description: VNF
  type: VFC
  category: Generic
  subcategory: Infrastructure
  resourceVendor: ATT (Tosca)
  resourceVendorRelease: 1.0.0.wd03
  resourceVendorModelNumber: ''
imports:
- nodes:
    file: nodes.yml
- datatypes:
    file: data.yml
- capabilities:
    file: capabilities.yml
- relationships:
    file: relationships.yml
- groups:
    file: groups.yml
- policies:
    file: policies.yml
- annotations:
    file: annotations.yml
node_types:
  tosca.nodes.nfv.VNF:
    derived_from: tosca.nodes.Root
    description: VNF
    properties:
      configurable_properties:
        type: tosca.datatypes.nfv.VnfConfigurableProperties
      product_info_name:
        type: string
      default_localization_language:
        type: string
      flavour_id:
        type: string
      flavour_description:
        type: string
      product_name:
        type: string
      descriptor_id:
        type: string
      product_info_description:
        type: string
      provider:
        type: string
      descriptor_version:
        type: string
      vnfm_info:
        type: list
        entry_schema:
          type: string
      software_version:
        type: string
      localization_languages:
        type: list
        entry_schema:
          type: string
    requirements:
    - virtual_link:
        occurrences:
        - 0
        - UNBOUNDED
        capability: tosca.capabilities.nfv.VirtualLinkable
        node: tosca.nodes.nfv.VnfVirtualLink
        relationship: tosca.relationships.nfv.VirtualLinksTo