55eessi_cvmfs_repos_enabled : true
66
77# Email address for the project.
8- eessi_email : eessi@list.rug.nl
8+ eessi_email : support@eessi.io
99
1010#
1111# Defaults for eessi-hpc.org repos.
@@ -87,6 +87,7 @@ eessi_cvmfs_repositories:
8787 - CVMFS_GARBAGE_COLLECTION=true
8888 client_options : []
8989 use_for_ci : false
90+ description : Repository containing pilot versions of the EESSI software stack.
9091 - repository : data.eessi-hpc.org
9192 stratum0 : rug-nl.stratum0.cvmfs.eessi-infra.org
9293 owner : " {{ cvmfs_repo_owner | default('root') }}"
@@ -97,6 +98,7 @@ eessi_cvmfs_repositories:
9798 - CVMFS_GARBAGE_COLLECTION=true
9899 client_options : []
99100 use_for_ci : false
101+ description : " Data files used for applications available in the EESSI stack."
100102 - repository : ci.eessi-hpc.org
101103 stratum0 : rug-nl.stratum0.cvmfs.eessi-infra.org
102104 owner : " {{ cvmfs_repo_owner | default('root') }}"
@@ -106,6 +108,15 @@ eessi_cvmfs_repositories:
106108 - CVMFS_GARBAGE_COLLECTION=true
107109 client_options : []
108110 use_for_ci : true
111+ description : " Small-sized repository used for CI purposes."
112+
113+ # Meta information for CVMFS Stratum servers
114+ cvmfs_server_meta_administrator : " EESSI CVMFS Administrators"
115+ cvmfs_server_meta_email : " {{ eessi_email }}"
116+ cvmfs_server_meta_organisation : " EESSI"
117+ cvmfs_server_meta_custom :
118+ _comment : " See https://eessi.io/docs/ for more information about the EESSI repository."
119+ cvmfs_server_meta_website : " https://eessi.io"
109120
110121# Override all the Galaxy defaults by our EESSI defaults.
111122# This is required, beucase the galaxy_* variables are used inside the Ansible tasks.
0 commit comments