[release-announce] tripleo-image-elements 14.1.0

no-reply at openstack.org no-reply at openstack.org
Mon Oct 18 17:08:58 UTC 2021


We are delighted to announce the release of:

tripleo-image-elements 14.1.0: Disk image builder elements for
deploying OpenStack.

The source is available from:

    https://opendev.org/openstack/tripleo-image-elements

Download the package from:

    https://tarballs.openstack.org/tripleo-image-elements/

For more details, please see below.

Changes in tripleo-image-elements 14.0.0..14.1.0
------------------------------------------------

998936c7 Add small /srv volume for optional swift data
7b7458b3 Migrate from testr to stestr
0203c0aa Shrink whole disk image from 40G to 6G
e996653b Depend on growvols element
1635ba8a Unmask and enable tmp.mount for overcloud-partition
fe5cc75a Don't depend on block-device elements
188f5685 setup.cfg: Replace dashes with underscores
e23ba31d Update master for stable/victoria


Diffstat (except docs and test files)
-------------------------------------

.gitignore                                         | 19 +++++++++++----
.stestr.conf                                       |  3 +++
.testr.conf                                        |  5 ----
.../block-device-default.yaml                      | 28 +++++++++++++++-------
elements/overcloud-partition-uefi/element-deps     |  2 +-
elements/overcloud-partition-uefi/element-provides |  1 +
.../environment.d/15-block-device.bash             | 10 ++++++++
.../post-install.d/98-enable-tmp-mount             |  8 +++++++
.../overcloud-partition/block-device-default.yaml  |  4 ++--
elements/overcloud-partition/element-deps          |  2 +-
elements/overcloud-partition/element-provides      |  1 +
.../environment.d/15-block-device.bash             | 10 ++++++++
.../post-install.d/99-enable-tmp-mount             |  8 +++++++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/victoria.rst                   |  6 +++++
setup.cfg                                          |  8 +++----
test-requirements.txt                              |  2 +-
tox.ini                                            |  3 +--
18 files changed, 92 insertions(+), 29 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index d6511798..380ffd34 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@ oslotest
-testrepository>=0.0.18
+stestr>=2.0.0 # Apache-2.0






More information about the Release-announce mailing list