[release-announce] [puppet] puppet-designate 12.1.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Mon Dec 4 22:28:23 UTC 2017


We are stoked to announce the release of:

puppet-designate 12.1.0: Puppet module for OpenStack Designate

This release is part of the queens release series.

Download the package from:

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

For more details, please see below.

12.1.0
^^^^^^


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

* Expose use_json logging parameter, which enables JSON formatted
  logging.


Other Notes
***********

* Use os_workers as default for all workers config settings of the
  various services.

Changes in puppet-designate 12.0.0..12.1.0
------------------------------------------

bd8e82b Prepare for Queens Milestone 2
34e606c Use os_workers when applicable
b081862 Expose use_json logging option
8120a19 Add support for worker service
8fad53f Add support for producer service
74aee65 Added options central service
3300131 Switch to Zuul v3 testing


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

.zuul.yaml                                         |   6 +
manifests/api.pp                                   |   4 +-
manifests/central.pp                               |  18 +++
manifests/logging.pp                               |   6 +
manifests/mdns.pp                                  |   4 +-
manifests/params.pp                                |   6 +
manifests/pool_manager.pp                          |   4 +-
manifests/producer.pp                              |  58 ++++++++++
manifests/worker.pp                                | 118 ++++++++++++++++++++
metadata.json                                      |   8 +-
releasenotes/notes/log-json-713a4569878135f4.yaml  |   4 +
.../notes/os-workers-48f08c28765c9c77.yaml         |   5 +
spec/classes/designate_api_spec.rb                 |   4 +-
spec/classes/designate_central_spec.rb             |   5 +-
spec/classes/designate_logging_spec.rb             |  19 ++--
spec/classes/designate_mdns_spec.rb                |   4 +-
spec/classes/designate_pool_manager_spec.rb        |   4 +-
spec/classes/designate_producer_spec.rb            |  72 ++++++++++++
spec/classes/designate_worker_spec.rb              | 124 +++++++++++++++++++++
19 files changed, 448 insertions(+), 25 deletions(-)







More information about the Release-announce mailing list