tripleo-heat-templates/environments/major-upgrade-composable-steps.yaml
marios 2b722e99dc Remove the heat upgrade steps for Q upgrade workflow
This removes most of the Heat driver upgrade workflow, including
the script delivery and stepwise upgrade tasks with invocation
of ansible via heat

For Q upgrades the operator should use
    openstack overcloud upgrade --init-upgrade --container-registry-file file
    openstack overcloud upgrade --nodes Controller
etc.

Depends-On: I54f8fc57b758e34c620d607be15d2291d545ff6f
Change-Id: I75f087dc456c50327c3b4ad98a1f89a7e012dc68
(cherry picked from commit 5cbe298f59)
2018-03-15 22:28:43 +00:00

14 lines
403 B
YAML

#DEPRECATED: This environment file was last used for upgrades to stable/pike.
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