Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
[update][upgrade] Use container-tools:3.0
Browse files Browse the repository at this point in the history
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 9098450)
  • Loading branch information
odyssey4me committed Apr 7, 2021
1 parent d5971ca commit 560d983
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environments/lifecycle/undercloud-upgrade-prepare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ resource_registry:

parameter_defaults:
UndercloudUpgrade: true
DnfStreams: [{'module':'container-tools', 'stream':'2.0'}]
DnfStreams: [{'module':'container-tools', 'stream':'3.0'}]
2 changes: 1 addition & 1 deletion environments/lifecycle/update-prepare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ resource_registry:

parameter_defaults:
CephAnsiblePlaybook: default
DnfStreams: [{'module':'container-tools', 'stream':'2.0'}]
DnfStreams: [{'module':'container-tools', 'stream':'3.0'}]
2 changes: 1 addition & 1 deletion environments/lifecycle/upgrade-prepare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'}]

0 comments on commit 560d983

Please sign in to comment.