We are thrilled to announce the release of: puppet-manila 12.5.1: Puppet module for OpenStack Manila This release is part of the queens 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. 12.5.1 ^^^^^^ 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. * The manila API service can now be installed with Apache, instead of the package-provided built-in eventlet based wsgi server. Set $manila::api::service_name to 'httpd' to run the Manila API as virtual host on an apache based web server. * Add openstack-db tag to Exec that run db-sync. 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 12.5.0..12.5.1 --------------------------------------- 95e86b8 Update module version 4ca7fdc Add parameters necessary to use a remote Ganesha service 706bf9b OpenDev Migration Patch 8f65066 Support manila-api deployment with Apache c7b2127 Support cephfs_volume_mode parameter d4eaa27 Updating nova and neutron configuration e8b5a98 Add 'openstack-db' tag to db-sync Exec resource 2d71af0 import zuul job settings from project-config 18ef723 Update Gemfile to pull spec_helper from stable/queens Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 1 + Gemfile | 1 + manifests/api.pp | 45 +++- manifests/backend/cephfs.pp | 67 ++++-- manifests/compute/nova.pp | 170 +++++++++++++--- manifests/db/sync.pp | 1 + manifests/keystone/auth.pp | 3 - manifests/network/neutron.pp | 226 ++++++++++++++++----- manifests/params.pp | 4 + manifests/wsgi/apache.pp | 164 +++++++++++++++ metadata.json | 6 +- ...hfs_volume_mode-parameter-8f6bf0eb5b6fc425.yaml | 6 + ...ternal-ganesha-parameters-9aebf44f7cf01438.yaml | 7 + .../notes/manila-wsgi-893b66e84d4a9133.yaml | 7 + .../notes/openstack_db_tag-b328cfe24b29b287.yaml | 3 + ...a-neutron-with-keystonev3-3386a497d476d7d8.yaml | 14 ++ spec/acceptance/basic_manila_spec.rb | 10 +- spec/classes/manila_api_spec.rb | 47 ++++- spec/classes/manila_compute_nova_spec.rb | 86 ++++++++ spec/classes/manila_db_sync_spec.rb | 1 + spec/classes/manila_network_neutron_spec.rb | 124 +++++++---- spec/classes/manila_wsgi_apache_spec.rb | 112 ++++++++++ spec/defines/manila_backend_cephfs_spec.rb | 29 ++- 24 files changed, 974 insertions(+), 162 deletions(-)
participants (1)
-
no-reply@openstack.org