-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #70 from bedroge/remove_config_repo
New client packages (also tar now) that don't use the config repo
- Loading branch information
Showing
10 changed files
with
164 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,16 +2,23 @@ | |
# vars file for eessi project | ||
|
||
# Automatically configure EESSI CVMFS repos. | ||
eessi_cvmfs_repos_enabled: config-repo | ||
eessi_cvmfs_repos_enabled: true | ||
|
||
# Email address for the project, which will be put in the contact file on the config repo. | ||
# Email address for the project. | ||
eessi_email: [email protected] | ||
|
||
# Defaults for eessi-hpc.org config repo, syntax for each key is the same as that of cvmfs_<key | pluralize> | ||
eessi_cvmfs_config_repo: | ||
domain: eessi-hpc.org | ||
key: | ||
path: /etc/cvmfs/keys/eessi-hpc.org/cvmfs-config.eessi-hpc.org.pub | ||
# | ||
# Defaults for eessi-hpc.org repos. | ||
# | ||
|
||
# We do not use a config repo anymore. | ||
eessi_cvmfs_config_repo: {} | ||
|
||
# Public keys for the repositories, which you can find on the Stratum 0 at: | ||
# /etc/cvmfs/keys/*.pub | ||
# Note: you first have to run the stratum0.yml playbook once to generate the repositories and keys. | ||
eessi_cvmfs_keys: | ||
- path: /etc/cvmfs/keys/eessi-hpc.org/cvmfs-config.eessi-hpc.org.pub | ||
key: | | ||
-----BEGIN PUBLIC KEY----- | ||
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqoTBc/Eksr9ECEOoCzHA | ||
|
@@ -22,25 +29,6 @@ eessi_cvmfs_config_repo: | |
+hCt494UsFs3tchmTebpK+x3pVRXybQ66Qm1mQiaz+2VbUJdQEov4RCC5PcOmOOk | ||
BwIDAQAB | ||
-----END PUBLIC KEY----- | ||
urls: | ||
- "http://cvmfs-s1-rug.eessi-hpc.org/cvmfs/@fqrn@" | ||
- "http://cvmfs-s1-bgo.eessi-hpc.org/cvmfs/@fqrn@" | ||
repository: | ||
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: [] | ||
client_options: [] | ||
|
||
# | ||
# Defaults for eessi-hpc.org repos. | ||
# | ||
|
||
# Public keys for the repositories, which you can find on the Stratum 0 at: | ||
# /etc/cvmfs/keys/*.pub | ||
# Note: you first have to run the stratum0.yml playbook once to generate the repositories and keys. | ||
eessi_cvmfs_keys: | ||
- path: /etc/cvmfs/keys/eessi-hpc.org/pilot.eessi-hpc.org.pub | ||
key: | | ||
-----BEGIN PUBLIC KEY----- | ||
|
@@ -52,6 +40,19 @@ eessi_cvmfs_keys: | |
HJN0HHOVdRIwNjjPkV2jIqhJoI85no89v8/V45SFPVo+A7N0Cj4QdQrQTezpnlby | ||
FQIDAQAB | ||
-----END PUBLIC KEY----- | ||
# The following (duplicate) key can be removed after this PR has been merged: | ||
# https://github.com/galaxyproject/ansible-cvmfs/pull/32 | ||
- path: /etc/cvmfs/keys/eessi-hpc.org/ci.eessi-hpc.org.pub | ||
key: | | ||
-----BEGIN PUBLIC KEY----- | ||
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAommtaoqQ36Rb/cFnqUWg | ||
8FoYCOjJWVBMQ4sVZ87oFRWehOUbcfy/ah85D9055HQws7i/hLNGJJAa7Es3E2o8 | ||
v8LtSlRdfR1A7b7LA6p3213HHz6dNU6I1riwtE2OP7/w4Q3+Agj1iRtW535GwzGo | ||
4ZbewL8T1kbyaEm4HyefoitHXJthoPyTlYAhvAegIil1VJPhJZW+q/NWxnsd9QGJ | ||
uAtbSICQg6mBJI50KiCBYmKHOAjH2W8qEnLWc7JoPoNvAHuMx1ya6YerBM5T9Esm | ||
HJN0HHOVdRIwNjjPkV2jIqhJoI85no89v8/V45SFPVo+A7N0Cj4QdQrQTezpnlby | ||
FQIDAQAB | ||
-----END PUBLIC KEY----- | ||
# URLs for all the Stratum 1 servers. | ||
eessi_cvmfs_server_urls: | ||
|
@@ -71,8 +72,17 @@ eessi_cvmfs_repositories: | |
- CVMFS_AUTO_GC=false | ||
- CVMFS_AUTO_TAG_TIMESPAN="30 days ago" | ||
- CVMFS_GARBAGE_COLLECTION=true | ||
client_options: | ||
- CVMFS_NFILES=4096 | ||
client_options: [] | ||
use_for_ci: no | ||
- repository: ci.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_GARBAGE_COLLECTION=true | ||
client_options: [] | ||
use_for_ci: yes | ||
|
||
# Override all the Galaxy defaults by our EESSI defaults. | ||
# This is required, beucase the galaxy_* variables are used inside the Ansible tasks. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
--- | ||
|
||
cvmfs_repositories: "{{ eessi_cvmfs_repositories + [eessi_cvmfs_config_repo.repository] }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
--- | ||
|
||
cvmfs_repositories: "{{ eessi_cvmfs_repositories + [eessi_cvmfs_config_repo.repository] }}" | ||
cvmfs_keys: "{{ eessi_cvmfs_keys + [eessi_cvmfs_config_repo.key] }}" | ||
cvmfs_squid_conf_src: "{{ local_stratum1_cvmfs_squid_conf_src | default('eessi_stratum1_squid.conf.j2') }}" |
Oops, something went wrong.