Skip to content

Add eessi.science to MAJOR_CVMFS

Carl Vuosalo requested to merge add-eessi-to-major-cvmfs into master

To resolve issue #215, *.eessi.science to MAJOR_CVMFS in squid/files/postinstall/squid.conf.proto.

This addition was verified by adding the following lines to customize.sh:

uncomment("acl MAJOR_CVMFS")
insertline("^# http_access deny !RESTRICT_DEST", "http_access deny !MAJOR_CVMFS")

Then the following queries to *.eessi.science were successful:

wget -qdO- http://aws-eu-central-s1.eessi.science/cvmfs/info/v1/repositories.json
wget -qdO- http://azure-us-east-s1.eessi.science/cvmfs/info/v1/repositories.json

Merge request reports