[tripleo] instack-undercloud 8.4.0 (queens)
We are jazzed to announce the release of: instack-undercloud 8.4.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.4.0 ^^^^^ New Features ************ * The undercloud now uses the "baremetal" neutron ML2 mechanism driver, and the l2 agent ironic-neutron-agent. This enables the possibility to use neutron routed networks in the undercloud. Upgrade Notes ************* * During an upgrade to this release, a migration of all nodes from classic drivers to hardware types will be attempted. For some nodes it may result in non-supported optional interfaces (like "agent" RAID or shellinabox console) to be reset to their no-op implementations (like "no-raid" RAID or "no-console" console). Nodes that cannot be upgraded will be skipped. Manual upgrade will be required, since the classic drivers may be removed in the Rocky release. Security Issues *************** * Restrict memcached service to TCP and localhost network (CVE-2018-1000115). Changes in instack-undercloud 8.3.0..8.4.0 ------------------------------------------ e3142ba Mariadb online upgrade after yum update 6051d11 Remove cloud-init and disable os-collect-config a31ff5a Ensure mtu is set correctly on ctlplane 8fff6e6 [CVE-2018-1000115] memcached: restrict to TCP & localhost d610812 Remove ceilometer expirer from instack c2b7d54 Increase size of Heat max_template_size 5edfd64 Enable automatic migration for classic drivers to hardware types 9b1cfa1 Install and enable neutron baremetal ML2 and L2 agent 4ee393e Updated from global requirements 03136b5 Update UPPER_CONSTRAINTS_FILE for stable/queens a14fde8 Update .gitreview for stable/queens Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .../puppet-stack-config/puppet-stack-config.pp | 18 ++++-- .../puppet-stack-config.yaml.template | 18 +++++- instack_undercloud/undercloud.py | 68 +++++++++++++++++++++- .../memcached_hardening-3d6984c9b6e5f3f3.yaml | 4 ++ ...migrate-to-hardware-types-df0b6a3bd0f818fc.yaml | 9 +++ .../networking-baremetal-ml2-4b50d6bab617c00c.yaml | 5 ++ requirements.txt | 2 +- tox.ini | 2 +- 10 files changed, 118 insertions(+), 12 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 16af2ea..dd4e731 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8 @@ python-novaclient>=9.1.0 # Apache-2.0 -python-mistralclient>=3.1.0 # Apache-2.0 +python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org