[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)
This commit is contained in:
Jesse Pretorius (odyssey4me) 2021-03-19 17:19:20 +00:00 committed by Jesse Pretorius
parent 5325ac3116
commit 1e137876a3
3 changed files with 3 additions and 3 deletions

View File

@ -6,4 +6,4 @@ resource_registry:
parameter_defaults:
UndercloudUpgrade: true
DnfStreams: [{'module':'container-tools', 'stream':'2.0'}]
DnfStreams: [{'module':'container-tools', 'stream':'3.0'}]

View File

@ -7,4 +7,4 @@ resource_registry:
parameter_defaults:
CephAnsiblePlaybook: default
DnfStreams: [{'module':'container-tools', 'stream':'2.0'}]
DnfStreams: [{'module':'container-tools', 'stream':'3.0'}]

View File

@ -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'}]