Skip to content

Fix broken DNS in arcus CI #202

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

Merged
merged 5 commits into from
Aug 9, 2022
Merged

Fix broken DNS in arcus CI #202

merged 5 commits into from
Aug 9, 2022

Conversation

sjpb
Copy link
Collaborator

@sjpb sjpb commented Aug 4, 2022

Updates the image used on arcus to one without /etc/resolv.conf to fix broken DNS when booting the image on arcus's ilab-60 subnet. See stackhpc/slurm_image_builder#6 (comment) for the full horrible details.

NB: smslabs should also be updated to use this, but need s3 quota to be able to transfer it.

Note the addition of the connection reset does not appear to be strictly needed, but the above DNS problem caused:

TASK [firewalld : Install firewalld package] ***********************************
task path: /home/runner/work/ansible-slurm-appliance/ansible-slurm-appliance/ansible/roles/firewalld/tasks/install.yml:1
fatal: [ci2624804230-login-0]: UNREACHABLE! => {
    "changed": false,
    "unreachable": true
}

MSG:

Data could not be sent to remote host "10.60.102.246". Make sure this host can be reached over ssh: Could not chdir to home directory /home/rocky: No such file or directory

so although that wasn't the /root/ cause, it seems sensible to try to prevent that.

@sjpb sjpb marked this pull request as ready for review August 9, 2022 12:10
@sjpb sjpb merged commit 464eced into main Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant