Updated pom to remove distribution-management section and corrected aai base image...
[aai/babel.git] / src / test / resources / ymlFiles / resource-Cindervolume-template.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0
2 metadata:
3   invariantUUID: b00d73b6-671e-41dc-9ce0-268600929ce7
4   UUID: 36652c43-0ee0-40a2-aa06-3f0ad68bf268
5   name: CinderVolume
6   description: 'Represents a server-local block storage device that provides persistent
7     storage to guest virtual machines. '
8   type: VFC
9   category: Generic
10   subcategory: Infrastructure
11   resourceVendor: ATT (Tosca)
12   resourceVendorRelease: 1.0.0.wd03
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 node_types:
27   org.openecomp.resource.vfc.nodes.heat.cinder.Volume:
28     derived_from: org.openecomp.resource.vfc.nodes.volume
29     description: 'Represents a server-local block storage device that provides persistent
30       storage to guest virtual machines. '
31     properties:
32       availability_zone:
33         type: string
34         description: The availability zone in which the volume will be created
35       image:
36         type: string
37         description: If specified, the name or ID of the image to create the volume from
38       metadata:
39         type: map
40         description: Key/value pairs to associate with the volume
41         entry_schema:
42           type: string
43       volume_type:
44         type: string
45         description: If specified, the type of volume to use, mapping to a specific backend
46       description:
47         type: string
48         description: A description of the volume
49       device_type:
50         type: string
51         description: Device type
52       disk_bus:
53         type: string
54         description: 'Bus of the device: hypervisor driver chooses a suitable default
55           if omitted'
56       backup_id:
57         type: string
58         description: If specified, the backup to create the volume from
59       source_volid:
60         type: string
61         description: If specified, the volume to use as source
62       boot_index:
63         type: integer
64         description: Integer used for ordering the boot disks
65       read_only:
66         type: boolean
67         description: Enables or disables read-only access mode of volume
68       name:
69         type: string
70         description: A name used to distinguish the volume
71       scheduler_hints:
72         type: map
73         description: Arbitrary key-value pairs specified by the client to help the Cinder scheduler creating a volume
74         entry_schema:
75           type: string
76       swap_size:
77         type: scalar-unit.size
78         description: The size of the swap, in MB
79       delete_on_termination:
80         type: boolean
81         description: Indicate whether the volume should be deleted when the server is terminated
82       multiattach:
83         type: boolean
84         description: Whether allow the volume to be attached more than once