We are happy to announce the release of: puppet-trove 11.6.0: Puppet module for OpenStack Trove This release is part of the pike stable release series. The source is available from: https://opendev.org/openstack/puppet-trove Download the package from: https://tarballs.openstack.org/puppet-trove/ Please report issues through: https://bugs.launchpad.net/puppet-trove/+bugs For more details, please see below. 11.6.0 ^^^^^^ New Features * Adds the kombu_failover_strategy option for configuring oslo.messaging.rabbit. This will determines how the next RabbitMQ node is chosen in case the one we are currently connected to becomes unavailable. * Add openstack-db tag to Exec that run db-sync. Changes in puppet-trove 11.4.0..11.6.0 -------------------------------------- 265f6eb Prepare a final release for Pike f6c18d5 Add 'openstack-db' tag to db-sync Exec resource 6248c96 import zuul job settings from project-config fb8fe93 Add deps to all that is needed 37ab0f1 Add kombu_failover_strategy option 365e617 Zuul: Remove project name Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- manifests/api.pp | 29 +++++++++++----------- manifests/conductor.pp | 29 +++++++++++----------- manifests/db/sync.pp | 1 + manifests/guestagent.pp | 29 +++++++++++----------- manifests/init.pp | 7 ++++++ manifests/keystone/authtoken.pp | 2 ++ manifests/taskmanager.pp | 29 +++++++++++----------- metadata.json | 10 ++++---- .../add_rabbit_kombu_options-919c4f7279179e1b.yaml | 6 +++++ .../notes/openstack_db_tag-801df2b37104b652.yaml | 3 +++ spec/classes/trove_api_spec.rb | 1 + spec/classes/trove_conductor_spec.rb | 1 + spec/classes/trove_db_sync_spec.rb | 1 + spec/classes/trove_guestagent_spec.rb | 1 + spec/classes/trove_taskmanager_spec.rb | 1 + 16 files changed, 90 insertions(+), 62 deletions(-)