We are happy to announce the release of: puppet-cinder 13.1.0: Puppet module for OpenStack Cinder This release is part of the rocky release series. Download the package from: https://tarballs.openstack.org/puppet-cinder/ For more details, please see below. 13.1.0 ^^^^^^ Upgrade Notes * The deprecated parameters cinder::rabbit_host, cinder::rabbit_hosts, cinder::rabbit_password, cinder::rabbit_port, cinder::rabbit_userid, cinder::rabbit_virtual_host and cinder::rpc_backend is removed. Please use cinder::default_transport_url instead. * The deprecated parameters cinder::use_ssl, cinder::cert_file, cinder::key_file and cinder::ca_file is removed. You should now set them in the cinder::api class. * The deprecated parameter cinder::api::validation_options is removed. * The deprecated parameter netapp_eseries_host_type in cinder::backend::netapp is removed. Please use netapp_host_type instead. * The deprecated parameters netapp_storage_pool and netapp_volume_list in cinder::backend::netapp is removed. Please use netapp_pool_name_search_pattern instead. * The deprecated parameter cinder::backend::rbd::volume_tmp_dir is removed. Please use cinder::image_conversion_dir instead. * The deprecated parameters os_password, os_tenant_name, os_username, os_auth_url and os_region_name in cinder::type_set is removed. * The deprecated parameters os_password, os_tenant_name, os_username and os_auth_url in cinder::vmware is removed. * The deprecated parameters os_password, os_tenant_name, os_userne, os_auth_url and os_region_name in cinder::type is removed. Changes in puppet-cinder 13.0.0..13.1.0 --------------------------------------- 11ccfb4 Prepare a new Rocky release 5af4292 Ensure nvme-cli package installed when using nvmeof cinder backend f954bf2 neat: missing : in $::os_service_default 5c5a7db Remove deprecated parameters 385a2a1 Replace port 35357 with 5000 264886f neat: missing : in $::os_service_default 2761f8b Revert "Restore iscsi loopback LVM volume group on startup" 3b45f42 Ensure nvmetcli rpm installed when using nvmeof cinder backend d56e034 fix a typo: s/allowd/allowed/ 7d1149e Missing deps for config.pp unit test Diffstat (except docs and test files) ------------------------------------- manifests/api.pp | 42 +++-------- manifests/backend/eqlx.pp | 2 +- manifests/backend/netapp.pp | 51 +------------ manifests/backend/nvmeof.pp | 12 ++++ manifests/backend/rbd.pp | 14 ---- manifests/db/mysql.pp | 2 +- manifests/init.pp | 83 +--------------------- manifests/keystone/authtoken.pp | 6 +- manifests/setup_test_volume.pp | 8 --- manifests/type.pp | 40 ++--------- manifests/type_set.pp | 33 +-------- manifests/vmware.pp | 30 +------- metadata.json | 8 +-- .../notes/remove-deprecated-63f92fcce2c35685.yaml | 29 ++++++++ spec/classes/cinder_api_spec.rb | 17 +---- spec/classes/cinder_backup_swift_spec.rb | 2 +- spec/classes/cinder_config_spec.rb | 2 + spec/classes/cinder_init_spec.rb | 41 ++--------- spec/classes/cinder_keystone_authtoken_spec.rb | 4 +- spec/classes/cinder_setup_test_volume_spec.rb | 4 -- spec/classes/cinder_volume_spec.rb | 2 +- spec/defines/cinder_backend_netapp_spec.rb | 32 --------- spec/defines/cinder_backend_nvmeof_spec.rb | 13 ++++ spec/defines/cinder_backend_rbd_spec.rb | 2 - spec/defines/cinder_type_set_spec.rb | 4 +- spec/defines/cinder_type_spec.rb | 4 +- spec/unit/provider/cinder_spec.rb | 4 +- 27 files changed, 100 insertions(+), 391 deletions(-)