aboutsummaryrefslogtreecommitdiffstats
path: root/environments/major-upgrade-composable-steps.yaml
diff options
context:
space:
mode:
authorMarius Cornea <mcornea@redhat.com>2017-02-25 21:02:01 +0100
committerMarius Cornea <mcornea@redhat.com>2017-02-25 21:02:01 +0100
commit96618f85e6b92a4d1d2413e72adafab2abcbddc6 (patch)
treed8c8751ca8f1ef295a0d293f9fbd7b5679e65414 /environments/major-upgrade-composable-steps.yaml
parent7b02ad73fba02689322342e24325cbe04cab637e (diff)
Install openstack-heat-agents on upgrade
This package wasn't installed in the Newton image and we need to install it during upgrade to be able to skip preupgrade validations. Change-Id: If6ee7a3801756ac445ae35534803eab175ad8e40 Closes-Bug: 1667967
Diffstat (limited to 'environments/major-upgrade-composable-steps.yaml')
-rw-r--r--environments/major-upgrade-composable-steps.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/environments/major-upgrade-composable-steps.yaml b/environments/major-upgrade-composable-steps.yaml
index 9e3cddba..9ecc2251 100644
--- a/environments/major-upgrade-composable-steps.yaml
+++ b/environments/major-upgrade-composable-steps.yaml
@@ -7,9 +7,9 @@ parameter_defaults:
# Newton to Ocata, we need to remove old hiera hook data and
# install ansible heat agents and ansible-pacemaker
set -eu
+ yum install -y openstack-heat-agents
yum install -y python-heat-agent-*
yum install -y ansible-pacemaker
rm -f /usr/libexec/os-apply-config/templates/etc/puppet/hiera.yaml
rm -f /usr/libexec/os-refresh-config/configure.d/40-hiera-datafiles
rm -f /etc/puppet/hieradata/*.yaml
-