[openstack-announce] [new][puppet] puppet-designate 10.0.0 release (ocata)

no-reply at openstack.org no-reply at openstack.org
Fri Nov 18 18:16:25 UTC 2016


We are tickled pink to announce the release of:

puppet-designate 10.0.0: Puppet module for OpenStack Designate

This release is part of the ocata release series.

Download the package from:

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

For more details, please see below.

10.0.0
^^^^^^


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

* designate::rabbit_ha_queues has been exposed and will need to be
  configured based on the desired use of ha queues. Previously, the
  value for this was being configured using the
  designate::rabbit_hosts parameter. This automatic configuration will
  be dropped during the Pike cycle.

* The designate module will now use the oslo::messaging::rabbit
  resource to configure the rabbit configuration settings.


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

* designate::rabbit_host, designate::rabbit_hosts,
  designate::rabbit_password, designate::rabbit_port,
  designate::rabbit_userid and designate::rabbit_virtual_host are
  deprecated. designate::default_transport_url should be used instead.

* rabbit_ha_queues will no longer be configured to be True when
  rabbit_hosts is configured and will need to be specified.  This
  automatic configuration will be dropped in the Pike cycle.


Bug Fixes
*********

* Fixed documentation for log_dir parameter


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

* removed deprecated designate::api::keystone_user

* removed deprecated designate::api::keystone_password

* removed deprecated designate::api::keystone_tenant

* removed deprecated designate::api::keystone_host

* removed deprecated designate::api::keystone_port

* removed deprecated designate::api::keystone_protocol

* removed deprecated designate::api::keystone_memcached_servers

* The verbose option was marked to be removed in Ocata, in Newton
  the option was deprecated.

Changes in puppet-designate 9.4.0..10.0.0
-----------------------------------------

a620689 Prepare 10.0.0 release
609859b Deprecate rabbitmq connection parameters
05d0fc5 Remove old authtoken options
1724414 Align equals in designate::params
85a4eb0 Fix puppet version for requirements in metadata
b49fb78 Fix documentation for log_dir parameter
871d649 Changed the home-page to point Openstack Puppet Homepage
77761b0 Enable release notes translation
4e47963 Move rspec-puppet-facts to spec helper
0ffa512 Added retries for db_sync
d01eba7 Remove verbose
7365906 Update define tests to use rspec-puppet-facts
2cfda26 Update reno for stable/newton


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

manifests/api.pp                                   |  64 ---------
manifests/db/sync.pp                               |   2 +
manifests/init.pp                                  | 151 +++++++++++++--------
manifests/keystone/authtoken.pp                    |  21 +--
manifests/logging.pp                               |  13 +-
manifests/params.pp                                |  11 +-
metadata.json                                      |  12 +-
...fix_log_dir_documentation-166697be95de0c72.yaml |   3 +
...ection-params-deprecation-40bf3559eb8145af.yaml |  16 +++
...ove_old_authtoken_options-cbc07a893270043f.yaml |   9 ++
.../notes/remove_verbose-901d2a550777616b.yaml     |   4 +
releasenotes/source/conf.py                        |   7 +-
releasenotes/source/index.rst                      |   3 +-
releasenotes/source/newton.rst                     |   6 +
setup.cfg                                          |   2 +-
spec/acceptance/basic_designate_spec.rb            |   6 +-
spec/classes/designate_api_spec.rb                 |  60 ++------
spec/classes/designate_init_spec.rb                |   6 +-
spec/defines/designate_generic_service_spec.rb     |  49 ++++---
spec/defines/designate_pool_nameserver_spec.rb     |  53 ++++----
spec/defines/designate_pool_spec.rb                |  61 ++++-----
spec/defines/designate_pool_target_spec.rb         |  65 +++++----
spec/spec_helper.rb                                |  10 +-
23 files changed, 289 insertions(+), 345 deletions(-)






More information about the OpenStack-announce mailing list