Merge "controller: enable HTTP Glance backend"
[apex-tripleo-heat-templates.git] / puppet / cinder-storage-post.yaml
1 heat_template_version: 2015-04-30
2 description: 'OpenStack cinder storage post deployment for Puppet'
3
4 parameters:
5   servers:
6     type: json
7   NodeConfigIdentifiers:
8      type: json
9      description: Value which changes if the node configuration may need to be re-applied
10
11 resources:
12
13   VolumePuppetConfig:
14     type: OS::Heat::SoftwareConfig
15     properties:
16       group: puppet
17       outputs:
18       - name: result
19       config:
20         get_file: manifests/overcloud_volume.pp
21
22   VolumeDeployment_Step1:
23     type: OS::Heat::StructuredDeployments
24     properties:
25       servers:  {get_param: servers}
26       config: {get_resource: VolumePuppetConfig}