Skip to content

Commit

Permalink
Merge pull request #66 from thecuriousneutrino/master
Browse files Browse the repository at this point in the history
Add README info on how to obtain a Grid certificate.
  • Loading branch information
thecuriousneutrino authored Nov 4, 2022
2 parents 474b51e + 9830d72 commit 317e625
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ You will need a working setup of the DIRAC UI to access the grid data.
Follow the instructions here:
https://gridpp.ac.uk/wiki/Quick_Guide_to_Dirac#Dirac_client_installation

You will also need a valid Grid certificate. Instructions on how to obtain one are available at: https://t2k.org/nd280/datacomp/gridandirac/gridcert

DIRAC comes with its own Python interpreter. When you source DIRAC's bashrc,
you will havea somewhat isolated Python environment. Within this environment
you can install t2kdm releases directly with pip:
Expand Down
4 changes: 2 additions & 2 deletions t2kdm/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ def __str__(self):
SEs = [
StorageElement(
"RAL-LCG2-T2K-tape",
host="srm-t2k.gridpp.rl.ac.uk",
host="x509up_u8000133@antares.stfc.ac.uk",
type="tape",
location="/europe/uk/ral",
basepath="srm://srm-t2k.gridpp.rl.ac.uk:8443/srm/managerv2?SFN=/castor/ads.rl.ac.uk/prod",
basepath="root://x509up_u8000133@antares.stfc.ac.uk:1094//eos/antares/prod",
),
StorageElement(
"UKI-SOUTHGRID-RALPP-disk",
Expand Down

1 comment on commit 317e625

@thecuriousneutrino
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Also, pull request includes the updated properties for the RAL-LCG2-T2K-tape Storage Element.

Please sign in to comment.