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
This commit is contained in:
parent
1bb56bce55
commit
c1a4f8d810
@ -18,5 +18,6 @@ resources:
|
||||
DeployedServerBootstrapDeployment:
|
||||
type: OS::Heat::SoftwareDeployment
|
||||
properties:
|
||||
name: DeployedServerBootstrapDeployment
|
||||
config: {get_resource: DeployedServerBootstrapConfig}
|
||||
server: {get_param: server}
|
||||
|
@ -18,5 +18,6 @@ resources:
|
||||
DeployedServerBootstrapDeployment:
|
||||
type: OS::Heat::SoftwareDeployment
|
||||
properties:
|
||||
name: DeployedServerBootstrapDeployment
|
||||
config: {get_resource: DeployedServerBootstrapConfig}
|
||||
server: {get_param: server}
|
||||
|
@ -27,6 +27,7 @@ resources:
|
||||
{{role.name}}PostPuppetMaintenanceModeDeployment:
|
||||
type: OS::Heat::SoftwareDeployments
|
||||
properties:
|
||||
name: {{role.name}}PostPuppetMaintenanceModeDeployment
|
||||
servers: {get_param: [servers, {{role.name}}]}
|
||||
config: {get_resource: {{role.name}}PostPuppetMaintenanceModeConfig}
|
||||
input_values: {get_param: input_values}
|
||||
|
@ -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}
|
||||
|
@ -36,6 +36,7 @@ resources:
|
||||
config: {get_resource: SshHostPubKeyConfig}
|
||||
server: {get_param: server}
|
||||
actions: {get_param: deployment_actions}
|
||||
name: SshHostPubKeyDeployment
|
||||
|
||||
|
||||
outputs:
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user