bifrost 6.0.5 (stein)
We are pleased to announce the release of: bifrost 6.0.5: Deployment of physical machines using OpenStack Ironic and Ansible This release is part of the stein stable release series. The source is available from: https://opendev.org/openstack/bifrost Download the package from: https://tarballs.openstack.org/bifrost/ Please report issues through: https://storyboard.openstack.org/#!/project/openstack/bifrost For more details, please see below. 6.0.5 ^^^^^ Upgrade Notes ************* * Drops support for Ubuntu and openSUSE OS distributions, which are no longer able to successfully start the Ironic Inspector service. CentOS is still supported. Note that this affect the Stein release series only. Bug Fixes ********* * Forces using pyghmi==1.5.13 when creating a testing environment to fix every operation in ipmitool taking minutes. Changes in bifrost 6.0.4..6.0.5 ------------------------------- 84bbf92 [Train and older] Fix several CI problems 00fbdfb CI: reduce memory and disk for testing nodes Diffstat (except docs and test files) ------------------------------------- .../bifrost-create-vm-nodes/tasks/prepare_libvirt.yml | 7 +++++++ .../defaults/required_defaults_Debian_family.yml | 1 - .../defaults/required_defaults_RedHat_family.yml | 1 - .../defaults/required_defaults_Suse_family.yml | 1 - .../defaults/required_defaults_Ubuntu_16.04.yml | 1 - .../defaults/required_defaults_Ubuntu_16.04.yml | 1 - .../notes/drop-ubuntu-opensuse-7a284f20584e52d3.yaml | 6 ++++++ releasenotes/notes/pyghmi-version-a6e35ddc0792aa8d.yaml | 5 +++++ requirements.txt | 1 + scripts/collect-test-info.sh | 2 +- scripts/install-deps.sh | 13 +++++++------ scripts/test-bifrost.sh | 5 ++--- zuul.d/project.yaml | 16 ++++++++-------- 14 files changed, 39 insertions(+), 24 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 7531fba..d4ec934 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,0 +10 @@ setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2. +six>=1.11.0 # MIT
participants (1)
-
no-reply@openstack.org