We are pumped to announce the release of: bifrost 15.0.1: Deployment of physical machines using OpenStack Ironic and Ansible This release is part of the zed 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. 15.0.1 ^^^^^^ Deprecation Notes ***************** * Support for Fedora is no longer tested in the CI and will be removed from the code in the near future. Bug Fixes ********* * Fixes issue of lack of log rotation for Ironic logs by adding a role which installs and configures the logrotate service. * Fixes an issue where online data migrations were not performed in the default Bifrost configuration where "localhost" is used as the database address. See LP#2036772 for details. Changes in bifrost 15.0.0..15.0.1 --------------------------------- fb0fa90a ironic: Perform online data migrations with localhost DB 772b9581 Fix for lack of log rotation in Bifrost 9de69557 Remove Fedora from the CI 8dc34eee Create the log file for the disk-image-create command 64fd2a86 Skip unnecessary SDK get_machine calls f38f1d8e CI: Update cached cirros image to 0.5.3 e0930eb4 Repair Focal support 6fd19c8a Use curl to download deploy image if get_url fails 1436296f Fix CI a7acbf9b Create /run/ironic runtime directory when service starts c0d6a806 Update TOX_CONSTRAINTS_FILE for stable/zed 49ab4248 Update .gitreview for stable/zed Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + bifrost/inventory.py | 2 +- playbooks/install.yaml | 1 + .../bifrost-configdrives-dynamic/tasks/main.yml | 6 +++ .../bifrost-create-dib-image/defaults/main.yml | 1 + .../roles/bifrost-create-dib-image/tasks/main.yml | 12 +++-- .../bifrost-create-vm-nodes/defaults/main.yml | 2 +- .../roles/bifrost-ironic-install/defaults/main.yml | 2 +- .../defaults/required_defaults_Debian_family.yml | 2 +- .../bifrost-ironic-install/tasks/bootstrap.yml | 12 +++++ .../bifrost-ironic-install/tasks/create_esp.yml | 4 +- .../bifrost-ironic-install/tasks/migrations.yml | 1 - .../templates/systemd_template.j2 | 3 ++ .../bifrost-logrotate-install/defaults/main.yml | 45 ++++++++++++++++++ .../bifrost-logrotate-install/tasks/configure.yml | 18 ++++++++ .../bifrost-logrotate-install/tasks/install.yml | 17 +++++++ .../roles/bifrost-logrotate-install/tasks/main.yml | 24 ++++++++++ .../bifrost-logrotate-install/tasks/start.yml | 22 +++++++++ .../templates/logrotate.conf.j2 | 53 ++++++++++++++++++++++ .../bifrost-prep-for-install/defaults/main.yml | 2 +- playbooks/test-bifrost.yaml | 2 +- .../notes/fix_logrotate-bb2c38c42d9e43eb.yaml | 6 +++ releasenotes/notes/no-fedora-b316bb3147f01166.yaml | 5 ++ .../online-data-migrations2-b86dff53f42718f5.yaml | 7 +++ scripts/collect-test-info.sh | 2 + scripts/install-deps.sh | 2 +- tox.ini | 7 ++- zuul.d/bifrost-jobs.yaml | 11 ----- zuul.d/project.yaml | 12 ++--- 30 files changed, 249 insertions(+), 38 deletions(-)
participants (1)
-
no-reply@openstack.org