[ironic] bifrost 5.0.1 (queens)
We are happy to announce the release of: bifrost 5.0.1: Deployment of physical machines using OpenStack Ironic and Ansible This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/bifrost/ For more details, please see below. Changes in bifrost 5.0.0..5.0.1 ------------------------------- 17ba4f9 Use endpoint rather than url in clouds.yaml with no keystone 3839852 Use the stable/queens branch for dependencies dcff0d5 Use upper constraints when installing virtualbmc 9cb9775 Enabled hardware type 'ucs' does not exist 9a126cc Collect ironic-inspector logs c5d2677 Updated from global requirements 7266105 Update UPPER_CONSTRAINTS_FILE for stable/queens 9970095 Update .gitreview for stable/queens 2def251 Change ironic-inspector to be source installed Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .../roles/bifrost-create-vm-nodes/defaults/main.yml | 2 ++ .../bifrost-create-vm-nodes/tasks/prepare_libvirt.yml | 1 + playbooks/roles/bifrost-ironic-install/README.md | 8 +++++--- .../roles/bifrost-ironic-install/defaults/main.yml | 11 +++++++---- .../roles/bifrost-ironic-install/tasks/install.yml | 4 ++-- .../bifrost-ironic-install/templates/ironic.conf.j2 | 11 ++++------- .../templates/clouds.yaml.j2 | 2 +- playbooks/roles/bifrost-prep-for-install/README.md | 19 ++++++++++++++++--- .../roles/bifrost-prep-for-install/defaults/main.yml | 16 ++++++++-------- requirements.txt | 2 +- scripts/collect-test-info.sh | 2 ++ tox.ini | 2 +- 13 files changed, 51 insertions(+), 30 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 8ab0690..22a46e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8 @@ paramiko>=2.0.0 # LGPLv2.1+ -setuptools>=16.0,!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0 # PSF/ZPL +setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=16.0 # PSF/ZPL
participants (1)
-
no-reply@openstack.org