Skip to content

Commit

Permalink
Merge pull request #93 from bedroge/new_s1_and_dns_updates
Browse files Browse the repository at this point in the history
Add Stratum 1 servers running in AWS and Azure, use new DNS names
  • Loading branch information
boegel committed Sep 23, 2021
2 parents b7aaa0e + 4366cb7 commit 522212d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions inventory/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,15 @@ eessi_cvmfs_server_urls:
- domain: eessi-hpc.org
use_geoapi: true
urls:
- "http://cvmfs-s1-rug.eessi-hpc.org/cvmfs/@fqrn@"
- "http://cvmfs-s1-bgo.eessi-hpc.org/cvmfs/@fqrn@"
- "http://rug-nl.stratum1.cvmfs.eessi-infra.org/cvmfs/@fqrn@"
- "http://bgo-no.stratum1.cvmfs.eessi-infra.org/cvmfs/@fqrn@"
- "http://azure-us-east1.stratum1.cvmfs.eessi-infra.org/cvmfs/@fqrn@"
- "http://aws-eu-west1.stratum1.cvmfs.eessi-infra.org/cvmfs/@fqrn@"

# Configuration of all the repositories.
eessi_cvmfs_repositories:
- repository: pilot.eessi-hpc.org
stratum0: cvmfs-s0.eessi-hpc.org
stratum0: rug-nl.stratum0.cvmfs.eessi-infra.org
owner: "{{ cvmfs_repo_owner | default('root') }}"
key_dir: /etc/cvmfs/keys/eessi-hpc.org
server_options:
Expand All @@ -75,7 +77,7 @@ eessi_cvmfs_repositories:
client_options: []
use_for_ci: no
- repository: ci.eessi-hpc.org
stratum0: cvmfs-s0.eessi-hpc.org
stratum0: rug-nl.stratum0.cvmfs.eessi-infra.org
owner: "{{ cvmfs_repo_owner | default('root') }}"
key_dir: /etc/cvmfs/keys/eessi-hpc.org
server_options:
Expand Down

0 comments on commit 522212d

Please sign in to comment.