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

Ignore configuration for 'enable_fqdns_grains' for AIX, Solaris and Juniper #60533

Merged
merged 13 commits into from
Jul 21, 2021

Conversation

dmurphy18
Copy link
Contributor

What does this PR do?

Ignore configuration for 'enable_fqdns_grains' for AIX, Solaris and Juniper

What issues does this PR fix or reference?

Fixes: #60529

Previous Behavior

'enable_fqdns_grains' default value of True was causing issues porting Salt 3003.1 (Seq Fault - Core), fixed with a patch file.

New Behavior

Ignore 'enable_fqdns_grains' setting similar to existing Windows and Proxy checks, for AIX, Solaris and Junos (Juniper) where checking for fqdns has or will cause issues, for example: reverse DNS lookup on a Juniper router will be problematic (current native minion ships with setting defaulted to False). This change alieves this.

Merge requirements satisfied?

[NOTICE] Bug fixes or features added to Salt require tests.

Commits signed with GPG?

Yes

Please review Salt's Contributing Guide for best practices.

See GitHub's page on GPG signing for more information about signing commits with GPG.

@dmurphy18 dmurphy18 requested a review from a team as a code owner July 12, 2021 22:31
@dmurphy18 dmurphy18 requested review from Ch3LL and removed request for a team July 12, 2021 22:31
Ch3LL
Ch3LL previously approved these changes Jul 13, 2021
@Ch3LL
Copy link
Contributor

Ch3LL commented Jul 19, 2021

ping @dmurphy18 there is a merge conflict.

@dmurphy18
Copy link
Contributor Author

yup, that is why I didn't update to latest master. Want to get the Windows failure resolved first before moving on to the merge issue. Will resolve the merge issue once the Windows failure is resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Silicon v3004.0 Release code name
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Ignore configuration for 'enable_fqdns_grains' for AIX, Solaris and Juniper
4 participants