We are jazzed to announce the release of: bifrost 7.1.1: Deployment of physical machines using OpenStack Ironic and Ansible This release is part of the train 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. Changes in bifrost 7.1.0..7.1.1 ------------------------------- 1de5bb6 Fix variable checks in install-deps a418620 Check out global requirements when creating test VMs 03b76c2 Use upper-constraints everywhere in ironic installation 951338d Collect output of pip freeze in the CI 893061a Use upper-constraints for ironicclient, sushy and DIB Diffstat (except docs and test files) ------------------------------------- .../bifrost-create-vm-nodes/defaults/main.yml | 11 +++++- .../roles/bifrost-create-vm-nodes/tasks/main.yml | 29 ++++++++++++++ .../roles/bifrost-ironic-install/defaults/main.yml | 4 +- .../tasks/inspector_install.yml | 4 +- .../roles/bifrost-ironic-install/tasks/install.yml | 46 ++++++---------------- .../bifrost-ironic-install/tasks/pip_install.yml | 32 +++++++++++---- .../tasks/staging_install.yml | 2 +- .../bifrost-keystone-install/defaults/main.yml | 4 +- .../bifrost-keystone-install/tasks/install.yml | 4 +- scripts/collect-test-info.sh | 9 +++++ scripts/install-deps.sh | 6 ++- scripts/test-bifrost.sh | 1 + 12 files changed, 99 insertions(+), 53 deletions(-)