cvmfs-contrib / config-repo

Master source for CVMFS configuration repository for major organizations
4 stars 19 forks source link

CNAF cache missing from EGI configuration #221

Closed duncanmmacleod closed 5 months ago

duncanmmacleod commented 5 months ago

CNAF runs a cache that is configured in the OSG branch, see d21c5d3b9ac1ca1cc108cdc44ca64da7d2f0a57c, but not in the EGI branch. Can the CNAF cache please be added to the EGI branch?

duncanmmacleod commented 5 months ago

At the risk of duplicate #192 (and 185), I see the following caches present in the osg branch but not in the egi branch for authenticated CVMFS:

$ git diff osg..egi etc/cvmfs/osgstorage-auth.conf | grep "\-CVMFS_EXTERNAL_URL"
-CVMFS_EXTERNAL_URL="$CVMFS_EXTERNAL_URL;https://stashcache.ligo.caltech.edu:8443/"
-CVMFS_EXTERNAL_URL="$CVMFS_EXTERNAL_URL;https://dtn-pas.bois.nrp.internet2.edu:8443/"
-CVMFS_EXTERNAL_URL="$CVMFS_EXTERNAL_URL;https://dtn-pas.denv.nrp.internet2.edu:8443/"
-CVMFS_EXTERNAL_URL="$CVMFS_EXTERNAL_URL;https://dtn-pas.hous.nrp.internet2.edu:8443/"
-CVMFS_EXTERNAL_URL="$CVMFS_EXTERNAL_URL;https://dtn-pas.jack.nrp.internet2.edu:8443/"
-CVMFS_EXTERNAL_URL="$CVMFS_EXTERNAL_URL;https://dtn-pas.cinc.nrp.internet2.edu:8443/"
-CVMFS_EXTERNAL_URL="$CVMFS_EXTERNAL_URL;https://unl-cache.nationalresearchplatform.org:8443/"
-CVMFS_EXTERNAL_URL="$CVMFS_EXTERNAL_URL;https://its-condor-xrootd1.syr.edu:8443/"
-CVMFS_EXTERNAL_URL="$CVMFS_EXTERNAL_URL;https://mghpcc-cache.nationalresearchplatform.org:8443/"
-CVMFS_EXTERNAL_URL="$CVMFS_EXTERNAL_URL;https://osg-gftp2.pace.gatech.edu:8443/"
-CVMFS_EXTERNAL_URL="$CVMFS_EXTERNAL_URL;https://osg-houston-stashcache.nrp.internet2.edu:8443/"
-CVMFS_EXTERNAL_URL="$CVMFS_EXTERNAL_URL;https://osg-sunnyvale-stashcache.nrp.internet2.edu:8443/"
-CVMFS_EXTERNAL_URL="$CVMFS_EXTERNAL_URL;https://sdsc-cache.nationalresearchplatform.org:8443/"
-CVMFS_EXTERNAL_URL="$CVMFS_EXTERNAL_URL;https://xrootd-local.unl.edu:1094/"
-CVMFS_EXTERNAL_URL="$CVMFS_EXTERNAL_URL;https://sc-cache.chtc.wisc.edu:8443/"
-CVMFS_EXTERNAL_URL="$CVMFS_EXTERNAL_URL;https://osg-stash-sfu-computecanada-ca.nationalresearchplatform.org:8443/"
-CVMFS_EXTERNAL_URL="$CVMFS_EXTERNAL_URL;https://osg-hawk-cache.cc.lehigh.edu:8443/"
-CVMFS_EXTERNAL_URL="$CVMFS_EXTERNAL_URL;https://stash-cache.osg.chtc.io:8443/"
-CVMFS_EXTERNAL_URL="$CVMFS_EXTERNAL_URL;https://osdf-cache.sprace.org.br:8443/"
-CVMFS_EXTERNAL_URL="$CVMFS_EXTERNAL_URL;https://amst-osdf-xcache01.es.net:8443/"
-CVMFS_EXTERNAL_URL="$CVMFS_EXTERNAL_URL;https://lond-osdf-xcache01.es.net:8443/"
-CVMFS_EXTERNAL_URL="$CVMFS_EXTERNAL_URL;https://ds-914.cr.cnaf.infn.it:8443/"
-CVMFS_EXTERNAL_URL="$CVMFS_EXTERNAL_URL;https://stashcache.edi.scotgrid.ac.uk:8443/"
-CVMFS_EXTERNAL_URL="$CVMFS_EXTERNAL_URL;https://stashcache.jinr.ru:8443/"
-CVMFS_EXTERNAL_URL="$CVMFS_EXTERNAL_URL;https://singapore.nationalresearchplatform.org:8443/"
-CVMFS_EXTERNAL_URL="$CVMFS_EXTERNAL_URL;https://ligo.hpc.swin.edu.au:8443/"

which includes the ds-914.cf.cnaf.it instance of interest, but there's probably others that should be cherry-picked as well.

duncanmmacleod commented 5 months ago

cc @merl1n0

DrDaveD commented 5 months ago

Let's fix this along with #185 and #192 instead.