947a7148e8
Bug #1611800 fixed an upgrade issue by enabling purging configs for some services, but this causes issues such as longer updates and restarting services in the minor update case, so only do this for major upgrades, and default to false. Related-Bug: #1611800 Closes-Bug: #1674858 Change-Id: Iff7d715f6730c5633f1146008504b4309ef3133d
9 lines
280 B
YAML
9 lines
280 B
YAML
# Use this to reset any mappings only used for upgrades after the
|
|
# update of all nodes is completed
|
|
resource_registry:
|
|
OS::TripleO::PostDeploySteps: ../puppet/post.yaml
|
|
parameter_defaults:
|
|
EnableConfigPurge: false
|
|
UpgradeLevelNovaCompute: ''
|
|
UpgradeInitCommonCommand: ''
|