Skip to content

Commit

Permalink
Add sandbox cvmfs repo for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed May 8, 2018
1 parent 350c363 commit 8e49e01
Show file tree
Hide file tree
Showing 5 changed files with 467 additions and 210 deletions.
@@ -1,9 +1,11 @@
---

cvmfsstratum1servers_group_authorized_key_users: "{{ vault_cvmfsstratum1servers_group_authorized_key_users }}"

# in MB
cvmfs_stratum1_cache_mem: 2560

group_users:
cvmfsstratum1servers_group_users:
- name: g2test
uid: 819456
group: G-803372
Expand All @@ -16,8 +18,13 @@ group_users:
comment: "Galaxy Main"
home: /home/g2main
shell: /bin/bash
- name: sandbox
comment: "CVMFS Sandbox"
home: /home/sandbox
shell: /bin/bash
system: yes

group_groups:
cvmfsstratum1servers_group_groups:
- name: G-803372
gid: 803372

Expand Down
11 changes: 11 additions & 0 deletions env/galaxy/group_vars/cvmfsstratum1servers/vault.yml
@@ -0,0 +1,11 @@
$ANSIBLE_VAULT;1.1;AES256
63353263333632633332343138313439353965323265333366633036343264386439303263653731
3837613361396466623739333462363733666531626466610a633134356332353562356531656237
39323830313131313636346134343030396230646566356565616633303135643563346635356539
3164343237376334390a303165353762303566626162313433343935313636646537616666333333
30343665623834613235643763383132393133633766626566363438393836323633326438653563
30656230373038393937656161306331656462316534373333303735636338656563313665323061
63333637383830346166643763356135376335343434633562636232373936346439343434633735
66336634376430303161393438306231343733326663663161656538323639383335333038356639
37373965383134363566633034346135663765653533353338663236393239383563636534333964
6166373263626538373164616362343162643636333639663866
9 changes: 7 additions & 2 deletions env/galaxy/host_vars/cvmfs0-psu0.galaxyproject.org/vars.yml
Expand Up @@ -14,7 +14,7 @@ cvmfs_repositories:
- CVMFS_IGNORE_XDIR_HARDLINKS=false
client_options: []

group_users:
host_users:
- name: g2test
uid: 819456
group: G-803372
Expand All @@ -27,7 +27,12 @@ group_users:
comment: "Galaxy Main"
home: /home/g2main
shell: /bin/bash
- name: sandbox
comment: "CVMFS Sandbox"
home: /home/sandbox
shell: /bin/bash
system: true

group_groups:
host_groups:
- name: G-803372
gid: 803372

0 comments on commit 8e49e01

Please sign in to comment.