Skip to content
Snippets Groups Projects
Commit aac6e7e9 authored by Martin Čuchran's avatar Martin Čuchran
Browse files

Add new file

parent 285b4430
No related branches found
No related tags found
No related merge requests found
heat_template_version: 2016-04-08
description: >
Small cluster of VMs which uses git templates. (dont forget to use environment file)
parameters:
cluster_size:
type: number
label: Cluster size
description: Number of instances in cluster.
default: 4
resources:
tiny_cluster:
type: OS::Heat::ResourceGroup
properties:
count: { get_param: cluster_size }
resource_def:
type: Lib::single_vm
properties:
network: { get_attr: [ network, private_subnet, network_id ] }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment