From 9aafd66da49fdbdb2b23b65a2a28072233bdfdd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Natal=20Ng=C3=A9tal?= Date: Mon, 3 Dec 2018 11:20:09 +0100 Subject: [PATCH] [Documentation] Add tripleo container command. The command openstack tripleo container image prepare should be run before undercloud upgrade. Change-Id: I733a5b544bd27c78409a39dc3dc1c6877d5fe211 Closes-Bug: #1797382 --- doc/source/upgrade/undercloud.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/source/upgrade/undercloud.rst b/doc/source/upgrade/undercloud.rst index b0897a5a..5b0f392c 100644 --- a/doc/source/upgrade/undercloud.rst +++ b/doc/source/upgrade/undercloud.rst @@ -99,6 +99,20 @@ Updating Undercloud Components sudo yum update python-tripleoclient* openstack-tripleo-common openstack-tripleo-heat-templates +#. As part of the undercloud install, an image registry is configured on port + `8787`. This is used to increase reliability of overcloud image pulls, and + minimise overall network transfers. First it is highly suggested to perform + a backup of the initial `containers-prepare-parameter.yaml` file. Then + update the new `containers-prepare-parameter.yaml` file with the same + modifications made in the initial one:: + + openstack tripleo container image prepare default \ + --local-push-destination \ + --output-env-file ~/containers-prepare-parameter.yaml + + .. note:: + This command is available since Rocky. + #. Run the undercloud upgrade command. This command will upgrade all packages and use puppet to apply new configuration and restart all OpenStack services