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

use prometheus to expose consistency statistics #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eachristgr
Copy link

@eachristgr eachristgr commented Oct 16, 2024

Related to dmwm/CMSRucio#755

These changes were already tested in the integration cluster. Below relative information is listed:

Merging this will allow testing in production. When run, consistency clones master branch of this repo to be able to run the different steps.

@@ -5,7 +5,7 @@ cd /consistency/cms_consistency/site_cmp3
cp /opt/proxy/x509up /tmp/x509up
chmod 600 /tmp/x509up
export X509_USER_PROXY=/tmp/x509up
export RUCIO_CONFIG=/consistency/rucio-client.cfg
export RUCIO_CONFIG=/opt/rucio/etc/rucio.cfg
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/opt/rucio/etc/rucio.cfg already exist in the container and is created by docker/rucio.cfg.j2. This file can be used instead of /consistency/rucio-client.cfg which is hard coded. This way environment variables can be used to define the appropriate configuration, that will be a bit different for integration and production.

It is also noted that the information stored in /consistency/rucio-client.cfg was also moved to docker/rucio.cfg.j2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant