[release-announce] puppet-watcher 14.2.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Fri Feb 15 00:25:52 UTC 2019


We are amped to announce the release of:

puppet-watcher 14.2.0: Puppet module for OpenStack Watcher

This release is part of the stein release series.

Download the package from:

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

For more details, please see below.

14.2.0
^^^^^^


Upgrade Notes
*************

* watcher::logging is now not included in init class by default.

* The deprecated parameter auth_uri is now removed, please use
  www_authenticate_uri.


Deprecation Notes
*****************

* The following ZeroMQ related parameters has been deprecated in
  ::watcher, has no effect and will be removed in the next release:

     * "rpc_cast_timeout"

     * "rpc_poll_timeout"

     * "rpc_zmq_bind_address"

     * "rpc_zmq_port_retries"

     * "rpc_zmq_concurrency"

     * "rpc_zmq_contexts"

     * "rpc_zmq_host"

     * "rpc_zmq_ipc_dir"

     * "rpc_zmq_matchmaker"

     * "rpc_zmq_max_port"

     * "rpc_zmq_min_port"

     * "rpc_zmq_topic_backlog"

     * "use_pub_sub"

     * "zmq_target_expire"

* check_revocations_for_cached option is now deprecated for removal,
  the parameter has no effect.

* hash_algorithms option is now deprecated for removal, the
  parameter has no effect.

Changes in puppet-watcher 14.1.0..14.2.0
----------------------------------------

7ddb439 Prepare Stein M2
3cbd953 Add rabbitmq dependency
4fb24d2 Fix editorial problem
5807500 Use python3 wsgi script in Fedora and RedHat > 7
ca25348 Fix service_type annotation
4501b1d Cleanup documentation
dfa5202 Fix module structure
7f23369 Install python3 in Fedora or RedHat > 7
09fb963 Deprecate ZeroMQ
aa3bf4a Change openstack-dev to openstack-discuss
3ee5284 Dont include logging in init class by default
f35d078 Remove auth_uri
17e2cf2 Deprecate pki related options


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

README.md                                          |   2 +-
examples/init.pp                                   |  12 ++
manifests/db/create_schema.pp                      |   4 +-
manifests/db/mysql.pp                              |  11 +-
manifests/db/postgresql.pp                         |   8 -
manifests/db/upgrade.pp                            |   4 +-
manifests/init.pp                                  | 126 ++++++-------
manifests/keystone/auth.pp                         |  38 ++--
manifests/keystone/authtoken.pp                    |  54 +++---
manifests/logging.pp                               | 194 ++++++++++-----------
manifests/params.pp                                |   7 +-
manifests/policy.pp                                |   4 +-
metadata.json                                      |  10 +-
.../notes/deprecate-zmq-87517d8c3abef0dd.yaml      |  20 +++
...te_pki_related_parameters-bc2f6013b96eaeeb.yaml |   6 +
...dont-include-logging-init-92644b6fcd5ea382.yaml |   4 +
.../notes/remove-auth-uri-cf2fd17d1f66740f.yaml    |   4 +
setup.cfg                                          |   2 +-
spec/classes/watcher_init_spec.rb                  |  53 ------
spec/classes/watcher_keystone_authtoken_spec.rb    |   6 -
21 files changed, 268 insertions(+), 313 deletions(-)







More information about the Release-announce mailing list