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
12 lines
482 B
YAML
12 lines
482 B
YAML
resource_registry:
|
|
# FIXME(shardy) do we need to break major_upgrade_steps.yaml apart to
|
|
# enable docker specific logic, or is just overridding PostUpgradeSteps
|
|
# enough (as we want to share the ansible tasks steps etc)
|
|
OS::TripleO::PostDeploySteps: ../puppet/major_upgrade_steps.yaml
|
|
parameter_defaults:
|
|
EnableConfigPurge: false
|
|
UpgradeLevelNovaCompute: auto
|
|
UpgradeInitCommonCommand: |
|
|
#!/bin/bash
|
|
# Ocata to Pike, put any needed host-level workarounds here
|