Skip to content

Releases: italiangrid/storm-puppet-module

StoRM Puppet Module v4.2.0

18 Feb 14:16
Compare
Choose a tag to compare

What's Changed

  • Repo class supports AlmaLinux 9 and RedHat 9 platforms
  • Update puppetlabs_spec_helper version
  • Fix stub deprecation warning
  • Support deployment with flowd for SciTags

StoRM Puppet Module v4.1.0

31 Jul 23:01
Compare
Choose a tag to compare

Allow injecting storm.properties file from source

StoRM Puppet module v4.0.0

27 Jun 19:53
4aa023a
Compare
Choose a tag to compare
  • Upgrade module to Puppet v7
  • Added storm::gridftp::data_interface parameter in order to support a configuration behind a public IP
  • Added storm::gridftp::log_level parameter in order to allow logging level
  • Removed storm::webdav::ensure_empty_storage_area_dir: storage area directory is now automatically purged of not managed properties files
  • Added storm::webdav::tpc_enable_expect_continue_threshold in order to set a threshold from which an header with Expect: 100 continue is added
  • Added storm::webdav::user parameter in order to allow the setting of a custom user used to run the service
  • Added storm::webdav::tape_wellknown_source parameter in order to specify which JSON file has to be loaded as content of the well-known endpoint for WLCG Tape REST API implementation
  • Within update-site-report script, JSON file is now moved and not copied to avoid the growth of useless files in tmp directory
  • Removed storm::backend::debug* parameters
  • Removed storm::backend::install_native_libs_gpfs parameter because the installation of the GPFS libs is done if at least one storage area has fs_type GPFS.
  • Added a retry mechanism if StoRM Info Provider configure command fails
  • Removed the custom management of systemctl daemon reload because now it’s supported by Puppet 7