tripleo-common/releasenotes/notes/skip-deploy-identifier-d5abb0d4e6af0ecd.yaml
James Slagle 9d15887430 Add skip_deploy_identifier
Add a new action argument, skip_deploy_identifier to DeployStackAction.
The argument will disable setting a unique value for the
DeployIdentifier parameter, which means the SoftwareDeployment resources
in the templates will only be triggered if there is an actual change to
their configuration.  This argument can be used to avoid always applying
configuration, such as during node scale out.

Change-Id: Idb901a841846fec33d189b3c95f669b0380498ce
2017-04-03 22:21:02 -04:00

11 lines
608 B
YAML

---
features:
- Add a new action argument, skip_deploy_identifier to DeployStackAction. The
argument will disable setting a unique value for the DeployIdentifier
parameter, which means the SoftwareDeployment resources in the templates
will only be triggered if there is an actual change to their configuration.
This argument can be used to avoid always applying configuration, such as
during node scale out. This option should be used with Caution, and only if
there is confidence that the software configuration does not need to be
run, such as when scaling out certain roles.