tripleo-quickstart-extras/roles/container-update
Jose Luis Franco Arza 0de4ed518d Render containerized-prepare-parameters.yaml during upgrade if not found.
Generally, if we upgrade from a containerized undercloud the
containers-prepare-paramters.yaml file will be already present (as
it is being rendered during the undercloud-deploy). However, if we
upgrade the Undercloud from Queens (non-containerized) to Rocky
(containerized) the file won't be present. We need to render it
during the container-update role so we can set the right values.

Change-Id: I3fd411ef753bdd1f4ce5d6befa726d82e9073458
Related-Bug: #1855856
2019-12-11 09:43:19 +01:00
..
defaults Add container-update role and containers prepare step for Undercloud upgrades. 2019-11-25 21:39:19 +01:00
meta Add container-update role and containers prepare step for Undercloud upgrades. 2019-11-25 21:39:19 +01:00
tasks Render containerized-prepare-parameters.yaml during upgrade if not found. 2019-12-11 09:43:19 +01:00
README.md Add container-update role and containers prepare step for Undercloud upgrades. 2019-11-25 21:39:19 +01:00

container-update

This role levarages from the container-prep role which updates the needed parameters to set up the containers-prepare-parameter file and updates with the right values. It is mostly intended for upgrades and updates workflows in which we need to update the containers registry details before performing the upgrade.

Role Variables

  • containers_file: <containers-prepare-parameter.yaml> -- File containing the ContainerImagePrepare definition.