2017-03-01 13:57:13 +00:00
|
|
|
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:
|
2017-03-22 09:18:29 +00:00
|
|
|
EnableConfigPurge: false
|
2017-02-24 13:41:40 -05:00
|
|
|
StackUpdateType: UPGRADE
|
2017-03-01 13:57:13 +00:00
|
|
|
UpgradeLevelNovaCompute: auto
|
|
|
|
UpgradeInitCommonCommand: |
|
|
|
|
#!/bin/bash
|
2017-06-29 11:38:09 +02:00
|
|
|
set -eu
|
2017-03-01 13:57:13 +00:00
|
|
|
# Ocata to Pike, put any needed host-level workarounds here
|
2017-06-29 11:38:09 +02:00
|
|
|
yum install -y ansible-pacemaker
|