[puppet] puppet-octavia 11.3.0 (pike)
We are happy to announce the release of: puppet-octavia 11.3.0: Puppet module for OpenStack Octavia This release is part of the pike stable release series. Download the package from: https://tarballs.openstack.org/puppet-octavia/ For more details, please see below. 11.3.0 ^^^^^^ New Features ************ * support for configuring amp_secgroup_list has been added which allows to configure the security groups to be setup on the amphorae * You can now configure the paths for the certificates which are used to the public key infrastructure system which is used to authenticate to amphorae. Deprecation Notes ***************** * octavia::rpc_backend is deprecated and will be removed in a future release. Please use octavia::default_transport_url instead. Bug Fixes ********* * This patch alters the default keystone service type from "octavia" to "load-balancer" to sync with https://review.openstack.org/#/c/450916/. Changes in puppet-octavia 11.2.0..11.3.0 ---------------------------------------- b7fa7de Prepare for official Pike release a166917 Deprecate oslo.messaging rpc_backend option parameter 41f5b81 Bump modules to next minor with -dev 3c1dd62 Change service-type to load-balancer 31b770a Update openstackdocstheme>=1.16.0 8b4707a Add certificate configuration for PKI 1e8980f Add amp_secgroup_list configuration parameter Diffstat (except docs and test files) ------------------------------------- manifests/certificates.pp | 40 +++++++++++ manifests/init.pp | 83 +++++++++++----------- manifests/keystone/auth.pp | 4 +- manifests/worker.pp | 6 ++ metadata.json | 10 +-- .../add-amp-secgroup-list-d3dcc292465b0fe7.yaml | 4 ++ ...ertificates-configuration-6e956bd99e5c2a2b.yaml | 4 ++ .../change-service-type-c7bea5ac392fd0d1.yaml | 5 ++ ...ate_rpc_backend_parameter-d0a8b677bcf5b39e.yaml | 4 ++ releasenotes/source/conf.py | 4 +- spec/classes/octavia_certificates_spec.rb | 53 ++++++++++++++ spec/classes/octavia_init_spec.rb | 47 +++++------- spec/classes/octavia_keystone_auth_spec.rb | 18 ++--- spec/classes/octavia_worker_spec.rb | 2 + test-requirements.txt | 2 +- 15 files changed, 198 insertions(+), 88 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index a23c7e7..629ab00 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3 +3 @@ sphinx>=1.6.2 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org