5cbe298f59
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
14 lines
403 B
YAML
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
|