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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## 4.7.0 (2025-12-09)

### Changed

- Enable public IP discovery for flowd-go and use more default config values (requires flowd-go v2.4.0)

## 4.6.0 (2025-12-05)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion manifests/webdav/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
'flowd-go': {
package { 'flowd-go':
ensure => 'installed',
ensure => '>=2.4.0',
require => Yumrepo['scitags-repo'],
}
}
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.6.0",
"version": "4.7.0",
"author": "storm",
"summary": "StoRM Puppet module",
"license": "Apache-2.0",
Expand Down
11 changes: 1 addition & 10 deletions templates/etc/flowd-go/conf.yaml.erb
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
---
pidPath: "/var/run/flowd-go/pid"
workDir: "."
stunServers: [
"stun:stun.l.google.com:19305",
"stun:stun.services.mozilla.org:3478"
Comment thread
expuss2000 marked this conversation as resolved.
]

plugins:
namedPipe:
maxReaders: 5
buffSize: 1000
pipePath: "/var/run/flowd"

backends:
firefly: {
stun: {},
<% if scope.lookupvar('storm::webdav::scitags_collector') -%>
sendToCollector: true,
collectorAddress: "<%=scope.lookupvar('storm::webdav::scitags_collector')%>",
collectorPort: 10514
<% end -%>
}