[release-announce] [puppet] puppet-mistral 10.1.0 (ocata)

no-reply at openstack.org no-reply at openstack.org
Thu Dec 15 12:58:36 UTC 2016


We are jazzed to announce the release of:

puppet-mistral 10.1.0: Puppet module for OpenStack Mistral

This release is part of the ocata release series.

Download the package from:

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

For more details, please see below.

10.1.0
^^^^^^


New Features
************

* By default the mistral::db::sync class will be included This can
  be disable by setting mistral::sync_db to false.

* Dependencies are now managed in an external class. This allows
  installing Mistral via other methods besides packages.

* The class mistral::db::sync will be included by default. This
  matches what most other modules do.


Bug Fixes
*********

* The name of the mistal common package was incorrect on debian
  based systems. The correct package name is 'mistral-common'

Changes in puppet-mistral 10.0.0..10.1.0
----------------------------------------

59ca771 Prepare 10.1.0 release
a9c31d3 Include mistral::db::sync by default
9b69a6d Fix name of the mistral-common package on Debian
6fd8b7f Fix the case statement
a617112 Mistral external dependency management
972b2d3 Fix spec test for sync
d4ced03 Show team and repo badges on README


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

README.md                                          |  7 +++++
manifests/api.pp                                   |  8 +----
manifests/client.pp                                |  1 +
manifests/config.pp                                |  2 ++
manifests/cors.pp                                  |  2 ++
manifests/db.pp                                    |  2 ++
manifests/db/mysql.pp                              |  7 +++--
manifests/db/postgresql.pp                         |  7 +++--
manifests/db/sync.pp                               | 26 ++++++++--------
manifests/deps.pp                                  | 35 ++++++++++++++++++++++
manifests/engine.pp                                |  1 +
manifests/executor.pp                              |  1 +
manifests/init.pp                                  | 12 +++++++-
manifests/keystone/auth.pp                         |  2 ++
manifests/logging.pp                               |  2 ++
manifests/params.pp                                |  2 +-
manifests/policy.pp                                |  2 ++
manifests/wsgi/apache.pp                           | 21 +++++++++++++
metadata.json                                      |  8 ++---
.../db_sync_class_default-40f42cf762187f17.yaml    |  4 +++
...nal_dependency_management-8d3dea7e8ac36c51.yaml |  5 ++++
...ebian_common_package_name-3268b0e603bd292f.yaml |  5 ++++
.../notes/include_db_sync-c5e9c2c5cef49eb1.yaml    |  4 +++
releasenotes/source/conf.py                        |  4 +--
spec/acceptance/basic_mistral_spec.rb              |  4 ++-
spec/classes/mistral_db_mysql_spec.rb              |  1 -
spec/classes/mistral_db_sync_spec.rb               |  2 ++
spec/classes/mistral_deps_spec.rb                  | 17 +++++++++++
28 files changed, 160 insertions(+), 34 deletions(-)






More information about the Release-announce mailing list