Skip to content

Commit

Permalink
Merge pull request #499 from pneerincx/feature/dns_entries_for_nibbler
Browse files Browse the repository at this point in the history
Updates for DNS entries for Nibbler.
  • Loading branch information
erijpkema authored Nov 26, 2021
2 parents 876f68e + c94ee29 commit 5f8db21
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion group_vars/nibbler_cluster/ip_addresses.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
ip_addresses:
nb-dt:
nb-transfer:
addr: 10.10.1.28
mask: /32
vlan: internal_management
Expand Down
5 changes: 1 addition & 4 deletions group_vars/nibbler_cluster/vars.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
slurm_cluster_name: 'nibbler'
slurm_cluster_domain: '' # Only add hpc.rug.nl domain when jumphost is registered in DNS.
slurm_cluster_domain: 'hpc.rug.nl'
stack_prefix: 'nb'
slurm_version: '20.11.8-1.el7.umcg'
repo_manager: 'pulp'
Expand Down Expand Up @@ -95,9 +95,6 @@ network_private_management_cidr: '10.10.1.0/24'
network_private_management_gw: '10.10.1.1'
network_private_storage_id: internal_storage
network_private_storage_cidr: '10.10.2.0/24'
public_ip_addresses:
tunnel: '195.169.22.136'
nb-dt: '195.169.22.166'
availability_zone: nova
local_volume_size_ds: 10000
local_volume_size_repo: 20
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#jinja2: trim_blocks:False
# Data transfers - How to move data to / from the dedicated data transfer server

Firstly and independent of technical options: make sure you are familiar with the _code of conduct_ / _terms and conditions_ / _license_ or whatever it is called and that you are allowed to upload/download a data set!
When in doubt contact your supervisor / principal investigator and the group/institute that created the data set.
Firstly and independent of technical options: make sure you are familiar with the _code of conduct_ / _terms and conditions_ / _license_ or whatever it is called
and that you are allowed to upload / download a data set!
When in doubt contact your supervisor / principal investigator and the group / institute that created the data set.

The {{ slurm_cluster_name | capitalize }} HPC cluster features a dedicated data transfer server _{{ dt_server_address }}_,
which can be used to exchange data with external collaborators,
Expand Down
2 changes: 1 addition & 1 deletion static_inventories/nibbler_hosts.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tunnel
nb-repo

[data_transfer]
nb-dt
nb-transfer

[irods]
irods-catalogus
Expand Down

0 comments on commit 5f8db21

Please sign in to comment.