Skip to content

Commit

Permalink
Adding wmstatsUrl to WorkflowUpdater configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
todor-ivanov committed Jan 17, 2025
1 parent 66b7217 commit 63fe7d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/wmagent-mod-config
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ def modifyConfiguration(config, **args):
config.WorkflowUpdater.dbsUrl = args.get("dbs3_reader_url", None)
config.WorkflowUpdater.rucioUrl = args["rucio_host"]
config.WorkflowUpdater.rucioAuthUrl = args["rucio_auth"]
config.WorkflowUpdater.wmstatsUrl = args["wmstats_url"]
if args.get("mspileup_url", None):
config.WorkflowUpdater.msPileupUrl = args["mspileup_url"]

Expand Down
1 change: 1 addition & 0 deletions etc/WMAgentConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@
config.WorkflowUpdater.logLevel = globalLogLevel
config.WorkflowUpdater.pollInterval = 8 * 60 * 60 # every 8 hours
config.WorkflowUpdater.dbsUrl = "OVER_WRITE_BY_SECRETS"
config.WorkflowUpdater.wmstatsUrl = "OVER_WRITE_BY_SECRETS"
config.WorkflowUpdater.rucioAccount = "wmcore_pileup"
config.WorkflowUpdater.rucioUrl = "OVER_WRITE_BY_SECRETS"
config.WorkflowUpdater.rucioAuthUrl = "OVER_WRITE_BY_SECRETS"
Expand Down

0 comments on commit 63fe7d8

Please sign in to comment.