[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / lib / openecomp-sdc-enrichment-lib / openecomp-sdc-enrichment-impl / src / test / resources / mock / toscaGlobalServiceTemplates / openecomp / relationships.yml
1 tosca_definitions_version: tosca_simple_openecomp_1_0
2 metadata:
3   filename: openecomp/relationships.yml
4   version: '1.0'
5 imports:
6 - openecomp_index:
7     file: _index.yml
8 relationship_types:
9   org.openecomp.relationships.VolumeAttachesTo:
10     derived_from: org.openecomp.relationships.AttachesTo
11     description: This type represents an attachment relationship for associating volume
12     properties:
13       volume_id:
14         type: string
15         description: The ID of the volume to be attached
16         required: true
17         status: SUPPORTED
18       instance_uuid:
19         type: string
20         description: The ID of the server to which the volume attaches
21         required: true
22         status: SUPPORTED
23     attributes:
24       show:
25         type: string
26         description: Detailed information about resource
27         status: SUPPORTED
28   org.openecomp.relationships.AttachesTo:
29     derived_from: tosca.relationships.AttachesTo
30     description: This type represents an attachment relationship
31     properties:
32       location:
33         type: string
34         description: The relative location (e.g., path on the file system), which provides the root location to address an attached node.
35         required: false
36         status: SUPPORTED