summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-tosca-converter-lib/openecomp-tosca-converter-core/src/test/resources/mock/toscaConverter/convertPolicies/in/Definitions/GlobalSubstitutionTypesServiceTemplate.yaml
blob: a88171701e85b1709e9443752a219baaa82370e0 (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
node_types:
  tosca.nodes.nfv.VDU.Compute:
    attributes:
      private_address:
        type: string
      public_address:
        type: string
      networks:
        type: string
      ports:
        type: string
    capabilities:
      scalable:
        type: tosca.capabilities.Scalable
      virtual_compute:
        type: tosca.capabilities.nfv.VirtualCompute
      endpoint:
        type: tosca.capabilities.Endpoint.Admin
      os:
        type: tosca.capabilities.OperatingSystem
      virtual_binding:
        type: tosca.capabilities.nfv.VirtualBindable
      host:
        type: tosca.capabilities.Container
      binding:
        type: tosca.capabilities.network.Bindable
      monitoring_parameter:
        type: tosca.capabilities.nfv.Metric
    derived_from: tosca.nodes.Root
    properties:
      configurable_properties:
        entry_schema:
          type: tosca.datatypes.nfv.VnfcConfigurableProperties
        type: map
      name:
        type: string
      nfvi_constraints:
        entry_schema:
          type: string
        required: false
        type: list
      descrption:
        type: string
      boot_order:
        entry_schema:
          type: string
        required: false
        type: list
    requirements:
    - local_storage:
        capability: tosca.capabilities.Attachment
        occurrences:
        - 0
        - UNBOUNDED
    - virtual_storage:
        capability: tosca.capabilities.nfv.VirtualStorage
        occurrences:
        - 0
        - UNBOUNDED
tosca_definitions_version: tosca_simple_yaml_1_0