diff --git a/docker/pypi/wmagent/README.md b/docker/pypi/wmagent/README.md index 42794e604..ea19dbdf5 100644 --- a/docker/pypi/wmagent/README.md +++ b/docker/pypi/wmagent/README.md @@ -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. diff --git a/docker/pypi/wmagent/bin/manage b/docker/pypi/wmagent/bin/manage index e7c6547c6..71a72b3cf 100755 --- a/docker/pypi/wmagent/bin/manage +++ b/docker/pypi/wmagent/bin/manage @@ -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;