tripleo-heat-templates/releasenotes/releasenotes/notes/dnf-streams-interface-c7191173efb7b139.yaml
mciecier ead8040081 Fix 'Ensure DNF modules have the right stream'
This change solves bug [1]. Change introduces a new mandatory field to
DnfStreams parameter and adjusts 'Ensure DNF modules have the right
stream' task to use new field. New field is called distribution_version
and its purpose is to choose modules enabled in centos8 or in centos9.

DnfStreams parameter defines list of dnf module streams to be configured
before updating packages both on undercloud and overcloud.

[1]https://bugs.launchpad.net/tripleo/+bug/1968706

Change-Id: I3f7f3002c985b0b618ba30a2497635a33a318624
(cherry picked from commit 86d4a348a3)
2022-06-23 09:43:48 +02:00

9 lines
359 B
YAML

---
other:
- |
Mandatory fields of DnfStreams parameter was extended with new field
'distribution_version' which specifies distribution version of the OS
to check against during enabled dnf streams check. DnfStreams parameter
defines list of dnf module streams to be configured before updating
packages both on undercloud and overcloud.