Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file.

## 4.5.0 (2025-11-07)

### Added

- Add `storm::webdav::scitags_daemon` parameter to WebDAV to select which daemon to use for SciTags

### Fixed

- Fix MySQL module version to the last one that works

### Removed

- Remove two unused Environment variables in StoRM WebDAV systemd unit (`STORM_WEBDAV_OUT` and `STORM_WEBDAV_ERR`)

## 4.4.0 (2025-05-07)

### Added
Expand Down
7 changes: 7 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -1310,6 +1310,7 @@ The following parameters are available in the `storm::webdav` class:
* [`voms_cache_enabled`](#-storm--webdav--voms_cache_enabled)
* [`voms_cache_entry_lifetime_sec`](#-storm--webdav--voms_cache_entry_lifetime_sec)
* [`scitags_enabled`](#-storm--webdav--scitags_enabled)
* [`scitags_daemon`](#-storm--webdav--scitags_daemon)
* [`scitags_collector`](#-storm--webdav--scitags_collector)
* [`nginx_enabled`](#-storm--webdav--nginx_enabled)

Expand Down Expand Up @@ -1583,6 +1584,12 @@ Data type: `Boolean`

Enable SciTags flow marking

##### <a name="-storm--webdav--scitags_daemon"></a>`scitags_daemon`

Data type: `String`

The daemon to use for SciTags (e.g. 'flowd' or 'flowd-go'). Optional.

##### <a name="-storm--webdav--scitags_collector"></a>`scitags_collector`

Data type: `Optional[String]`
Expand Down
3 changes: 3 additions & 0 deletions manifests/webdav.pp
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@
# @param scitags_enabled
# Enable SciTags flow marking
#
# @param scitags_daemon
# The daemon to use for SciTags (e.g. 'flowd' or 'flowd-go'). Optional.
#
# @param scitags_collector
# Remote address of SciTags collector. Optional.
#
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cnafsd-storm",
"version": "4.4.0",
"version": "4.5.0",
"author": "storm",
"summary": "StoRM Puppet module",
"license": "Apache-2.0",
Expand Down