a7b5689679
This will enable those consuming the stack_update_type hieradata set by this parameter to differentiate an update from a major upgrade Change-Id: I38469f4b7d04165ea5371aeb0cbd2e9349d70c79
13 lines
509 B
YAML
13 lines
509 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
|
|
StackUpdateType: UPGRADE
|
|
UpgradeLevelNovaCompute: auto
|
|
UpgradeInitCommonCommand: |
|
|
#!/bin/bash
|
|
# Ocata to Pike, put any needed host-level workarounds here
|