tripleo-heat-templates/environments/lifecycle/undercloud-upgrade-prepare.yaml
Jesse Pretorius (odyssey4me) 1e137876a3 [update][upgrade] Use container-tools:3.0
We now need to move forward and pin the newer
container-tools:3.0 stream. This will be available
on RHEL 8.4 and CentOS 8.4+.

Related: rhbz#1866479

Change-Id: I61850fa01afca92aa78412e0277180596633f858
(cherry picked from commit 9098450076)
2021-04-07 12:21:53 +00:00

10 lines
342 B
YAML

# A Heat environment file that can be used to upgrade a non-containerized undercloud
# to a containerized undercloud.
resource_registry:
OS::TripleO::Services::UndercloudUpgrade: ../../deployment/undercloud/undercloud-upgrade.yaml
parameter_defaults:
UndercloudUpgrade: true
DnfStreams: [{'module':'container-tools', 'stream':'3.0'}]