[openstack-announce] [new][puppet] puppet-openstacklib 9.4.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Tue Sep 27 16:36:53 UTC 2016


We are delighted to announce the release of:

puppet-openstacklib 9.4.0: Puppet module for OpenStack Openstacklib

This release is part of the newton release series.

For more details, please see below.

9.4.0
^^^^^

New Features

* Allow to give an array of IP addresses to normalize_ip_for_uri and
  normalize each IP in the list.

* Created a new fact called $::os_workers to be used as the defaults
  for any of the openstack service worker configurations. This fact
  will have a value between '2' and '8'. The value of this fact is the
  larger value between '2' and the number of processors divided by '4'
  but will not exceed '8'.

Changes in puppet-openstacklib 9.3.0..9.4.0
-------------------------------------------

81bf321 Puppet OpenStack Newton RC2
b51b288 Remove unnecesary spaces in log messages.
01664cf Fix typo in os_worker
1b6c0a7 Create os_workers fact
fe1e3e3 Fix .gitignore for /openstack/
435c50f normalize_ip_for_uri: allow to give an array of IP addresses
ab22696 Add support for setting a timeout for service_validation


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

.gitignore                                         |  2 +-
lib/facter/os_workers.rb                           | 20 ++++++++
.../parser/functions/normalize_ip_for_uri.rb       | 28 ++++++----
manifests/db/postgresql.pp                         |  4 +-
manifests/service_validation.pp                    |  6 +++
metadata.json                                      | 60 +++++++++++++++++-----
.../notes/ipv6_array_support-ea28cf0939e820f6.yaml |  4 ++
.../notes/os_workers-fact-420e6ad783cba982.yaml    |  6 +++
releasenotes/source/conf.py                        |  4 +-
.../openstacklib_service_validation_spec.rb        |  3 ++
spec/functions/normalize_ip_for_uri_spec.rb        | 10 ++--
11 files changed, 114 insertions(+), 33 deletions(-)






More information about the OpenStack-announce mailing list