aboutsummaryrefslogtreecommitdiffstats
path: root/puppet
diff options
context:
space:
mode:
authorJames Slagle <jslagle@redhat.com>2017-07-17 12:00:35 -0400
committerJames Slagle <jslagle@redhat.com>2017-07-17 17:17:52 -0400
commitc1a4f8d810c4c472196ee17d28c449ef40ed91e8 (patch)
treed270ad76d619f9964cef42558b8e9eb12faa5cab /puppet
parent1bb56bce55845ddf0c2a0d330c46b0fd03f9036c (diff)
Set name property on missing deployments
To be consistent with all other SoftwareDeployment's in tripleo-heat-templates, this sets the name property on the deployments where it was missing. Change-Id: I8bc062d2af93acead240bd5e473ea385b2bf6cf2
Diffstat (limited to 'puppet')
-rw-r--r--puppet/puppet-steps.j21
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/puppet-steps.j2 b/puppet/puppet-steps.j2
index 55aa6856..025598bf 100644
--- a/puppet/puppet-steps.j2
+++ b/puppet/puppet-steps.j2
@@ -24,6 +24,7 @@ resources:
{{role.name}}ArtifactsDeploy:
type: OS::Heat::StructuredDeployments
properties:
+ name: {{role.name}}ArtifactsDeploy
servers: {get_param: [servers, {{role.name}}]}
config: {get_resource: {{role.name}}ArtifactsConfig}