Undercloud upgrade docs -- "yum update" necessary packages

Expand the list of packages to `yum update` prior running `undercloud
upgrade`:

* openstack-tripleo-common -- we use direct Python imports from common
  to tripleoclient.

* openstack-tripleo-heat-templates -- nowadays we upgrade the
  undercloud based on t-h-t content, we need the latest content before
  we trigger the upgrade.

Change-Id: Ie7a51bebb1d18c6f4442c5177f593008819ae51c
Partial-Bug: #1794770
This commit is contained in:
Jiri Stransky 2018-10-01 10:02:02 +02:00
parent 777c3bcbd1
commit c027c7e238
1 changed files with 2 additions and 2 deletions

View File

@ -93,11 +93,11 @@ Updating Undercloud Components
the Ocata to Pike upgrade.
Update TripleO CLI package
Update TripleO CLI and dependencies
.. code-block:: bash
sudo yum update python-tripleoclient*
sudo yum update python-tripleoclient* openstack-tripleo-common openstack-tripleo-heat-templates
#. Run the undercloud upgrade command. This command will upgrade all packages
and use puppet to apply new configuration and restart all OpenStack