-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: new data transfer servers #451
Merged
scimerman
merged 37 commits into
rug-cit-hpc:develop
from
pneerincx:feature/new_ds_server
Aug 30, 2021
Merged
Feature: new data transfer servers #451
scimerman
merged 37 commits into
rug-cit-hpc:develop
from
pneerincx:feature/new_ds_server
Aug 30, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…create related OpenStack components.
…create related OpenStack components.
…em with a variable in roles/online_docs/defaults/main.yml.
… ssh-ldap-wrapper to sshd_config.
…create related OpenStack components.
…create related OpenStack components.
…em with a variable in roles/online_docs/defaults/main.yml.
… ssh-ldap-wrapper to sshd_config.
…sed to a single one and removed machine specific logic from role: differences between machines are now completely handled by group_vars.
…he data_staging_only group.
…rs in the data_staging_only group.
…t confusion with the Slurm Data Staging QoS level.
…t confusion with the Slurm Data Staging QoS level.
pneerincx
requested review from
erijpkema,
Gerbenvandervries,
marieke-bijlsma and
scimerman
August 26, 2021 07:22
pneerincx
changed the title
Feature: new data transfer/staging servers
Feature: new data transfer servers
Aug 26, 2021
scimerman
approved these changes
Aug 30, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
data_transfer
server inventory group:data_staging
inventory group todata_transfer
group to prevent confusion with the Slurm Data Staging QoS level and corresponding Slurmds
nodes.deploy-os_servers.yml
: Added code to create related OpenStack components.data_transfer
inventory group to several single role playbooks.data_transfer
inventory group toroles/regular_users/tasks/main.yml
.ssh-ldap-wrapper
inldap
role tosshd_config
insshd
role.mount_volume
role to create group folders in/groups
on data transfer servers.mount_volume
role to single role playbook for data transfer servers.logins
role: Added login check script to create chrooted fake homes for users in thedata_transfer_only_group
.data_transfer_only_group
variable for Gearshift, Talos and Nibbler.sshd
role to usedata_transfer_only_group
variable and useForceCommand
directives to allow only sftp on port 22 and rsync on port 443 on data transfer servers.rsyncd
role: added separate configs for regular users versus users in thedata_transfer_only_group
group. Removed module for regular home dirs as they are not needed for data transfers.online_docs
role: Replaced very long lists of hostnames in templates with a variable inroles/online_docs/defaults/main.yml
.mount_volume
role: Added support for multiple volumes as opposed to a single one and removed machine specific logic from role: differences between machines are now completely handled by group_vars.