diff options
author | Steven Hardy <shardy@redhat.com> | 2016-05-12 14:58:39 +0100 |
---|---|---|
committer | Steven Hardy <shardy@redhat.com> | 2016-07-04 21:24:16 +0100 |
commit | 59b6afcd35f9fc136f75b22c0b51bbe8f7005a6a (patch) | |
tree | 02dce17867fffe84fbc15ab08cbc703238ec0521 /docker | |
parent | 794fece5cc25d74ca0d874174e2c837a15750fbf (diff) |
Replace NodeConfigIdentifiers with DeployIdentifier
We added NodeConfigIdentifiers to trigger config to be re-applied on
update, but then later added DeployIdentifier which forces config to
*always* be applied on update, so we can simplify things by just
referencing the DeployIdentifier directly.
Change-Id: I79212def1936740825b714419dcb4952bc586a39
Diffstat (limited to 'docker')
-rw-r--r-- | docker/compute-post.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docker/compute-post.yaml b/docker/compute-post.yaml index 3c4a9413..1e330015 100644 --- a/docker/compute-post.yaml +++ b/docker/compute-post.yaml @@ -5,8 +5,8 @@ description: > parameters: servers: type: json - NodeConfigIdentifiers: - type: json + DeployIdentifier: + type: string description: Value which changes if the node configuration may need to be re-applied DockerNamespace: type: string @@ -65,7 +65,7 @@ resources: servers: {get_param: servers} config: {get_resource: ComputePuppetConfig} input_values: - update_identifier: {get_param: NodeConfigIdentifiers} + update_identifier: {get_param: DeployIdentifier} tripleo::packages::enable_install: True CopyEtcConfig: |