4cbac12082
This is only valid for Netwon to Ocata upgrade. Change-Id: I57dba7e004455b260d4c862bd6399d8f2848bcd8
15 lines
411 B
YAML
15 lines
411 B
YAML
resource_registry:
|
|
OS::TripleO::PostDeploySteps: ../common/major_upgrade_steps.yaml
|
|
parameter_defaults:
|
|
EnableConfigPurge: true
|
|
StackUpdateType: UPGRADE
|
|
UpgradeLevelNovaCompute: auto
|
|
UpgradeInitCommonCommand: |
|
|
#!/bin/bash
|
|
set -eu
|
|
yum install -y python-heat-agent-*
|
|
yum update -y ansible
|
|
yum install -y ansible-pacemaker
|
|
MigrationSshPort: 22
|
|
UpgradeRemoveUnusedPackages: false
|