summaryrefslogtreecommitdiffstats
path: root/azure/aria/aria-extension-cloudify/src/aria/examples/tosca-simple-1.0/use-cases/object-storage-1/object-storage-1.yaml
blob: c55a4dbb7f0436728dcb0a2a48ac8f98dbb0516c (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
tosca_definitions_version: tosca_simple_yaml_1_0

description: >-
    TOSCA template for creating an object storage service.

metadata:
  template_name: object-storage-1
  template_author: TOSCA Simple Profile in YAML
  template_version: '1.0'

topology_template:

  inputs:
    objectstore_name:
      type: string

  node_templates:

    obj_store_server:
      type: tosca.nodes.ObjectStorage
      properties:
        name: { get_input: objectstore_name }
        size: 4096 MB
        maxsize: 20 GB