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
This commit is contained in:
parent
7b02ad73fb
commit
96618f85e6
@ -7,9 +7,9 @@ parameter_defaults:
|
|||||||
# Newton to Ocata, we need to remove old hiera hook data and
|
# Newton to Ocata, we need to remove old hiera hook data and
|
||||||
# install ansible heat agents and ansible-pacemaker
|
# install ansible heat agents and ansible-pacemaker
|
||||||
set -eu
|
set -eu
|
||||||
|
yum install -y openstack-heat-agents
|
||||||
yum install -y python-heat-agent-*
|
yum install -y python-heat-agent-*
|
||||||
yum install -y ansible-pacemaker
|
yum install -y ansible-pacemaker
|
||||||
rm -f /usr/libexec/os-apply-config/templates/etc/puppet/hiera.yaml
|
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 /usr/libexec/os-refresh-config/configure.d/40-hiera-datafiles
|
||||||
rm -f /etc/puppet/hieradata/*.yaml
|
rm -f /etc/puppet/hieradata/*.yaml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user