Skip to content

Commit

Permalink
Add dbsUrl to MSRuleCleaner. (#1035)
Browse files Browse the repository at this point in the history
  • Loading branch information
todor-ivanov authored Feb 23, 2021
1 parent 0aca53b commit 2b33221
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions reqmgr2ms/config-ruleCleaner.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@
data.rucioAuthUrl = RUCIO_AUTH_URL
data.rucioUrl = RUCIO_URL
data.enableRealMode = True
if DBS_INS == "private_vm":
data.dbsUrl = "https://cmsweb-testbed.cern.ch/dbs/int/global/DBSReader"
else:
data.dbsUrl = "%s/dbs/%s/global/DBSReader" % (BASE_URL, DBS_INS)

# heartbeat monitor task
extentions = config.section_("extensions")
Expand Down

0 comments on commit 2b33221

Please sign in to comment.