
overcloud-dib: added overcloud_dib_dib_upper_constraints_file ipa: added ipa_build_dib_upper_constraints_file added os_images_dib_upper_constraints_file to image build playbooks New variables were added to facilitate control over the DIB upper constraints without changing them for other components. They are empty by default in order to facilitate Rocky9 image builds. Change-Id: Ib50dd61685f13c60ace67213ddd1e714a80dece3
14 lines
629 B
YAML
14 lines
629 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Updates the ``stackhpc.os-images`` to version to 0.16.0. This new releases
|
|
separates configuration of upper constraints for diskimage-builder (DIB)
|
|
from those used by the OpenStack SDK and client. This allows operators to
|
|
use a newer version of DIB while keeping compatible versions of the
|
|
OpenStack SDK and client. This is configured with the following variables:
|
|
|
|
* ``ipa_build_dib_upper_constraints_file`` in ``ipa.yml``
|
|
* ``overcloud_dib_dib_upper_constraints_file`` in ``overcloud-dib.yml``
|
|
|
|
The variables are empty by default in order to allow for Rocky9
|
|
image builds. |