[release-announce] puppet-manila 15.0.0 (train)

no-reply at openstack.org no-reply at openstack.org
Thu Jun 6 06:58:16 UTC 2019


We are gleeful to announce the release of:

puppet-manila 15.0.0: Puppet module for OpenStack Manila

This release is part of the train release series.

The source is available from:

    https://opendev.org/openstack/puppet-manila

Download the package from:

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

Please report issues through:

    https://bugs.launchpad.net/puppet-manila/+bugs

For more details, please see below.

15.0.0
^^^^^^


New Features
************

* New parameters are added to the cephfs backend to permit
  configuration with an external Ganesha service; the new parameters
  define if Ganesha is remote and what are the username/password or
  private key to log on the remote host.


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

* The default value of manila::compute::nova::project_name,
  manila::network::neutron::project_name and
  manila::volume::cinder::cinder_admin_tenant_name has been changed
  from 'service' to 'services'.


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

* database_idle_timeout is deprecated and will be removed in a
  future release. Please use database_connection_recycle_time instead.

Changes in puppet-manila 14.4.0..15.0.0
---------------------------------------

80a8df6 Add parameters necessary to use a remote Ganesha service
636c3d2 Consistent project name
f0ca1f7 Deprecate idle_timeout option
3de3e6d Move to opendev
9b5cbc1 Fix Repository
68a2582 Replace git.openstack.org with opendev.org/openstack
546a008 OpenDev Migration Patch
dfa441c Add Beaker-Rspec to the table of contents
0714900 Bump version for the start of Train
037c457 Update master for stable/stein


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

.gitreview                                         |  2 +-
Gemfile                                            |  2 +-
README.md                                          | 13 +++--
manifests/backend/cephfs.pp                        | 64 ++++++++++++++++------
manifests/compute/nova.pp                          |  4 +-
manifests/db.pp                                    | 53 +++++++++++-------
manifests/network/neutron.pp                       |  4 +-
manifests/volume/cinder.pp                         |  4 +-
metadata.json                                      | 12 ++--
.../consistent-project-name-55f3f0d8b3dba962.yaml  |  7 +++
...te_idle_timeout_parameter-b84f836d88d9d3e0.yaml |  4 ++
...ternal-ganesha-parameters-9aebf44f7cf01438.yaml |  7 +++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/stein.rst                      |  6 ++
spec/classes/manila_compute_nova_spec.rb           |  2 +-
spec/classes/manila_db_spec.rb                     | 54 +++++++++---------
spec/classes/manila_network_neutron_spec.rb        |  2 +-
spec/defines/manila_backend_cephfs_spec.rb         | 29 ++++++----
tox.ini                                            |  2 +-
19 files changed, 174 insertions(+), 98 deletions(-)







More information about the Release-announce mailing list