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

no-reply at openstack.org no-reply at openstack.org
Thu Jan 25 20:11:59 UTC 2018


We are satisfied to announce the release of:

puppet-mistral 12.2.0: Puppet module for OpenStack Mistral

This release is part of the queens release series.

Download the package from:

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

For more details, please see below.

12.2.0
^^^^^^

New Features

* Add new parameters that allow configuring cron trigger settings.

* Adds the use_journal option for configuring oslo.log. This will
  enable passing the logs to journald.

Changes in puppet-mistral 12.1.0..12.2.0
----------------------------------------

20b0db0 Add cron trigger settings
f960f73 Prepare for Queens Milestone 3
6ad2e54 Remove pinned versions from test-requirements.txt
5624001 Add use_journal option for logging configuration
3787106 Add group to policy management
7d0fdff Run puppet-openstack-beaker-jobs


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

.zuul.yaml                                         |  1 +
manifests/cron_trigger.pp                          | 25 ++++++++++++++++
manifests/logging.pp                               |  6 ++++
manifests/params.pp                                |  1 +
manifests/policy.pp                                |  5 +++-
metadata.json                                      |  8 ++---
.../notes/add-cron-trigger-67fb843e4950eb16.yaml   |  4 +++
...ournal-option-for-logging-ba712fd13d62d609.yaml |  5 ++++
spec/classes/mistral_cron_trigger_spec.rb          | 34 ++++++++++++++++++++++
spec/classes/mistral_logging_spec.rb               |  3 ++
spec/classes/mistral_policy_spec.rb                |  7 +++--
test-requirements.txt                              |  6 ++--
12 files changed, 94 insertions(+), 11 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