From 1e137876a398ee54b49ae3379f866a274b58333e Mon Sep 17 00:00:00 2001 From: "Jesse Pretorius (odyssey4me)" Date: Fri, 19 Mar 2021 17:19:20 +0000 Subject: [PATCH] [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 90984500766aaa3538dcd6dae282298aff5b043b) --- environments/lifecycle/undercloud-upgrade-prepare.yaml | 2 +- environments/lifecycle/update-prepare.yaml | 2 +- environments/lifecycle/upgrade-prepare.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/environments/lifecycle/undercloud-upgrade-prepare.yaml b/environments/lifecycle/undercloud-upgrade-prepare.yaml index 2e3a51c27c..d321a1c0e8 100644 --- a/environments/lifecycle/undercloud-upgrade-prepare.yaml +++ b/environments/lifecycle/undercloud-upgrade-prepare.yaml @@ -6,4 +6,4 @@ resource_registry: parameter_defaults: UndercloudUpgrade: true - DnfStreams: [{'module':'container-tools', 'stream':'2.0'}] + DnfStreams: [{'module':'container-tools', 'stream':'3.0'}] diff --git a/environments/lifecycle/update-prepare.yaml b/environments/lifecycle/update-prepare.yaml index 37ac20ae0f..8b3deb93d6 100644 --- a/environments/lifecycle/update-prepare.yaml +++ b/environments/lifecycle/update-prepare.yaml @@ -7,4 +7,4 @@ resource_registry: parameter_defaults: CephAnsiblePlaybook: default - DnfStreams: [{'module':'container-tools', 'stream':'2.0'}] + DnfStreams: [{'module':'container-tools', 'stream':'3.0'}] diff --git a/environments/lifecycle/upgrade-prepare.yaml b/environments/lifecycle/upgrade-prepare.yaml index 3a871de1e3..7e74b2fc0b 100644 --- a/environments/lifecycle/upgrade-prepare.yaml +++ b/environments/lifecycle/upgrade-prepare.yaml @@ -17,4 +17,4 @@ parameter_defaults: UpgradeInitCommonCommand: | #!/bin/bash set -eu - DnfStreams: [{'module':'container-tools', 'stream':'2.0'}] + DnfStreams: [{'module':'container-tools', 'stream':'3.0'}]