[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:
parent
5325ac3116
commit
1e137876a3
@ -6,4 +6,4 @@ resource_registry:
|
|||||||
|
|
||||||
parameter_defaults:
|
parameter_defaults:
|
||||||
UndercloudUpgrade: true
|
UndercloudUpgrade: true
|
||||||
DnfStreams: [{'module':'container-tools', 'stream':'2.0'}]
|
DnfStreams: [{'module':'container-tools', 'stream':'3.0'}]
|
||||||
|
@ -7,4 +7,4 @@ resource_registry:
|
|||||||
|
|
||||||
parameter_defaults:
|
parameter_defaults:
|
||||||
CephAnsiblePlaybook: default
|
CephAnsiblePlaybook: default
|
||||||
DnfStreams: [{'module':'container-tools', 'stream':'2.0'}]
|
DnfStreams: [{'module':'container-tools', 'stream':'3.0'}]
|
||||||
|
@ -17,4 +17,4 @@ parameter_defaults:
|
|||||||
UpgradeInitCommonCommand: |
|
UpgradeInitCommonCommand: |
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -eu
|
set -eu
|
||||||
DnfStreams: [{'module':'container-tools', 'stream':'2.0'}]
|
DnfStreams: [{'module':'container-tools', 'stream':'3.0'}]
|
||||||
|
Loading…
Reference in New Issue
Block a user