Skip to content

Instantly share code, notes, and snippets.

@mcallaway
Created March 24, 2016 21:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcallaway/bf2e2d858b5008b7448f to your computer and use it in GitHub Desktop.
Save mcallaway/bf2e2d858b5008b7448f to your computer and use it in GitHub Desktop.
heat_template_version: 2014-10-16
description: server cluster
parameters:
size:
type: number
default: 2
description: How many servers
resources:
cluster:
type: OS::Heat::ResourceGroup
properties:
count: {get_param: size}
resource_def:
type: coreos.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment