-
Notifications
You must be signed in to change notification settings - Fork 39
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
feat(dask): detect and create Rucio resources for Dask cluster #634
Conversation
…hub#634) We detect if rucio is necessary for Dask cluster by checking top level rucio statement under resources field in reana.yaml. Closes reanahub/reana#873
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #634 +/- ##
==========================================
- Coverage 73.46% 73.16% -0.31%
==========================================
Files 17 17
Lines 1975 1986 +11
==========================================
+ Hits 1451 1453 +2
- Misses 524 533 +9
|
…hub#634) We detect if Rucio is necessary for Dask cluster by checking top level rucio statement under resources field in reana.yaml. Closes reanahub/reana#873
We detect if Rucio is necessary for Dask cluster by checking top level rucio statement under resources field in reana.yaml. Some amendments were needed in order to fetch the secrets from secrets store instead of environment variables since workflow controller does not have access to runtime environment variables just like job controller. Closes reanahub/reana#873
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Re-tested VOMS and Kerberos. Cannot test Rucio, but we can see about this one once deployed on QA.
I'll add a release commit on top whilst merging.
We detect if Rucio is necessary for Dask cluster by checking top level rucio statement under resources field in reana.yaml. Some amendments were needed in order to fetch the secrets from secrets store instead of environment variables since workflow controller does not have access to runtime environment variables just like job controller.
Closes reanahub/reana#873