Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WMAgent: Forgotten tweak for WorkQueueManager to use production Rucio for data discovery #11986

Closed
todor-ivanov opened this issue May 16, 2024 · 0 comments · Fixed by dmwm/CMSKubernetes#1479

Comments

@todor-ivanov
Copy link
Contributor

todor-ivanov commented May 16, 2024

Impact of the bug
WMAgent

Describe the bug
While testing the new deployment method for WMAgent in preproduction, people have reported a missing tweak for the WorkQueueManager component, which was supposed to switch the component to use production Rucio server for data discovery. As explained here: this is needed because we do not have the full information for all the data in Rucio integration server, so this blocks a big portion of our validation workflows which cannot find their input data.

The needed change is as follows:

  • At $WMA_CONFIG_DIR/config.py

    • config.WorkQueueManager.rucioUrl = 'http://cms-rucio-int.cern.ch' --> config.WorkQueueManager.rucioUrl = 'http://cms-rucio.cern.ch'
    • config.WorkQueueManager.rucioAuthUrl = 'https://cms-rucio-auth-int.cern.ch' --> config.WorkQueueManager.rucioAuthUrl = 'https://cms-rucio-auth.cern.ch'
  • At $RUCIO_HOME/rucio.cfg

    • 'http://cms-rucio-int.cern.ch' --> 'http://cms-rucio.cern.ch'
    • 'https://cms-rucio-auth-int.cern.ch' --> 'https://cms-rucio-auth.cern.ch'

How to reproduce it
run any agent in with a team name starting with testbed-*.
Expected behavior
To have the tweak in place for testbed agents

Additional context and error message
The issue: #11945 depends on the resolution of the current one, which makes it a chained dependency for the WMAgent new deployment model meta-issue: #11314

@todor-ivanov todor-ivanov self-assigned this May 16, 2024
@amaltaro amaltaro changed the title WMAgent: Forgotten tweak for WorkQueueManager to use production Rrucio for data discovery WMAgent: Forgotten tweak for WorkQueueManager to use production Rucio for data discovery May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant