[release-announce] puppet-manila 13.3.2 (rocky)

no-reply at openstack.org no-reply at openstack.org
Thu Jun 20 09:08:44 UTC 2019


We are pumped to announce the release of:

puppet-manila 13.3.2: Puppet module for OpenStack Manila

This release is part of the rocky stable 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.

13.3.2
^^^^^^


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

* Support setting values for "cephfs_volume_mode" parameter which
  controls the rwx mode of the cephfs volumes, snapshots, and groups
  of these that back manila shares.

* 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
*************

* Keystone v2 has been oficially deprecated. Add new configuration
  options for nova and neutron to be used with keystone v3.


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

* Deprecate nova_catalog_info, nova_catalog_admin_info,
  nova_api_insecure, nova_ca_certificates_file, nova_admin_username,
  nova_admin_password, nova_admin_tenant_name and nova_admin_auth_url
  from nova section in manila.conf. Deprecate neutron_api_insecure,
  neutron_ca_certificates_file, neutron_url, neutron_url_timeout,
  neutron_admin_username, neutron_admin_password,
  neutron_admin_tenant_name, neutron_region_name,
  neutron_admin_auth_url and neutron_auth_strategy from neutron
  section in manila.conf.

Changes in puppet-manila 13.3.1..13.3.2
---------------------------------------

001ed33 Update module version
b0732d7 Add parameters necessary to use a remote Ganesha service
f969ee6 OpenDev Migration Patch
6881e9a Support cephfs_volume_mode parameter
8fb1fa1 Updating nova and neutron configuration


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

.gitreview                                         |   2 +-
manifests/backend/cephfs.pp                        |  67 ++++--
manifests/compute/nova.pp                          | 170 +++++++++++++---
manifests/network/neutron.pp                       | 226 ++++++++++++++++-----
metadata.json                                      |   2 +-
...hfs_volume_mode-parameter-8f6bf0eb5b6fc425.yaml |   6 +
...ternal-ganesha-parameters-9aebf44f7cf01438.yaml |   7 +
...a-neutron-with-keystonev3-3386a497d476d7d8.yaml |  14 ++
spec/classes/manila_compute_nova_spec.rb           |  86 +++++---
spec/classes/manila_network_neutron_spec.rb        | 124 +++++++----
spec/defines/manila_backend_cephfs_spec.rb         |  29 ++-
11 files changed, 558 insertions(+), 175 deletions(-)







More information about the Release-announce mailing list