From 84ab5105e8dafffeb0e7fb76e73d65d9b43fa369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Thu, 18 Mar 2021 14:14:27 +0100 Subject: [PATCH] add cvmfs-config repo to settings in order to configure the resigning cronjob --- inventory/group_vars/all.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/inventory/group_vars/all.yml b/inventory/group_vars/all.yml index f9e3e541..bc268101 100644 --- a/inventory/group_vars/all.yml +++ b/inventory/group_vars/all.yml @@ -80,9 +80,20 @@ eessi_cvmfs_repositories: key_dir: /etc/cvmfs/keys/eessi-hpc.org server_options: - CVMFS_AUTO_GC=false + - CVMFS_AUTO_TAG_TIMESPAN="30 days ago" - CVMFS_GARBAGE_COLLECTION=true client_options: [] use_for_ci: yes + - repository: cvmfs-config.eessi-hpc.org + stratum0: cvmfs-s0.eessi-hpc.org + owner: "{{ cvmfs_repo_owner | default('root') }}" + key_dir: /etc/cvmfs/keys/eessi-hpc.org + server_options: + - CVMFS_AUTO_GC=false + - CVMFS_AUTO_TAG_TIMESPAN="30 days ago" + - CVMFS_GARBAGE_COLLECTION=true + client_options: [] + use_for_ci: no # Override all the Galaxy defaults by our EESSI defaults. # This is required, beucase the galaxy_* variables are used inside the Ansible tasks.