tripleo-heat-templates/environments/major-upgrade-composable-steps.yaml
Sofer Athlan-Guyot 4cbac12082 Remove hiera hook transition from the upgradeinitcommand.
This is only valid for Netwon to Ocata upgrade.

Change-Id: I57dba7e004455b260d4c862bd6399d8f2848bcd8
2017-11-28 11:53:56 +00:00

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