Skip to content

Commit

Permalink
Add MSPileup Url to the agent initialization/configuration (#1487)
Browse files Browse the repository at this point in the history
forgot new line continuation

update readme
  • Loading branch information
amaltaro authored May 23, 2024
1 parent 012d131 commit 86492bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/pypi/wmagent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ They are set at different moments along the process: i.e. at `buildtime` - when
* RUCIO_ACCOUNT=wma_test
* RUCIO_HOST=http://cms-rucio-int.cern.ch
* RUCIO_AUTH=https://cms-rucio-auth-int.cern.ch

* MSPILEUP_URL=https://cmsweb***.cern.ch/ms-pileup/data/pileup

## WMAgent operational actions
Basic operational actions, such as agent restarts, may be performed from the host by killing or starting the docker container.
Expand Down
4 changes: 3 additions & 1 deletion docker/pypi/wmagent/bin/manage
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,9 @@ init_wmagent(){
--amq_credentials=$AMQ_CREDENTIALS \
--rucio_account=$RUCIO_ACCOUNT \
--rucio_host=$RUCIO_HOST \
--rucio_auth=$RUCIO_AUTH
--rucio_auth=$RUCIO_AUTH \
--mspileup_url=$MSPILEUP_URL

let errVal+=$?

wmcore-db-init --config $WMA_CONFIG_DIR/config.py --create --modules=WMCore.WMBS,WMCore.Agent.Database,WMComponent.DBS3Buffer,WMCore.BossAir,WMCore.ResourceControl;
Expand Down

0 comments on commit 86492bf

Please sign in to comment.