-
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/firewall #581
Merged
marieke-bijlsma
merged 26 commits into
rug-cit-hpc:develop
from
pneerincx:feature/firewall
Jun 9, 2022
Merged
Feature/firewall #581
marieke-bijlsma
merged 26 commits into
rug-cit-hpc:develop
from
pneerincx:feature/firewall
Jun 9, 2022
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
…e-of-robots into feature/firewall Regular from origin.
…and fixed merge conflicts.
Regular merge to get latest updates from develop branch.
Regular merge from develop into feature branch.
Regular merge of develop into feature branch.
…ine: these machines currently do not exist.
…r multiples network addresses/interfaces per host/machine/network.
…d by SMB/CIFS shares to make them "hidden", but only complicates use of paths on Linux.
…ranslation from *.ini to *.yml inventories.
… requirements file) to prevent the linter from interpreting it as a playbook.
marieke-bijlsma
approved these changes
Jun 9, 2022
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.
New
iptables
role:Dependency for new
iptables
role: When a machine has multiple network interfaces, we need to be able to create rules for specific network interfaces as opposed to filtering all of them with the same rules. Therefore:ip_addresses.yml
files.ip_addresses.yml
files are generated they are automatically sorted on the keys used in the dicts.include_vars_from_other_groups
role, which fetches the info fromip_addresses.yml
files and stores it into 2 dict that can be used by other roles.ip_addresses.yml
files, removed code to parseip_addresses.yml
files and declared a dependency on the new include_vars_from_other_groups` role:sshd
static_hostname_lookup
ssh_host_signer
ip_addresses.yml
files:create-docs-server.yml
create-jenkins-server.yml
deploy-os_servers.yml
group_vars
for all stacks to work with the new structure in theip_addresses.yml
files.group_vars
:mailhub
andrewrite_domain
.docs
server, which no longer exists.slurm_cluster_domain
tostack_domain
.public_ip_addresses
variables, which is no longer needed.network_private_management_id
,network_private_management_id_13
andnetwork_private_management_id
for Nibbler to includestack_prefix
in their names. E.g."{{ stack_prefix }}_internal_management"
Also renamed these networks on the Merlin cloud.
umcg_net4
tototp
for Winged Helix.group_vars/marvin_cluster/ip_addresses.yml
as cluster is offline: these machines currently do not exist.Bugfixes for issues that popped up during testing:
single_role_playbooks/irods_davrods.yml
static_inventories/calculon_cluster.yml
, which was lost in translation from*.ini
to*.yml
inventories.$
(dollar sign) in network share names. This is used by SMB/CIFS shares to make them "hidden", but only complicates use of paths on Linux.