Skip to content

Instantly share code, notes, and snippets.

@hardys
hardys / server_with_volume_group.yaml
Created September 11, 2014 08:43
Resource Group Blog Snippet 2
heat_template_version: 2013-05-23
resources:
rg:
type: OS::Heat::ResourceGroup
properties:
count: 5
resource_def: {type: server_with_volume.yaml}
@hardys
hardys / server_with_volume.yaml
Last active August 29, 2015 14:06
ResourceGroup Blog Snippet1
heat_template_version: 2013-05-23
resources:
volume:
type: OS::Cinder::Volume
properties:
size: 1
volume_attachment:
type: OS::Cinder::VolumeAttachment