aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-impl/src/test/resources/mock/toscaGlobalServiceTemplates/openecomp/relationships.yml
blob: 310e9847c75b03537cd362ab46f2f189a297645b (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
tosca_definitions_version: tosca_simple_openecomp_1_0
metadata:
  filename: openecomp/relationships.yml
  version: '1.0'
imports:
- openecomp_index:
    file: _index.yml
relationship_types:
  org.openecomp.relationships.VolumeAttachesTo:
    derived_from: org.openecomp.relationships.AttachesTo
    description: This type represents an attachment relationship for associating volume
    properties:
      volume_id:
        type: string
        description: The ID of the volume to be attached
        required: true
        status: SUPPORTED
      instance_uuid:
        type: string
        description: The ID of the server to which the volume attaches
        required: true
        status: SUPPORTED
    attributes:
      show:
        type: string
        description: Detailed information about resource
        status: SUPPORTED
  org.openecomp.relationships.AttachesTo:
    derived_from: tosca.relationships.AttachesTo
    description: This type represents an attachment relationship
    properties:
      location:
        type: string
        description: The relative location (e.g., path on the file system), which provides the root location to address an attached node.
        required: false
        status: SUPPORTED