b11ed4ad64
These appear in the Tuskar UI and CLI so are worth keeping consistent with those of the controller/compute nodes Change-Id: I7cdd3a67d6f190f43e279fad0c4bf5f409d1e161
24 lines
515 B
YAML
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}
|