Update tht,tripleoclient and tc before standalone_upgrade.

In a similar way it's being done during undercloud upgrade
[0] we need to update certain packages before executing the
standalone environment upgrade. These packages are
python-tripleoclient, tripleo-heat-templates and tripleo-common.

[0] - https://docs.openstack.org/tripleo-docs/latest/upgrade/undercloud.html
Closes-Bug: #1811371
Change-Id: Iac96f7196ffa0304ca36816c18fc348e27a6ea02
This commit is contained in:
Jose Luis Franco Arza 2019-01-11 14:46:38 +01:00
parent af3637d237
commit 0a9346dd9c
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
sudo yum update -y \
python-tripleoclient \
openstack-tripleo-common \
openstack-tripleo-heat-templates
sudo openstack tripleo upgrade \
--templates \
--local-ip={{ standalone_ip }}/{{ standalone_network_prefix }} \