We are amped to announce the release of:

bifrost 2.1.0: Deployment of physical machines using OpenStack Ironic
and Ansible

This release is part of the newton release series.

For more details, please see below.

2.1.0
^^^^^

New Features

* Allows install of ironic-inspector and python-ironic-inspector-
  client from git sources and to specify source branch via env
  variables.

Changes in bifrost 2.0.0..2.1.0
-------------------------------

5cdda92 Update home page link in cfg file
7b005fd bifrost-prepare-for-test-dynamic: Create known_hosts if it's not present
7fb32dd Fix unbound variable error in scripts/collect-test-info.sh
828d176 Add possibility to set source branch for ironic-inspector
9c3b203 Improve distribution detection in create_vm_nodes-for-role.sh
e1d75ca Updated from global requirements
e0fb22d Fix minor documentation issue
a3706f0 Fix log collection when VMs are created with non-default names


Diffstat (except docs and test files)
-------------------------------------

README.rst                                            | 13 +++++++++++--
.../files/create_vm_nodes-for-role.sh                 | 19 +++++++++++++++----
.../roles/bifrost-ironic-install/defaults/main.yml    |  6 ++++++
.../tasks/inspector_install.yml                       |  4 ++++
.../roles/bifrost-prep-for-install/defaults/main.yml  |  6 ++++++
.../bifrost-prep-for-install/tasks/git_download.yaml  | 10 ++++++++++
.../bifrost-prep-for-install/tasks/local_path.yaml    |  4 ++++
.../bifrost-prepare-for-test-dynamic/tasks/main.yml   |  6 ++++++
playbooks/test-bifrost-dhcp.yaml                      |  2 ++
playbooks/test-bifrost-dynamic.yaml                   |  2 ++
playbooks/test-bifrost.yaml                           |  2 ++
...c-inspector-install-from-git-d74a3ce3b1d1c87c.yaml |  5 +++++
requirements.txt                                      |  2 +-
scripts/collect-test-info.sh                          | 15 ++++++++++++---
setup.cfg                                             |  2 +-
15 files changed, 87 insertions(+), 11 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index a9d2be8..34e451b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11 +11 @@ six>=1.9.0 # MIT
-PyMySQL>=0.6.2 # MIT License
+PyMySQL!=0.7.7,>=0.6.2 # MIT License



__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to