We contentedly announce the release of: bifrost 11.0.0: Deployment of physical machines using OpenStack Ironic and Ansible This release is part of the xena 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. 11.0.0 ^^^^^^ Upgrade Notes ************* * Moves installation of package dependencies for Diskimage Builder (DIB) from the "bifrost-create-dib-image" role to the "bifrost- install-ironic" role. This provides a cleaner separation between installation and image creation. * Removes support for the deprecated "iscsi" deploy interface. Bug Fixes ********* * Fixes a failure when building an Ubuntu image due to a missing "squashfs-tools" package. Changes in bifrost 10.2.0..11.0.0 --------------------------------- 0ad79686 Add OFTC network channel to contributor docs 89e5af8d Changed minversion in tox to 3.18.0 c72dd2fd Install DIB dependencies in bifrost-ironic-install role 33d0dc80 libvirt: pin edk2-ovmf for CentOS Stream 1075ee9a Add a benchmark job for ironic 23f745db Default ipa-builder to main git-branch 614b1cd3 setup.cfg: Replace dashes with underscores 9ee63519 Remove support for the iscsi deploy b166a062 Install squashfs-tools for Ubuntu image builds e3d16ab4 [CI] Make Kolla job running again 95c429b5 Use explicit path for which 72716957 Add Python3 xena unit tests c48ce497 Update master for stable/wallaby Diffstat (except docs and test files) ------------------------------------- CONTRIBUTING.rst | 3 ++- playbooks/ci/benchmark-ironic.yaml | 27 ++++++++++++++++++++++ playbooks/inventory/group_vars/localhost | 2 +- playbooks/inventory/group_vars/target | 2 +- .../roles/bifrost-create-dib-image/tasks/main.yml | 18 --------------- .../defaults/required_defaults_CentOS.yml | 4 +++- .../roles/bifrost-ironic-install/defaults/main.yml | 6 +++-- .../defaults/required_defaults_Debian_family.yml | 3 --- .../defaults/required_defaults_Fedora.yml | 3 --- .../defaults/required_defaults_RedHat_family.yml | 3 --- .../defaults/required_defaults_Suse_family.yml | 3 --- .../roles/bifrost-ironic-install/tasks/install.yml | 12 +++++----- .../vars/main.yml | 2 ++ .../bifrost-prep-for-install/defaults/main.yml | 2 +- .../move-dib-deps-install-8a8aafc060461dc0.yaml | 7 ++++++ releasenotes/notes/no-iscsi-0f7fbb0814b8cd18.yaml | 4 ++++ releasenotes/notes/squashfs-ddbbbac856e8f9fc.yaml | 5 ++++ releasenotes/source/index.rst | 1 + releasenotes/source/wallaby.rst | 6 +++++ scripts/install-deps.sh | 2 +- setup.cfg | 8 +++---- tox.ini | 6 ++--- zuul.d/bifrost-jobs.yaml | 10 ++++++++ zuul.d/project.yaml | 7 ++++-- 24 files changed, 93 insertions(+), 53 deletions(-)
participants (1)
-
no-reply@openstack.org