We are glad to announce the release of: bifrost 3.1.0: Deployment of physical machines using OpenStack Ironic and Ansible This release is part of the ocata stable release series. Download the package from: https://tarballs.openstack.org/bifrost/ For more details, please see below. Changes in bifrost 3.0.0..3.1.0 ------------------------------- 0698e7d Change dib element to enable serial console 8f203ee Pin proliantutils version 2292b62 Workaround for network start race condition 7c6c234 Updated from global requirements 6012545 playbooks: roles: {ironic,keystone}: Drop --force-reinstall 6d9f9a5 Set branches to stable/ocata for ocata branch 9fa97a7 scripts: test-bifrost.sh: Initialize the ZUUL_BRANCH variable 600f183 Move database setup to bifrost 6a75be4 Update UPPER_CONSTRAINTS_FILE for stable/ocata 322ef36 Update .gitreview for stable/ocata Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + playbooks/roles/bifrost-create-dib-image/README.md | 2 +- .../roles/bifrost-create-vm-nodes/tasks/main.yml | 9 ++++-- .../roles/bifrost-ironic-install/tasks/install.yml | 3 +- .../bifrost-ironic-install/tasks/ironic_config.yml | 12 ++++++++ .../bifrost-keystone-install/tasks/pip_install.yml | 2 +- .../bifrost-prep-for-install/defaults/main.yml | 14 ++++----- playbooks/test-bifrost.yaml | 2 +- requirements.txt | 2 +- scripts/test-bifrost.sh | 36 ++++++++++++++++++++++ tox.ini | 2 +- 11 files changed, 70 insertions(+), 15 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 47f0055..953e1ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -pbr>=1.8 # Apache-2.0 +pbr<2.0.0,>=1.8 # Apache-2.0