[release-announce] [tripleo] instack-undercloud 8.2.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Tue Jan 30 01:35:11 UTC 2018


We are chuffed to announce the release of:

instack-undercloud 8.2.0: instack-undercloud

This release is part of the queens release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/instack-undercloud

Download the package from:

    https://tarballs.openstack.org/instack-undercloud/

Please report issues through launchpad:

    https://bugs.launchpad.net/tripleo

For more details, please see below.

8.2.0
^^^^^

New Features

* The "ansible" deploy interface is enabled by default. It can be
  used by updating a node with the following command:

     openstack baremetal node set <NODE> --deploy-interface ansible \
         --driver-info ansible_deploy_username=<SSH_USER> \
         --driver-info ansible_deploy_key_file=<SSH_KEY_FILE>

* Adds support for using oVirt with Ironic via the new "staging-
  ovirt" hardware type. The hardware type is not enabled by default
  and requires installing the "ovirt-engine-sdk-python" package.

Changes in instack-undercloud 8.1.0..8.2.0
------------------------------------------

5dd4e93 Remove RH1 OVB jobs from configuration
cea0211 Refactor unit test to set up config fixture in setup class
53d35ac Unit tests - actually do some validations ...
955c339 Set password for mysql root user on undercloud
472a589 Add --summarize when running puppet apply
e95b5d6 Set heat engine workers to "%{::os_workers_heat_engine}"
be3bd48 Load undercloud DB password to a mistral environment
26adaf4 Updated from global requirements
e01745d Fix wrong flag to prevent failure when selinux perm are correct.
9c3753b Increase the timeout for plan creation from 6 mins to 9
b3b863b Set tftp to only listen to the provisioning network
a0a1984 Restore OVSIntPort interfaces after OVS restarts
8b365d1 Add missing include of ironic::drivers::ansible
e0a6789 Run nova online data migration before updating packages
f5f37c9 Set default_resource_class to baremetal
3bea7d1 Fix wrong path in ssh selinux issue detection.
ff54f74 Use the docker profile to set INSECURE_REGISTRY
c4d3355 Remove usage of ironic::drivers::ipmi::retry_timeout
53e1251 Set nova dhcp_domain to empty string
b38669c Remove -U from pip install
3a86b35 Enable the ansible deploy interface out of box
0064ff2 Add support for oVirt via the staging-ovirt hardware type
17e80bf Run the swift object expirer in the undercloud


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

.../configure.d/50-puppet-stack-config             |   2 +-
.../puppet-stack-config/puppet-stack-config.pp     |   3 +
.../puppet-stack-config.yaml.template              |  15 ++--
.../post-configure.d/98-undercloud-setup           |   4 +-
instack_undercloud/undercloud.py                   |  94 +++++++++++++++----
.../notes/ansible-deploy-a257e06fddb7001f.yaml     |   9 ++
.../notes/ovirt-driver-caa85e9a99ba1aef.yaml       |   6 ++
requirements.txt                                   |   2 +-
tox.ini                                            |   2 +-
undercloud.conf.sample                             |   2 +-
zuul.d/layout.yaml                                 |   2 -
13 files changed, 164 insertions(+), 83 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index fc1f4db..12b411c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11 +11 @@ oslo.config>=5.1.0 # Apache-2.0
-oslo.utils>=3.31.0 # Apache-2.0
+oslo.utils>=3.33.0 # Apache-2.0






More information about the Release-announce mailing list