From d4afd7eb40308a7d0bf79354cb6623e5b54bced6 Mon Sep 17 00:00:00 2001 From: Lukas Bezdicka Date: Fri, 5 Aug 2022 16:52:09 +0200 Subject: [PATCH] FFWD3: Bump container-rools to latest On EL8 based systems we should use latest container-tools as the support for running UBI9 is only available there. Change-Id: I8d777de2778cc595878619552831a1d60086ccef --- 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 ca993e9ea8..5ff6075dba 100644 --- a/environments/lifecycle/undercloud-upgrade-prepare.yaml +++ b/environments/lifecycle/undercloud-upgrade-prepare.yaml @@ -5,4 +5,4 @@ resource_registry: parameter_defaults: UndercloudUpgrade: true - DnfStreams: [{'module':'container-tools', 'stream':'3.0', 'distribution_version':'8'}] + DnfStreams: [{'module':'container-tools', 'stream':'rhel8', 'distribution_version':'8'}] diff --git a/environments/lifecycle/update-prepare.yaml b/environments/lifecycle/update-prepare.yaml index f6401e6439..c88fedcafb 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':'3.0', 'distribution_version':'8'}] + DnfStreams: [{'module':'container-tools', 'stream':'rhel8', 'distribution_version':'8'}] diff --git a/environments/lifecycle/upgrade-prepare.yaml b/environments/lifecycle/upgrade-prepare.yaml index e632800ea3..2fb8412814 100644 --- a/environments/lifecycle/upgrade-prepare.yaml +++ b/environments/lifecycle/upgrade-prepare.yaml @@ -14,4 +14,4 @@ parameter_defaults: UpgradeInitCommonCommand: | #!/bin/bash set -eu - DnfStreams: [{'module':'container-tools', 'stream':'3.0', 'distribution_version':'8'}] + DnfStreams: [{'module':'container-tools', 'stream':'rhel8', 'distribution_version':'8'}]