7f6305980d
If we consolidate these we can focus on one implementation (the new ansible based one used for docker-steps) Change-Id: Iec0ad2278d62040bf03613fc9556b199c6a80546 Depends-On: Ifa2afa915e0fee368fb2506c02de75bf5efe82d5
12 lines
351 B
YAML
12 lines
351 B
YAML
resource_registry:
|
|
OS::TripleO::PostDeploySteps: ../common/major_upgrade_steps.yaml
|
|
parameter_defaults:
|
|
EnableConfigPurge: false
|
|
StackUpdateType: UPGRADE
|
|
UpgradeLevelNovaCompute: auto
|
|
UpgradeInitCommonCommand: |
|
|
#!/bin/bash
|
|
set -eu
|
|
# Ocata to Pike, put any needed host-level workarounds here
|
|
yum install -y ansible-pacemaker
|