vFW and vDNS support added to azure-plugin
[multicloud/azure.git] / azure / aria / aria-extension-cloudify / src / aria / examples / tosca-simple-1.0 / use-cases / object-storage-1 / object-storage-1.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_0
2
3 description: >-
4     TOSCA template for creating an object storage service.
5
6 metadata:
7   template_name: object-storage-1
8   template_author: TOSCA Simple Profile in YAML
9   template_version: '1.0'
10
11 topology_template:
12
13   inputs:
14     objectstore_name:
15       type: string
16
17   node_templates:
18
19     obj_store_server:
20       type: tosca.nodes.ObjectStorage
21       properties:
22         name: { get_input: objectstore_name }
23         size: 4096 MB
24         maxsize: 20 GB