From c1a4f8d810c4c472196ee17d28c449ef40ed91e8 Mon Sep 17 00:00:00 2001 From: James Slagle Date: Mon, 17 Jul 2017 12:00:35 -0400 Subject: 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 --- extraconfig/tasks/post_puppet_pacemaker_restart.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'extraconfig/tasks/post_puppet_pacemaker_restart.yaml') diff --git a/extraconfig/tasks/post_puppet_pacemaker_restart.yaml b/extraconfig/tasks/post_puppet_pacemaker_restart.yaml index 203ca1f8..102be8a8 100644 --- a/extraconfig/tasks/post_puppet_pacemaker_restart.yaml +++ b/extraconfig/tasks/post_puppet_pacemaker_restart.yaml @@ -23,6 +23,7 @@ resources: ControllerPostPuppetRestartDeployment: type: OS::Heat::SoftwareDeployments properties: + name: ControllerPostPuppetRestartDeployment servers: {get_param: servers} config: {get_resource: ControllerPostPuppetRestartConfig} input_values: {get_param: input_values} -- cgit 1.2.3-korg