Skip to content
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

Drop overwrite_etc_hosts setting #444

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ekohl
Copy link
Collaborator

@ekohl ekohl commented Sep 20, 2023

No description provided.

@evgeni
Copy link
Member

evgeni commented Mar 5, 2024

This fails with:

    TASK [satellite-clone : Run Satellite installer] *******************************
    fatal: [localhost]: FAILED! => {"changed": true, "cmd": ["foreman-installer", "--scenario", "katello", "--foreman-proxy-dns", "false", "--foreman-proxy-dhcp", "false", "--foreman-proxy-tftp", "false", "--foreman-ipa-authentication", "false", "--reset-puppet-server-ssl-chain-filepath"], "delta": "0:00:05.131256", "end": "2024-03-05 18:48:05.596472", "msg": "non-zero return code", "rc": 20, "start": "2024-03-05 18:48:00.465216", "stderr": "Unable to resolve forward DNS for pipe-katello-server-4-12-centos9-stream.example.com", "stderr_lines": ["Unable to resolve forward DNS for pipe-katello-server-4-12-centos9-stream.example.com"], "stdout": "2024-03-05 18:48:01 [NOTICE] [root] Loading installer configuration. This will take some time.\n2024-03-05 18:48:04 [NOTICE] [root] Running installer with log based terminal output at level NOTICE.\n2024-03-05 18:48:04 [NOTICE] [root] Use -l to set the terminal output log level to ERROR, WARN, NOTICE, INFO, or DEBUG. See --full-help for definitions.\nYour system does not meet configuration criteria", "stdout_lines": ["2024-03-05 18:48:01 [NOTICE] [root] Loading installer configuration. This will take some time.", "2024-03-05 18:48:04 [NOTICE] [root] Running installer with log based terminal output at level NOTICE.", "2024-03-05 18:48:04 [NOTICE] [root] Use -l to set the terminal output log level to ERROR, WARN, NOTICE, INFO, or DEBUG. See --full-help for definitions.", "Your system does not meet configuration criteria"]}

I am going to pick the EL7 change, as that's good, but the /etc/hosts one is needed.

When using hostnamectl and nss-myhostname this isn't needed.
@evgeni evgeni changed the title Drop overwrite_etc_hosts setting & drop EL7 hostname check Drop overwrite_etc_hosts setting Mar 5, 2024
Copy link
Member

@evgeni evgeni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fails when executed, so clearly needs more work :/

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.

2 participants