galaxyproject / ansible-cvmfs

An Ansible role for installing and configuring CernVM-FS (CVMFS)
12 stars 17 forks source link

Changes for new singularity.galaxyproject.org #21

Closed natefoo closed 4 years ago

natefoo commented 4 years ago

After many space/storage problems on cvmfs0-psu0.galaxyproject.org, the singularity.galaxyproject.org repo has been rebuilt using resources kindly provided by Galaxy Europe (presumably via de.NBI), courtesy @gmauro and @bgruening.

If you have a stratum 1 copy of this repo, you should cvmfs_server rmfs singularity.galaxyproject.org and reinitialize the copy using the new stratum 0 URL, http://cvmfs-stratum0.galaxyproject.eu. There is currently an active mirror on cvmfs1-psu0.galaxyproject.org. Neither of the other two stratum 1 servers I operate (cvmfs1-tacc0, cvmfs1-iu0) has adequate storage for this repo at the moment, unfortunately.

Also, it turns out that we should have been using a single signing key for all of our repos, so I have initiated the process of converting us to a single key by signing with the key for the cvmfs-config.galaxyproject.org repo. If you have a CVMFS client and you are already using the config repo (which eventually we will decommission), you should be able to mount this repo without any changes. Otherwise, install this key in /etc/cvmfs/keys/galaxyproject.org/galaxyproject.org.pub:

-----BEGIN PUBLIC KEY-----
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuJZTWTY3/dBfspFKifv8
TWuuT2Zzoo1cAskKpKu5gsUAyDFbZfYBEy91qbLPC3TuUm2zdPNsjCQbbq1Liufk
uNPZJ8Ubn5PR6kndwrdD13NVHZpXVml1+ooTSF5CL3x/KUkYiyRz94sAr9trVoSx
THW2buV7ADUYivX7ofCvBu5T6YngbPZNIxDB4mh7cEal/UDtxV683A/5RL4wIYvt
S5SVemmu6Yb8GkGwLGmMVLYXutuaHdMFyKzWm+qFlG5JRz4okUWERvtJ2QAJPOzL
mAG1ceyBFowj/r3iJTa+Jcif2uAmZxg+cHkZG5KzATykF82UH1ojUzREMMDcPJi2
dQIDAQAB
-----END PUBLIC KEY-----
bgruening commented 4 years ago

Cool thanks a lot @natefoo