dmwm / das2go

Go implementation of Data Aggregation System (DAS) for CMS experiment
MIT License
2 stars 3 forks source link

Adjust Rucio URL in combined plugin #37

Closed vkuznet closed 2 years ago

vkuznet commented 2 years ago

The following query:

dasgoclient -query="file dataset=/SingleMu/Run2012D-ZMu-15Apr2014-v1/RAW-RECO run=206574 site=T2_CH_CERN"

tries CMSWEB url to place Rucio request, it can be fixed with RUCIO_URL

RUCIO_URL=http://cms-rucio.cern.ch ./dasgoclient -query="file dataset=/SingleMu/Run2012D-ZMu-15Apr2014-v1/RAW-RECO run=206574 site=T2_CH_CERN"

Therefore, I need to adjust setup of Rucio URL in combined plugin (outside of Rucio maps).