tripleo-heat-templates/puppet/cinder-storage-post.yaml
Giulio Fidente b11ed4ad64 Refresh description for swift/cinder/ceph storage nodes
These appear in the Tuskar UI and CLI so are worth keeping
consistent with those of the controller/compute nodes

Change-Id: I7cdd3a67d6f190f43e279fad0c4bf5f409d1e161
2015-04-17 15:02:10 +02:00

24 lines
515 B
YAML

heat_template_version: 2014-10-16
description: 'OpenStack cinder storage post deployment for Puppet'
parameters:
servers:
type: json
resources:
VolumePuppetConfig:
type: OS::Heat::SoftwareConfig
properties:
group: puppet
outputs:
- name: result
config:
get_file: manifests/overcloud_volume.pp
VolumeDeployment_Step1:
type: OS::Heat::StructuredDeployments
properties:
servers: {get_param: servers}
config: {get_resource: VolumePuppetConfig}