[release-announce] puppet-openstacklib 13.1.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Wed Jun 6 12:47:23 UTC 2018


We are psyched to announce the release of:

puppet-openstacklib 13.1.0: Puppet module for OpenStack Openstacklib

This release is part of the rocky release series.

Download the package from:

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

For more details, please see below.

13.1.0
^^^^^^

New Features

* openstacklib::wsgi::apache now has a parameter named
  custom_wsgi_script_aliases which can be used to add more WSGI script
  alises to the apache::vhost resource. These additional WSGI script
  aliases is added upon the default script alias which is $path
  combined with $wsgi_script_dir and $wsgi_script_file.

* openstacklib::wsgi::apache now has support for headers,
  access_log_pipe, access_log_syslog, error_log_pipe and
  error_log_syslog params which will be added to the apache::vhost
  setup.

* There's a new environment variable for service-validation. With
  it, it is possible to pass in things like OS_PASWORD which should
  never appear in the command line.

Changes in puppet-openstacklib 13.0.0..13.1.0
---------------------------------------------

9c5e2a1 Prepare a new Rocky release
4ef3b1e Remove allow_virtual for Package in defaults
78c08ad Add environment param to service_validation.pp
709b280 openstacklib::openstackclient Debian python3
809396d Add support for multiple WSGI script aliases
2b239ef Add support for keystone options to wsgi::apache


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

manifests/defaults.pp                              |   6 -
manifests/openstackclient.pp                       |  15 ++-
manifests/service_validation.pp                    |   6 +
manifests/wsgi/apache.pp                           | 150 ++++++++++++++-------
metadata.json                                      |   2 +-
...tiple-wsgi-script-aliases-34ff48b463416e0f.yaml |   7 +
...i-apache-keystone-support-54bc020f9f1553c6.yaml |   6 +
...ce-validation-environment-ad85f84da786768c.yaml |   6 +
spec/classes/openstacklib_defaults_spec.rb         |  38 ++----
spec/classes/openstacklib_openstackclient_spec.rb  |  39 ++++++
.../openstacklib_service_validation_spec.rb        |  15 ++-
spec/defines/openstacklib_wsgi_apache_spec.rb      |  55 +++++---
12 files changed, 237 insertions(+), 108 deletions(-)







More information about the Release-announce mailing list