Skip to content

Commit

Permalink
Added data transfer server for WingedHelix.
Browse files Browse the repository at this point in the history
  • Loading branch information
pneerincx committed Apr 6, 2023
1 parent c7313ad commit aa3acaa
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 7 deletions.
23 changes: 16 additions & 7 deletions group_vars/wingedhelix_cluster/ip_addresses.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
---
ip_addresses:
wh-dai:
wh_internal_management:
address: 10.10.1.222
netmask: /32
wh_internal_storage:
address: 10.10.2.218
netmask: /32
wh-porch:
wh_internal_management:
address: 10.10.1.148
Expand All @@ -9,13 +16,6 @@ ip_addresses:
address: 195.169.22.170
netmask: /32
fqdn: 'NXDOMAIN'
wh-dai:
wh_internal_management:
address: 10.10.1.222
netmask: /32
wh_internal_storage:
address: 10.10.2.218
netmask: /32
wh-repo:
wh_internal_management:
address: 10.10.1.153
Expand All @@ -30,6 +30,15 @@ ip_addresses:
wh_internal_storage:
address: 10.10.2.99
netmask: /32
wh-transfer:
wh_internal_management:
address: 10.10.1.96
netmask: /32
publicly_exposed: true # This internal IP is linked to a public (floating) IP.
vlan16:
address: 195.169.22.152
netmask: /32
fqdn: 'NXDOMAIN'
wh-vcompute01:
wh_internal_management:
address: 10.10.1.65
Expand Down
17 changes: 17 additions & 0 deletions group_vars/wingedhelix_cluster/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,23 @@ remote_users_in_local_groups:
'umcg-labgnkbh', 'umcg-patho', 'umcg-vipt',
]
#
# Local storage variables.
#
volume_group_folders: [
{ mount_point: '/groups',
machines: "{{ groups['data_transfer'] }}",
mode: '2750',
groups: [
"{{ data_transfer_only_group }}"
]},
{ mount_point: '/groups',
machines: "{{ groups['data_transfer'] }}",
mode: '2770',
groups: [
'umcg-genomescan', 'umcg-gst'
]},
]
#
# Shared storage related variables
#
pfs_mounts:
Expand Down
10 changes: 10 additions & 0 deletions static_inventories/wingedhelix_cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ all:
- name: "{{ stack_prefix }}_internal_management"
security_group: "{{ stack_prefix }}_repo"
swap_file_size: 2
data_transfer:
hosts:
wh-transfer:
cloud_flavor: m1.small
host_networks:
- name: "{{ stack_prefix }}_internal_management"
security_group: "{{ stack_prefix }}_ds"
assign_floating_ip: true
local_volume_size_extra: 800
docs:
hosts:
docs_on_merlin:
Expand Down Expand Up @@ -149,6 +158,7 @@ wingedhelix_cluster:
repo:
cluster:
chaperone:
data_transfer:
docs:
rsyslog:
nfs_server:
Expand Down

0 comments on commit aa3acaa

Please sign in to comment.