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

Replace ping command and output with dig command and output for DNS resolution #3617

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

Conversation

Levi-Leah
Copy link
Contributor

What changes are you introducing?

Replaced the ping command and its related output with the dig command, as dig is more appropriate for demonstrating DNS resolution.

Why are you introducing these changes? (Explanation, links to references, issues, etc.)

Since the goal is to demonstrate DNS resolution, the dig command is a more accurate and reliable tool for this purpose.

Bug SAT-28901 (public)

Anything else to add? (Considerations, potential downsides, alternative solutions you have explored, etc.)

Alternatively, ping command can be replaced with nslookup command.

Checklists

  • I am okay with my commits getting squashed when you merge this PR.
  • I am familiar with the contributing guidelines.

Please cherry-pick my commits into:

  • Foreman 3.13/Katello 4.15 (EL9 only)
  • Foreman 3.12/Katello 4.14 (Satellite 6.16)
  • Foreman 3.11/Katello 4.13 (orcharhino 6.11 on EL8 only; orcharhino 7.0 on EL8+EL9)
  • Foreman 3.10/Katello 4.12
  • Foreman 3.9/Katello 4.11 (Satellite 6.15; orcharhino 6.8/6.9/6.10)
  • Foreman 3.8/Katello 4.10
  • Foreman 3.7/Katello 4.9 (Satellite 6.14)
  • We do not accept PRs for Foreman older than 3.7.

----

. To avoid discrepancies with static and transient host names, set all the host names on the system by entering the following command:
. To avoid discrepancies with static and transient host names, set all the host names on the system with the following command:
Copy link
Member

Choose a reason for hiding this comment

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

This might work even better:

Suggested change
. To avoid discrepancies with static and transient host names, set all the host names on the system with the following command:
. To avoid discrepancies with static and transient host names, set all the host names on the system:

@aneta-petrova aneta-petrova added style review done No issues from docs style/grammar perspective Needs tech review Requires a review from the technical perspective labels Jan 27, 2025
@aneta-petrova
Copy link
Member

@Levi-Leah In the cherry-pick list, you selected Satellite versions only. I don't think there is a need to do that, is there? If not, then please check all versions, even the upstream-only ones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs tech review Requires a review from the technical perspective style review done No issues from docs style/grammar perspective
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants