We are tickled pink to announce the release of: puppet-magnum 13.3.0: Puppet module for Magnum This release is part of the rocky release series. Download the package from: https://tarballs.openstack.org/puppet-magnum/ For more details, please see below. 13.3.0 ^^^^^^ New Features * Added new parameters magnum::rabbit_ha_queues, magnum::rabbit_heartbeat_timeout_threshold and magnum::rabbit_heartbeat_rate. * Add new parameter "amqp_durable_queues", to indicate whether to use durable queues in AMQP Changes in puppet-magnum 13.1.0..13.3.0 --------------------------------------- fee68d2 Prepare Rocky RC1 d7ad442 Fix the smoke testing link 81dcc3f Remove the unnecessary _ 5e23f3d Prepare Rocky M3 c06c0d1 Fix OS versions in metadata 7e88b01 Add the project source code repository in README 6fcc3e3 modulesync: sync and add nodepool-bionic for beaker c8fb3d1 Add sqlite to validate_re b723fe7 Fix inifile version in metadata fbd5517 add keystone_authtoken to conductor 86e943c add oslo_messaging_rabbit/amqp_durable_queues option c1a475e Add more rabbitmq options 162203c Fix typo in magnum::clients classes 2d9f778 Debian release is 9 in metadata cd7d5af add release note link in readme 64de146 Fix annotations cf6ede9 fix tox python3 overrides Diffstat (except docs and test files) ------------------------------------- README.md | 10 +++ bindep.txt | 2 +- manifests/clients/barbican.pp | 2 +- manifests/clients/glance.pp | 2 +- manifests/clients/heat.pp | 2 +- manifests/clients/magnum.pp | 2 +- manifests/clients/neutron.pp | 2 +- manifests/clients/nova.pp | 2 +- manifests/conductor.pp | 9 +++ manifests/db.pp | 2 +- manifests/db/mysql.pp | 3 +- manifests/init.pp | 71 ++++++++++++++++------ metadata.json | 15 ++--- .../notes/add-rabbit-options-0e55ab16cdf4765b.yaml | 5 ++ .../add_amqp_durable_queues-ebfd69769e01b67c.yaml | 4 ++ spec/acceptance/nodesets/nodepool-bionic.yml | 10 +++ spec/classes/magnum_conductor_spec.rb | 1 + spec/classes/magnum_db_spec.rb | 2 +- spec/classes/magnum_init_spec.rb | 28 ++++++--- tox.ini | 1 + 21 files changed, 130 insertions(+), 47 deletions(-)