[release-announce] [puppet] puppet-octavia 12.2.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Thu Jan 25 20:16:45 UTC 2018


We contentedly announce the release of:

puppet-octavia 12.2.0: Puppet module for OpenStack Octavia

This release is part of the queens release series.

Download the package from:

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

For more details, please see below.

12.2.0
^^^^^^

New Features

* Adds 'amp_project_name' to configure project access to the nova
  flavor for creating amphorae.

* Added 'octavia::worker::enable_ssh_access' parameter to enable
  configuring without an OpenStack SSH key. Note that when set to
  false, configuration of SSH key related properties is disabled.

* Add support for configuring 'service_auth' section parameters in
  octavia.

* Adds the use_journal option for configuring oslo.log. This will
  enable passing the logs to journald.

* Adds parameters to 'octavia::certificates' to support populating
  certificate and key files with data provided.

Changes in puppet-octavia 12.1.0..12.2.0
----------------------------------------

3dc8602 Add amp_project_name to configure flavor access list
19ac103 Prepare for Queens Milestone 3
77367af Remove pinned versions from test-requirements.txt
d2fa948 Add use_journal option for logging configuration
bab31c0 Add group to policy management
c408df9 Run puppet-openstack-beaker-jobs
30f3247 Fix the misspelling of "octavia"
8626d27 Allow disabling SSH access to amphora
8cb1a19 Add auth_type parameter to service_auth section
a5e4f23 Support populating certificate files
9faccf9 Adding service_auth configuration


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

.zuul.yaml                                         |   1 +
manifests/certificates.pp                          |  85 ++++++++
manifests/logging.pp                               |   6 +
manifests/params.pp                                |   1 +
manifests/policy.pp                                |   6 +-
manifests/service_auth.pp                          |  56 ++++++
manifests/worker.pp                                |  37 +++-
metadata.json                                      |  10 +-
.../add-amphora-project-name-0afeebd83e114328.yaml |   5 +
...d-enable-ssh-access-param-1f2454d898b9b59b.yaml |   6 +
...ervice-auth-configuration-f70310c15b15443c.yaml |   4 +
...ournal-option-for-logging-9f95c7513816de6f.yaml |   5 +
.../notes/api-manage-service-3a54c606e08ee623.yaml |   2 +-
...ort-populating-cert-files-86533953f901d3b2.yaml |   5 +
spec/classes/octavia_certificates_spec.rb          | 220 ++++++++++++++++++---
spec/classes/octavia_logging_spec.rb               |   3 +
spec/classes/octavia_policy_spec.rb                |   7 +-
spec/classes/octavia_service_auth_spec.rb          |  52 +++++
spec/classes/octavia_worker_spec.rb                |  41 ++++
test-requirements.txt                              |   6 +-
20 files changed, 509 insertions(+), 49 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 8db5c0d..aa9dd6b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,2 +2,2 @@
-sphinx>=1.6.2 # BSD
-openstackdocstheme>=1.17.0 # Apache-2.0
+sphinx # BSD
+openstackdocstheme # Apache-2.0
@@ -6 +6 @@ openstackdocstheme>=1.17.0 # Apache-2.0
-reno>=2.5.0 # Apache-2.0
+reno # Apache-2.0






More information about the Release-announce mailing list