[release-announce] puppet-tripleo 12.6.0 (ussuri)
no-reply at openstack.org
no-reply at openstack.org
Wed Apr 14 14:57:24 UTC 2021
We are pumped to announce the release of:
puppet-tripleo 12.6.0: Puppet module for OpenStack TripleO
This release is part of the ussuri stable release series.
The source is available from:
https://opendev.org/openstack/puppet-tripleo
Download the package from:
https://tarballs.openstack.org/puppet-tripleo/
Please report issues through:
https://bugs.launchpad.net/puppet-tripleo/+bugs
For more details, please see below.
12.6.0
^^^^^^
New Features
************
* Add ability to specify the memcache_security_strategy and
memcache_secret_key for keystone authtoken middleware. The keys used
by individual services are hashed with a salt (the service name), to
isolate them.
* Add ability to specify memcached port for all services. The port
defaults to hiera('memcached_authtoken_port', 11211) for authtoken
middleware and hiera('memcached_port', 11211) for other uses.
* Add parameter for setting monitor interval for ovndbs (default is
30s)
Bug Fixes
*********
* libvirt 6.8.0 introduces virt-ssh-helper which prepends the
libvirt ssh command with a "which virt-ssh-helper". libvirt used to
first check for *nc* (netcat). But these two libvirt commits[1][2]
have now changed it to first look for *virt-ssh-helper*, if it not
available, then fall back to *nc*. This trips up the 'nova-
migration-wrapper' as it does not support virt-ssh-helper atm. Until
this is implemented, this change force to use "netcat" (*nc*) by
appending to the migration URI: "&proxy=netcat" [1]
https://libvirt.org/git/?p=libvirt.git;a=commit;h=f8ec7c842d (rpc:
use new virt-ssh-helper binary for remote tunnelling, 2020-07-08)
[2] https://libvirt.org/git/?p=libvirt.git;a=commit;h=7d959c302d
(rpc: Fix virt-ssh-helper detection, 2020-10-27)
Changes in puppet-tripleo 12.5.0..12.6.0
----------------------------------------
017ced4d Always update the local certmonger ca cert
69b8e65f Bump metadata.json 12.6.0 for stable/ussuri release
91033038 Add Memcached certificate generation
e15093a2 Fix novavnc haproxy network
e9754128 Handle cinder_mount_point_base for cinder mounting needs
9646aa43 Add monitor interval for ovn dbs
960dbfe9 Fix live-migration with libvirt >= 6.8.0
f7d0ff5f Add ability to specify memcached port
17fdf05b Add authtoken security options
048e9ab1 Add parameters for multipath connection in cinder store
e199985e Stop including nova::metadata on computes
Diffstat (except docs and test files)
-------------------------------------
files/certmonger-memcached-refresh.sh | 20 ++++++
manifests/certmonger/ca/local.pp | 1 -
manifests/certmonger/memcached.pp | 79 ++++++++++++++++++++++
manifests/haproxy.pp | 4 +-
manifests/profile/base/aodh/authtoken.pp | 30 +++++++-
manifests/profile/base/barbican/authtoken.pp | 30 +++++++-
manifests/profile/base/certmonger_user.pp | 9 +++
manifests/profile/base/cinder/authtoken.pp | 30 +++++++-
manifests/profile/base/designate/authtoken.pp | 30 +++++++-
manifests/profile/base/glance/authtoken.pp | 30 +++++++-
manifests/profile/base/glance/backend/cinder.pp | 18 +++++
manifests/profile/base/gnocchi/authtoken.pp | 30 +++++++-
manifests/profile/base/heat.pp | 9 ++-
manifests/profile/base/heat/authtoken.pp | 30 +++++++-
manifests/profile/base/ironic/authtoken.pp | 30 +++++++-
.../profile/base/ironic_inspector/authtoken.pp | 30 +++++++-
manifests/profile/base/keystone.pp | 7 +-
manifests/profile/base/manila/authtoken.pp | 30 +++++++-
manifests/profile/base/memcached.pp | 35 +++++++++-
manifests/profile/base/mistral/authtoken.pp | 30 +++++++-
manifests/profile/base/neutron/authtoken.pp | 30 +++++++-
manifests/profile/base/nova.pp | 9 ++-
manifests/profile/base/nova/authtoken.pp | 30 +++++++-
manifests/profile/base/nova/compute.pp | 5 --
manifests/profile/base/nova/migration/client.pp | 5 +-
manifests/profile/base/novajoin/authtoken.pp | 30 +++++++-
manifests/profile/base/octavia/authtoken.pp | 30 +++++++-
manifests/profile/base/placement/authtoken.pp | 30 +++++++-
manifests/profile/base/swift/proxy.pp | 6 +-
manifests/profile/base/zaqar/authtoken.pp | 30 +++++++-
manifests/profile/pacemaker/ovn_dbs_bundle.pp | 15 +++-
metadata.json | 2 +-
.../add-memcache-security-92060c4fe540774c.yaml | 7 ++
.../notes/add-memcached-port-048959c2f58f0a57.yaml | 6 ++
.../monitor_interval_ovndbs-6af18ba7f4a17cc5.yaml | 4 ++
...e_live_migration_force_nc-f903a09955164ad9.yaml | 15 ++++
spec/classes/tripleo_certmonger_ca_local_spec.rb | 4 +-
spec/classes/tripleo_certmonger_memcached_spec.rb | 60 ++++++++++++++++
...pleo_profile_base_glance_backend_cinder_spec.rb | 6 ++
.../classes/tripleo_profile_base_memcached_spec.rb | 76 +++++++++++++++++++++
40 files changed, 836 insertions(+), 76 deletions(-)
More information about the Release-announce
mailing list