[release-announce] [puppet] puppet-magnum 12.2.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Tue Feb 20 22:32:48 UTC 2018


We are satisfied to announce the release of:

puppet-magnum 12.2.0: Puppet module for Magnum

This release is part of the queens release series.

Download the package from:

    https://tarballs.openstack.org/puppet-magnum/

For more details, please see below.

Changes in puppet-magnum 12.1.0..12.2.0
---------------------------------------

c2b7f79 Prepare for official Queens release
8882568 Load puppet-openstack_spec_helper locally during tests
a2233bd Add kombu_failover_strategy option
e35a623 Zuul: Remove project name
513cd80 Zuul: Remove project name
f43961a Remove pinned versions from test-requirements.txt
ed246a7 Add use_journal option for logging configuration
dabc9d9 Add group to policy management
73210b5 Refactor class magnum::clients
85e63ad Run puppet-openstack-beaker-jobs
2a53409 Fix up unit tests
ffd62b6 Add trustee related parameters in magnum::keystone::domain


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

.zuul.yaml                                         |  2 +-
Gemfile                                            | 10 ++-
manifests/clients.pp                               | 49 ++++++------
manifests/clients/barbican.pp                      | 29 +++++++
manifests/clients/cinder.pp                        | 22 ++++++
manifests/clients/glance.pp                        | 60 ++++++++++++++
manifests/clients/heat.pp                          | 60 ++++++++++++++
manifests/clients/magnum.pp                        | 29 +++++++
manifests/clients/neutron.pp                       | 53 +++++++++++++
manifests/clients/nova.pp                          | 60 ++++++++++++++
manifests/init.pp                                  | 30 ++++---
manifests/keystone/domain.pp                       | 75 ++++++++++++++----
manifests/logging.pp                               |  6 ++
manifests/params.pp                                |  2 +-
manifests/policy.pp                                |  7 +-
metadata.json                                      |  8 +-
.../add-trustee-options-a5377495406328bb.yaml      |  5 ++
...ournal-option-for-logging-9dd846f83cb4c3bf.yaml |  5 ++
.../add_rabbit_kombu_options-8c59fd5ff9e66f74.yaml |  6 ++
...num_clients_configuration-4f81d65d49fb8d20.yaml |  3 +
spec/classes/magnum_clients_barbican_spec.rb       | 41 ++++++++++
spec/classes/magnum_clients_cinder_spec.rb         | 37 +++++++++
spec/classes/magnum_clients_glance_spec.rb         | 59 ++++++++++++++
spec/classes/magnum_clients_heat_spec.rb           | 41 ++++++++++
spec/classes/magnum_clients_magnum_spec.rb         | 41 ++++++++++
spec/classes/magnum_clients_neutron_spec.rb        | 58 ++++++++++++++
spec/classes/magnum_clients_nova_spec.rb           | 60 ++++++++++++++
spec/classes/magnum_clients_spec.rb                | 45 +++--------
spec/classes/magnum_init_spec.rb                   |  3 +
spec/classes/magnum_keystone_domain_spec.rb        | 22 ++++--
spec/classes/magnum_logging_spec.rb                | 92 ++++++++++------------
spec/classes/magnum_policy_spec.rb                 |  8 +-
test-requirements.txt                              |  6 +-
33 files changed, 879 insertions(+), 155 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 8db5c0d..aa9dd6b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,2 +2,2 @@
-sphinx>=1.6.2 # BSD
-openstackdocstheme>=1.17.0 # Apache-2.0
+sphinx # BSD
+openstackdocstheme # Apache-2.0
@@ -6 +6 @@ openstackdocstheme>=1.17.0 # Apache-2.0
-reno>=2.5.0 # Apache-2.0
+reno # Apache-2.0






More information about the Release-announce mailing list