Skip to content

update default repo list #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,10 @@ cvmfs_client_lv_name: "cvmfs"
# set to ~ 85% of this amount, to allow for momentary usage beyond the quota while cache clean-up is in progress.
cvmfs_cache_size: "50000"

# The list of repositories that will be accessible. CVMFS_STRICT_MOUNT is enabled so this IS
# an exclusive list; your inventory must include any additional repositories you wish to use.
# In particular cvmfs-config.computecanada.ca is required for other Compute Canada repositories to function.
# The list of repositories that you are interested in, e.g. for monitoring purposes.
# Note that if CVMFS_STRICT_MOUNT is enabled this will be an exclusive list, preventing other repositories from being mounted.
cvmfs_repositories:
- "soft.computecanada.ca"
- "cvmfs-config.computecanada.ca"

# The list of caching proxy servers to use.
# For more info see
Expand Down