Skip to content

Commit

Permalink
Added data transfer server for CopperFist.
Browse files Browse the repository at this point in the history
  • Loading branch information
pneerincx committed Apr 6, 2023
1 parent 2c15019 commit 71b13a1
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
9 changes: 9 additions & 0 deletions group_vars/copperfist_cluster/ip_addresses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ ip_addresses:
address: 195.169.22.177
netmask: /32
fqdn: 'NXDOMAIN'
cf-transfer:
cf_internal_management:
address: 10.10.1.24
netmask: /32
publicly_exposed: true # This internal IP is linked to a public (floating) IP.
vlan16:
address: 195.169.22.155
netmask: /32
fqdn: 'NXDOMAIN'
copperfist:
vlan983:
address: 172.23.41.226
Expand Down
17 changes: 17 additions & 0 deletions group_vars/copperfist_cluster/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,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/copperfist_cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ all:
- "{{ all.ip_addresses['umcg']['net4'] }}"
- "{{ all.ip_addresses['rug']['bwp_net'] }}"
- "{{ all.ip_addresses['rug']['operator'] }}"
data_transfer:
hosts:
cf-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: 2000
docs:
hosts:
docs_on_merlin:
Expand Down Expand Up @@ -126,6 +135,7 @@ copperfist_cluster:
jumphost:
cluster:
chaperone:
data_transfer:
docs:
smb_server:
...

0 comments on commit 71b13a1

Please sign in to comment.